mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
0fbd673fb6
commit
957ab0fb2d
@ -164,7 +164,7 @@ switch ($mode)
|
||||
'SCHEDULE' => build_select('schedule', $schedule, 'select', null, null),
|
||||
'RUN_DAY' => build_select('run_day', $run_day, 0, null, null),
|
||||
'L_CRON_EDIT_HEAD' => $lang['CRON_EDIT_HEAD_ADD'],
|
||||
'CRON_ID' => 'none',
|
||||
'CRON_ID' => '',
|
||||
'CRON_ACTIVE' => 1,
|
||||
'CRON_TITLE' => '',
|
||||
'CRON_SCRIPT' => '',
|
||||
|
@ -135,10 +135,12 @@ tr.hl-tr:hover td { background-color: #CFC !important; }
|
||||
<tr>
|
||||
<th colspan="2">{L_CRON_EDIT_HEAD}</th>
|
||||
</tr>
|
||||
<!-- IF CRON_ID -->
|
||||
<tr>
|
||||
<td><h4>{L_CRON_ID}</h4></td>
|
||||
<td><input class="text" type="hidden" size="30" maxlength="255" name="cron_id" value="{CRON_ID}" /> <b>{CRON_ID}</b></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
<td>
|
||||
<h4>{L_CRON_ACTIVE}</h4>
|
||||
|
Loading…
Reference in New Issue
Block a user