Fixed footer cell

This commit is contained in:
BNoiZe
2013-10-24 17:10:00 +02:00
parent 55d09ac569
commit d15242ced7
2 changed files with 17 additions and 14 deletions

View File

@@ -10,11 +10,13 @@
<section class="fullform bradius"> <section class="fullform bradius">
<table class="formtable"> <table class="formtable">
$fields $fields
<tr> <tfoot>
<td class="maintitle_apply_right" nowrap="nowrap" colspan="2"> <tr>
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" /> <td class="maintitle_apply_right" nowrap="nowrap" colspan="2" align="right">
</td> <input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
</tr> </td>
</tr>
</tfoot>
</table> </table>
</section> </section>
</article> </article>

View File

@@ -1,9 +1,10 @@
<tr> <thead>
<th> <tr>
{$groupdetails['title']} <th>
</th> {$groupdetails['title']}
<th style="width:350px;"> </th>
<input type="reset" value="{$lng['panel']['reset']}" /><input type="submit" value="{$lng['panel']['save']}" /> <th style="text-align: right !important; width: 400px;">
</th> <input type="reset" value="{$lng['panel']['reset']}" /><input type="submit" value="{$lng['panel']['save']}" />
</tr> </th>
</tr>
</thead>