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>
<td class="main_field_name">Cronjob:</td>
<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>
<td class="main_field_display" nowrap="nowrap">{$result['cronfile']}</td>
<if>
</if>
</tr>
<tr>
<td class="main_field_name">{$lng['admin']['activated']}:</td>