Unfixed classic template, refs #186

This commit is contained in:
Andreas Burchert (scarya)
2011-04-24 10:33:51 +02:00
parent 194e4cfd20
commit 20141ec173

View File

@@ -1,32 +1,25 @@
$header $header
<article> <form method="post" action="$filename">
<header> <input type="hidden" name="s" value="$s" />
<h2> <input type="hidden" name="page" value="$page" />
<img src="images/Froxlor/{$image}" alt="{$title}" />&nbsp; <input type="hidden" name="action" value="$action" />
{$title}
</h2> <table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
</header> <tr>
<td class="maintitle" colspan="2"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['backup']}</b></td>
<section class="fullform bradiusodd"> </tr>
<tr>
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded"> <td class="main_field_name">{$lng['extras']['backup_info']}
<fieldset> <if $settings['system']['backup_bigfile'] == 1 >{$lng['extras']['backup_info_big']}</if>
<legend>Froxlor&nbsp;-&nbsp;{$title}</legend> <if $settings['system']['backup_bigfile'] == 0 >{$lng['extras']['backup_info_sep']}</if>
<if $settings['system']['backup_count'] == 1 > {$lng['extras']['backup_count_info']} </if>:</td>
<table class="formtable"> <td class="main_field_display" nowrap="nowrap">{$lng['extras']['backup_create']}&nbsp;$backup_enabled</td>
{$backup_form} </tr>
</table> <tr>
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['panel']['save']}" /></td>
<p style="display: none;"> </tr>
<input type="hidden" name="s" value="$s" /> </table>
<input type="hidden" name="page" value="$page" /> </form>
<input type="hidden" name="action" value="$action" /> <br />
<input type="hidden" name="send" value="send" /> <br />
</p> $footer
</fieldset>
</form>
</section>
</article>
$footer