Redesigned tables to use less CSS

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-01-27 19:57:03 +01:00
parent ff06513115
commit c69a05efa5
96 changed files with 388 additions and 545 deletions

View File

@@ -7,8 +7,8 @@ $header
</h2>
</header>
<section class="dboarditemfull bradius phpinfo">
<table width="100%">
<section>
<table class="full">
{$phpinfo}
</table>
</section>

View File

@@ -1,4 +1,4 @@
<tr>
<tr class="section">
<th colspan="3">{$name}</th>
</tr>
{$phpinfoentries}

View File

@@ -7,8 +7,8 @@
</h2>
</header>
<section class="fullform bradius">
<table class="formtable">
<section>
<table class="full">
$fields
<tfoot>
<tr>

View File

@@ -3,5 +3,4 @@
</if>
</form>
<br />
<br />
$footer

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>