+
-
+
+
diff --git a/module/cron/view/create.html.php b/module/cron/view/create.html.php index d54c65b2c5..3f33060fa6 100644 --- a/module/cron/view/create.html.php +++ b/module/cron/view/create.html.php @@ -11,57 +11,59 @@ */ ?> -
| cron->m?> | -cron->h?> | -cron->dom?> | -cron->mon?> | -cron->dow?> | -cron->command?> | -cron->remark?> | -cron->lastTime?> | -cron->status?> | -actions;?> | -
|---|---|---|---|---|---|---|---|---|---|
| m;?> | -h;?> | -dom;?> | -mon;?> | -dow;?> | -command;?> | -remark;?> | -lastTime, 2);?> | -cron->statusList, $cron->status, '');?> | -- command)) echo html::a(inlink('toggle', "id=$cron->id&status=" . ($cron->status == 'stop' ? 'normal' : 'stop')), $cron->status == 'stop' ? $lang->cron->toggleList['start'] : $lang->cron->toggleList['stop'], 'hiddenwin'); - if(!empty($cron->command) and common::hasPriv('cron', 'edit')) echo html::a(inlink('edit', "id=$cron->id"), $lang->edit); - if($cron->buildin == 0 and common::hasPriv('cron', 'delete')) echo html::a(inlink('delete', "id=$cron->id"), $lang->delete, 'hiddenwin'); - ?> - | -
| cron->m?> | +cron->h?> | +cron->dom?> | +cron->mon?> | +cron->dow?> | +cron->command?> | +cron->remark?> | +cron->lastTime?> | +cron->status?> | +actions;?> | +
|---|---|---|---|---|---|---|---|---|---|
| m;?> | +h;?> | +dom;?> | +mon;?> | +dow;?> | +command;?> | +remark;?> | +lastTime, 2);?> | +cron->statusList, $cron->status, '');?> | ++ command)) echo html::a(inlink('toggle', "id=$cron->id&status=" . ($cron->status == 'stop' ? 'normal' : 'stop')), $cron->status == 'stop' ? $lang->cron->toggleList['start'] : $lang->cron->toggleList['stop'], 'hiddenwin'); + if(!empty($cron->command) and common::hasPriv('cron', 'edit')) echo html::a(inlink('edit', "id=$cron->id"), $lang->edit); + if($cron->buildin == 0 and common::hasPriv('cron', 'delete')) echo html::a(inlink('delete', "id=$cron->id"), $lang->delete, 'hiddenwin'); + ?> + | +