Fixed footer cell
This commit is contained in:
@@ -10,11 +10,13 @@
|
|||||||
<section class="fullform bradius">
|
<section class="fullform bradius">
|
||||||
<table class="formtable">
|
<table class="formtable">
|
||||||
$fields
|
$fields
|
||||||
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="maintitle_apply_right" nowrap="nowrap" colspan="2">
|
<td class="maintitle_apply_right" nowrap="nowrap" colspan="2" align="right">
|
||||||
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
{$groupdetails['title']}
|
{$groupdetails['title']}
|
||||||
</th>
|
</th>
|
||||||
<th style="width:350px;">
|
<th style="text-align: right !important; width: 400px;">
|
||||||
<input type="reset" value="{$lng['panel']['reset']}" /><input type="submit" value="{$lng['panel']['save']}" />
|
<input type="reset" value="{$lng['panel']['reset']}" /><input type="submit" value="{$lng['panel']['save']}" />
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
Reference in New Issue
Block a user