Redesigned tables to use less CSS
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
4
templates/Sparkle/admin/settings/phpinfo.tpl
vendored
4
templates/Sparkle/admin/settings/phpinfo.tpl
vendored
@@ -7,8 +7,8 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="dboarditemfull bradius phpinfo">
|
||||
<table width="100%">
|
||||
<section>
|
||||
<table class="full">
|
||||
{$phpinfo}
|
||||
</table>
|
||||
</section>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<tr>
|
||||
<tr class="section">
|
||||
<th colspan="3">{$name}</th>
|
||||
</tr>
|
||||
{$phpinfoentries}
|
||||
@@ -7,8 +7,8 @@
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<table class="formtable">
|
||||
<section>
|
||||
<table class="full">
|
||||
$fields
|
||||
<tfoot>
|
||||
<tr>
|
||||
|
||||
@@ -3,5 +3,4 @@
|
||||
</if>
|
||||
</form>
|
||||
<br />
|
||||
<br />
|
||||
$footer
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
{$groupdetails['title']}
|
||||
</th>
|
||||
<th class="right">
|
||||
<input type="reset" value="{$lng['panel']['reset']}" /><input type="submit" value="{$lng['panel']['save']}" />
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr class="section">
|
||||
<th>
|
||||
{$groupdetails['title']}
|
||||
</th>
|
||||
<th class="right">
|
||||
<input type="reset" value="{$lng['panel']['reset']}" /><input type="submit" value="{$lng['panel']['save']}" />
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
@@ -7,25 +7,25 @@
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<table class="formtable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3" class="right">
|
||||
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
$fields
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td nowrap="nowrap" colspan="3" class="right">
|
||||
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<section>
|
||||
<table class="full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3" class="right">
|
||||
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
$fields
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td nowrap="nowrap" colspan="3" class="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>
|
||||
|
||||
@@ -7,20 +7,20 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<table class="formtable">
|
||||
<section>
|
||||
<table class="full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{$lng['admin']['customers']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{$customers}
|
||||
{$customers}
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{$lng['admin']['admins']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{$admins}
|
||||
{$admins}
|
||||
</table>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user