Rev 15421 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1436 | bpr | 1 | !read adm/title.phtml 3\ |
2 | \ |
||
2486 | bpr | 3 | $title |
23 | reyssat | 4 | |
5 | !if $error!=$empty |
||
15421 | bpr | 6 | !if $error=manual |
7 | $name_manually |
||
17180 | bpr | 8 | <br> |
15421 | bpr | 9 | <span class="wims_warning">$name_warning</span> |
10 | !endif |
||
11 | !if $error=bad_base |
||
12 | $name_strange |
||
13 | !endif |
||
14 | !goto end |
||
23 | reyssat | 15 | !endif |
16 | |||
17 | !form reply |
||
17180 | bpr | 18 | <input type="hidden" name="job2" value="second"> |
2486 | bpr | 19 | $name_available |
23 | reyssat | 20 | <ul> |
3569 | bpr | 21 | <li>$name_daily |
23 | reyssat | 22 | !set crontab_backup_h=$oldbackup_h |
23 | !formselect crontab_backup_h from -1 to 23 prompt\ |
||
8056 | obado | 24 | none,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23 |
23 | reyssat | 25 | H. |
17180 | bpr | 26 | <input size="2" name="crontab_backup_m" value="$oldbackup_m"> Min. |
2486 | bpr | 27 | ($name_notbusy) |
11229 | obado | 28 | </li><li>$name_accounting |
2487 | bpr | 29 | !formradio crontab_account list yes,no prompt $wims_name_yes,$wims_name_no |
8056 | obado | 30 | </li> |
31 | </ul> |
||
11229 | obado | 32 | <div class="wimscenter wimsform"> |
17180 | bpr | 33 | <input type="submit" name="confirm" value="$wims_name_tosave"> |
34 | <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button"> |
||
5874 | bpr | 35 | </div> |
23 | reyssat | 36 | |
5927 | bpr | 37 | !formend |
38 | |||
23 | reyssat | 39 | :end |
40 | !reset job2 abandon |