Redesigned tables to use less CSS
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
27
templates/Sparkle/admin/templates/templates.tpl
vendored
27
templates/Sparkle/admin/templates/templates.tpl
vendored
@@ -3,11 +3,14 @@ $header
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/templates_big.png" alt="" />
|
||||
{$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="" />
|
||||
@@ -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="" />
|
||||
{$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="" />
|
||||
@@ -49,7 +44,7 @@ $header
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['admin']['templates']['action']}</th>
|
||||
|
||||
@@ -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 - {$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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user