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->common?> - cron->create?> +
+
+
+

+ cron->common?> + cron->create?> +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cron->m;?>cron->notice->m;?>
cron->h;?>cron->notice->h;?>
cron->dom;?>cron->notice->dom;?>
cron->mon;?>cron->notice->mon;?>
cron->dow;?>cron->notice->dow;?>
cron->command;?>
cron->remark;?>
cron->type;?>cron->typeList, 'system', "class='form-control'")?>
+
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cron->m;?>cron->notice->m;?>
cron->h;?>cron->notice->h;?>
cron->dom;?>cron->notice->dom;?>
cron->mon;?>cron->notice->mon;?>
cron->dow;?>cron->notice->dow;?>
cron->command;?>
cron->remark;?>
cron->type;?>cron->typeList, 'system', "class='form-control'")?>
-
diff --git a/module/cron/view/edit.html.php b/module/cron/view/edit.html.php index 85e80897bc..66072b5604 100644 --- a/module/cron/view/edit.html.php +++ b/module/cron/view/edit.html.php @@ -11,57 +11,59 @@ */ ?> -
-
-
- cron->common?> - cron->edit?> +
+
+
+

+ cron->common?> + cron->edit?> +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cron->m;?>m, "class='form-control' autocomplete='off'")?>cron->notice->m;?>
cron->h;?>h, "class='form-control' autocomplete='off'")?>cron->notice->h;?>
cron->dom;?>dom, "class='form-control' autocomplete='off'")?>cron->notice->dom;?>
cron->mon;?>mon, "class='form-control' autocomplete='off'")?>cron->notice->mon;?>
cron->dow;?>dow, "class='form-control' autocomplete='off'")?>cron->notice->dow;?>
cron->command;?>command), "class='form-control' autocomplete='off'")?>
cron->remark;?>remark, "class='form-control' autocomplete='off'")?>
cron->type;?>cron->typeList, $cron->type, "class='form-control'")?>
+
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cron->m;?>m, "class='form-control' autocomplete='off'")?>cron->notice->m;?>
cron->h;?>h, "class='form-control' autocomplete='off'")?>cron->notice->h;?>
cron->dom;?>dom, "class='form-control' autocomplete='off'")?>cron->notice->dom;?>
cron->mon;?>mon, "class='form-control' autocomplete='off'")?>cron->notice->mon;?>
cron->dow;?>dow, "class='form-control' autocomplete='off'")?>cron->notice->dow;?>
cron->command;?>command), "class='form-control' autocomplete='off'")?>
cron->remark;?>remark, "class='form-control' autocomplete='off'")?>
cron->type;?>cron->typeList, $cron->type, "class='form-control'")?>
-
diff --git a/module/cron/view/index.html.php b/module/cron/view/index.html.php index 33c95dee3d..07075b2ff3 100644 --- a/module/cron/view/index.html.php +++ b/module/cron/view/index.html.php @@ -20,54 +20,52 @@ global->cron)) echo html::a(inlink('turnon'), $lang->cron->turnonList[0], 'hiddenwin', "class='btn'");?>
-
+
global->cron)):?> -
-
- cron->list?> -
- cron->create, '', "class='btn btn-primary'")?> -
+
+

cron->list?>

+
+ cron->create, '', "class='btn btn-primary'")?>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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'); + ?> +
cron->notice->help?>
@@ -81,4 +79,3 @@
- diff --git a/module/mail/view/test.html.php b/module/mail/view/test.html.php index 1263d4e501..7e0f5f1eb8 100755 --- a/module/mail/view/test.html.php +++ b/module/mail/view/test.html.php @@ -12,6 +12,7 @@ ?> +