Skip to content

Commit

Permalink
! improve visabilty of edit schedule task fix #2008
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuds committed May 19, 2015
1 parent b80f82b commit 144ff8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/admin/ManageScheduledTasks.controller.php
Expand Up @@ -161,7 +161,7 @@ public function action_tasks()
'data' => array(
'sprintf' => array(
'format' => '
<a href="' . $scripturl . '?action=admin;area=scheduledtasks;sa=taskedit;tid=%1$d"><i class="fa fa-pencil-square-o"></i> %2$s</a><br /><span class="smalltext">%3$s</span>',
<a class="linkbutton" href="' . $scripturl . '?action=admin;area=scheduledtasks;sa=taskedit;tid=%1$d" title="' . $txt['scheduled_task_edit'] . ' %2$s"><i class="fa fa-pencil-square-o"></i> %2$s</a><br /><span class="smalltext">%3$s</span>',
'params' => array(
'id' => false,
'name' => false,
Expand Down

0 comments on commit 144ff8f

Please sign in to comment.