Index: typo3/sysext/scheduler/res/tx_scheduler_be.css
===================================================================
--- typo3/sysext/scheduler/res/tx_scheduler_be.css (revision 9898)
+++ typo3/sysext/scheduler/res/tx_scheduler_be.css (working copy)
@@ -25,11 +25,11 @@
font-weight: bold;
}
.tx_scheduler_mod1 label {
- display: block;
width: 200px;
}
.tx_scheduler_mod1 table.typo3-usersettings td {
- padding: 2px;
+ padding-top: 2px;
+ padding-bottom: 2px;
}
.tx_scheduler_mod1 table.typo3-usersettings td.td-input {
width: 400px;
Index: typo3/sysext/scheduler/mod1/index.php
===================================================================
--- typo3/sysext/scheduler/mod1/index.php (revision 9898)
+++ typo3/sysext/scheduler/mod1/index.php (working copy)
@@ -749,9 +749,8 @@
$defaultCell = array('
', ' | ');
// Disable checkbox
- $cellContent = t3lib_BEfunc::cshItem($this->cshKey, 'task_disable', $this->backPath, '|', false, 'margin-bottom:0px;');
- $cellContent .= '';
- $table[$tr][] = $cellContent;
+ $label = '';
+ $table[$tr][] = t3lib_BEfunc::wrapInHelp($this->cshKey, 'task_disable', $label);
$table[$tr][] =
'
';
@@ -763,9 +762,8 @@
$tr++;
// Task class selector
- $cellContent = t3lib_BEfunc::cshItem($this->cshKey, 'task_class', $this->backPath, '|', false, 'margin-bottom:0px;');
- $cellContent .= '';
- $table[$tr][] = $cellContent;
+ $label = '';
+ $table[$tr][] = t3lib_BEfunc::wrapInHelp($this->cshKey, 'task_class', $label);
// On editing, don't allow changing of the task class, unless it was not valid
if ($this->submittedData['uid'] > 0 && !empty($taskInfo['class'])) {
$cell = $registeredClasses[$taskInfo['class']]['title'] . ' (' . $registeredClasses[$taskInfo['class']]['extension'] . ')';
@@ -789,9 +787,8 @@
$tr++;
// Task type selector
- $cellContent = t3lib_BEfunc::cshItem($this->cshKey, 'task_type', $this->backPath, '|', false, 'margin-bottom:0px;');
- $cellContent .= '';
- $table[$tr][] = $cellContent;
+ $label = '';
+ $table[$tr][] = t3lib_BEfunc::wrapInHelp($this->cshKey, 'task_type', $label);
$table[$tr][] =
'