Fixed footer cell
This commit is contained in:
12
templates/Sparkle/admin/settings/settings.tpl
vendored
12
templates/Sparkle/admin/settings/settings.tpl
vendored
@@ -10,11 +10,13 @@
|
||||
<section class="fullform bradius">
|
||||
<table class="formtable">
|
||||
$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>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<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']}" />
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
<tr>
|
||||
<th>
|
||||
{$groupdetails['title']}
|
||||
</th>
|
||||
<th style="width:350px;">
|
||||
<input type="reset" value="{$lng['panel']['reset']}" /><input type="submit" value="{$lng['panel']['save']}" />
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
{$groupdetails['title']}
|
||||
</th>
|
||||
<th style="text-align: right !important; width: 400px;">
|
||||
<input type="reset" value="{$lng['panel']['reset']}" /><input type="submit" value="{$lng['panel']['save']}" />
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
Reference in New Issue
Block a user