Index: typo3/sysext/scheduler/mod1/index.php =================================================================== --- typo3/sysext/scheduler/mod1/index.php (revision 8141) +++ typo3/sysext/scheduler/mod1/index.php (working copy) @@ -801,7 +801,13 @@ $table[$tr][] = t3lib_BEfunc::cshItem($this->cshKey, 'task_start', $this->backPath, '|', false, 'margin-bottom:0px;'); $table[$tr][] = ''; $table[$tr][] = '' . - 'backPath, 'gfx/datepicker.gif', '', 0) . ' style="cursor:pointer; vertical-align:middle;" alt=""' . ' id="picker-tceforms-datetimefield-task_start" />';; + t3lib_iconWorks::getSpriteIcon( + 'actions-edit-pick-date', + array( + 'style' => 'cursor:pointer;', + 'id' => 'picker-tceforms-datetimefield-task_start' + )); + $tableLayout[$tr] = array ( 'tr' => array('', ''), 'defCol' => $defaultCell @@ -813,7 +819,13 @@ $table[$tr][] = t3lib_BEfunc::cshItem($this->cshKey, 'task_end', $this->backPath, '|', false, 'margin-bottom:0px;'); $table[$tr][] = ''; $table[$tr][] = '' . - 'backPath, 'gfx/datepicker.gif', '', 0) . ' style="cursor:pointer; vertical-align:middle;" alt=""' . ' id="picker-tceforms-datetimefield-task_end" />'; + t3lib_iconWorks::getSpriteIcon( + 'actions-edit-pick-date', + array( + 'style' => 'cursor:pointer;', + 'id' => 'picker-tceforms-datetimefield-task_end' + )); + $tableLayout[$tr] = array ( 'tr' => array('', ''), 'defCol' => $defaultCell