quick template fix for cronjob-edit, refs #75

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-26 08:53:03 +00:00
parent fc5d14d223
commit 8a28c6e0ef

View File

@@ -20,10 +20,10 @@ $header
<tr> <tr>
<td class="main_field_name">Cronjob:</td> <td class="main_field_name">Cronjob:</td>
<if $change_cronfile == 1 > <if $change_cronfile == 1 >
<td class="main_field_display" nowrap="nowrap">"><input type="text" name="cronfile" value="{$result['cronfile']}" /></td> <td class="main_field_display" nowrap="nowrap"><input type="text" name="cronfile" value="{$result['cronfile']}" /></td>
<else> <else>
<td class="main_field_display" nowrap="nowrap">{$result['cronfile']}</td> <td class="main_field_display" nowrap="nowrap">{$result['cronfile']}</td>
<if> </if>
</tr> </tr>
<tr> <tr>
<td class="main_field_name">{$lng['admin']['activated']}:</td> <td class="main_field_name">{$lng['admin']['activated']}:</td>