Many small fixes and beautifications

This commit is contained in:
BNoiZe
2013-10-19 09:02:12 +02:00
parent 0eb8e0c55c
commit 4312ed9181
9 changed files with 197 additions and 180 deletions

View File

@@ -9,12 +9,23 @@
<section class="fullform bradius">
<table class="formtable">
<thead>
<tr>
<th class="maintitle_apply_right" nowrap="nowrap" colspan="3" style="text-align: right !important;">
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
</th>
</tr>
</thead>
<tbody>
$fields
<tr>
<td class="maintitle_apply_right" nowrap="nowrap" colspan="2">
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td class="maintitle_apply_right" nowrap="nowrap" colspan="3" style="text-align: right !important;">
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
</td>
</tr>
</tfoot>
</table>
</section>
</article>