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,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'templates'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -15,7 +15,7 @@ $header
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="filesend" value="filesend" />
<table class="formtable">
<table class="full">
{$filetemplate_add_form}
</table>
</form>
@@ -32,7 +32,7 @@ $header
<section>
<table class="bradius">
<table class="full">
<thead>
<tr>
<th>{$lng['panel']['variable']}</th>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'templates'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -16,7 +16,7 @@ $header
<input type="hidden" name="id" value="$id" />
<input type="hidden" name="filesend" value="filesend" />
<table class="formtable">
<table class="full">
{$filetemplate_edit_form}
</table>
</form>
@@ -33,7 +33,7 @@ $header
<section>
<table class="bradius">
<table class="full">
<thead>
<tr>
<th>{$lng['panel']['variable']}</th>

View File

@@ -3,11 +3,14 @@ $header
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/templates_big.png" alt="" />&nbsp;
{$lng['admin']['templates']['templates']}
{$lng['admin']['templates']['email']}
</h2>
</header>
<section>
<h3>
{$lng['admin']['templates']['templates']}
</h3>
<if $add>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />&nbsp;
@@ -15,7 +18,7 @@ $header
</div>
</if>
<table class="bradius">
<table class="full hl">
<thead>
<tr>
<th>{$lng['login']['language']}</th>
@@ -28,20 +31,12 @@ $header
</tbody>
</table>
</section>
</article>
<br />
<br />
<br />
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/templates_big.png" alt="" />&nbsp;
{$lng['admin']['templates']['filetemplates']}
</h2>
</header>
<br />
<br />
<section>
<h3>
{$lng['admin']['templates']['filetemplates']}
</h3>
<if $filetemplateadd>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />&nbsp;
@@ -49,7 +44,7 @@ $header
</div>
</if>
<table class="bradius">
<table class="full hl">
<thead>
<tr>
<th>{$lng['admin']['templates']['action']}</th>

View File

@@ -7,16 +7,15 @@ $header
</h2>
</header>
<section class="tinyform bradius">
<section>
<form method="post" action="{$linker->getLink(array('section' => 'templates'))}" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$lng['menue']['main']['changelanguage']}</legend>
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="prepare" value="prepare" />
<table class="formtable tinyform">
<table class="tiny center">
<tr>
<td><label for="language">{$lng['login']['language']}:</label></td>
<td><select id="language" name="language">$language_options</select></td>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'templates'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -15,7 +15,7 @@ $header
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="full">
{$template_add_form}
</table>
</form>
@@ -32,7 +32,7 @@ $header
<section>
<table class="bradius">
<table class="full">
<thead>
<tr>
<th>{$lng['panel']['variable']}</th>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'templates'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -17,7 +17,7 @@ $header
<input type="hidden" name="mailbodyid" value="$mailbodyid" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="full">
{$template_edit_form}
</table>
</form>
@@ -34,7 +34,7 @@ $header
<section>
<table class="bradius">
<table class="full">
<thead>
<tr>
<th>{$lng['panel']['variable']}</th>