mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Fix #451. Undefined index: L_CRON_EDIT_HEAD.
This commit is contained in:
parent
8cba75cf37
commit
4b9b2b7aa5
7 changed files with 2 additions and 38 deletions
|
@ -121,7 +121,7 @@ tr.hl-tr:hover td { background-color: #CFC !important; }
|
|||
<!-- ENDIF / TPL_CRON_LIST -->
|
||||
|
||||
<!-- IF TPL_CRON_EDIT -->
|
||||
<h1>{L_CRON_EDIT_HEAD}</h1>
|
||||
<h1>{L_CRON_EDIT_HEAD_EDIT}</h1>
|
||||
|
||||
<a href="admin_cron.php?mode=list">{L_CRON_LIST}</a>
|
||||
<br /><br />
|
||||
|
@ -133,7 +133,7 @@ tr.hl-tr:hover td { background-color: #CFC !important; }
|
|||
<col class="row1" width="60%">
|
||||
<col class="row2">
|
||||
<tr>
|
||||
<th colspan="2">{L_CRON_EDIT_HEAD}</th>
|
||||
<th colspan="2">{L_CRON_EDIT_HEAD_EDIT}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><h4>{L_CRON_ID}</h4></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue