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

@@ -22,7 +22,7 @@ $header
<a href="{$linker->getLink(array('section' => 'admins', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['admin_add']}</a>
</div>
<table class="bradius">
<table class="full hl">
<thead>
<tr>
<th>{$lng['customer']['name']}&nbsp;{$arrowcode['name']}</th>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'admins'))}" 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">
{$admin_add_form}
</table>
</form>
@@ -25,7 +25,7 @@ $header
</article>
<br />
<article>
<section class="fullform bradius">
<section>
<p>
<span class="red">*</span>: {$lng['admin']['valuemandatory']}<br />
<span class="red">**</span>: {$lng['admin']['valuemandatorycompany']}

View File

@@ -12,7 +12,7 @@ $header
</div>
</if>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'admins'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -21,7 +21,7 @@ $header
<input type="hidden" name="id" value="$id" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="full">
{$admin_edit_form}
</table>
</form>
@@ -31,7 +31,7 @@ $header
</article>
<br />
<article>
<section class="fullform bradius">
<section>
<p>
<span class="red">*</span>: {$lng['admin']['valuemandatory']}
</p>

View File

@@ -8,17 +8,14 @@ $header
</h2>
</header>
<section class="tinyform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'configfiles'))}" method="get" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$lng['admin']['configfiles']['serverconfiguration']}</legend>
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<table class="formtable">
$distributions
</table>
</fieldset>
<table class="tiny center">
$distributions
</table>
</form>
</section>
</article>

View File

@@ -1,9 +1,6 @@
<tr>
<td><strong>{$distribution_details['label']}</strong></td>
<tr class="section">
<th><strong>{$distribution_details['label']}</strong></th>
</tr>
<tr>
<td>$services</td>
</tr>
<tr>
<td><br /></td>
</tr>

View File

@@ -1,4 +1,4 @@
{$service_details['label']}
<strong>{$service_details['label']}</strong>
<br />
<ul>
$daemons

View File

@@ -10,11 +10,11 @@ $header
</h2>
</header>
<section class="fullform bradius">
<table class="formtable">
<section>
<table class="full">
{$configpage}
<if $restart != ''>
<tr>
<tr class="section">
<th>{$lng['admin']['configfiles']['restart']}</th>
<tr>
<tr>
@@ -23,7 +23,7 @@ $header
</tr>
</if>
</table>
<br /><br />
<br />
</section>
</article>
$footer

View File

@@ -1,4 +1,4 @@
<tr>
<tr class="section">
<th>{$lng['admin']['configfiles']['commands']}</th>
</tr>
<tr>

View File

@@ -1,4 +1,4 @@
<tr>
<tr class="section">
<th>{$lng['admin']['configfiles']['files']}</th>
</tr>
<tr>

View File

@@ -8,14 +8,13 @@ $header
</h2>
</header>
<section class="tinyform bradius">
<section>
<form action="$filename" method="get" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;Wizard</legend>
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<table class="formtable">
<table class="tiny center">
<tr>
<td><b>{$lng['admin']['configfiles']['distribution']}:</b></td>
<td><if $distribution != ''><input type="hidden" name="distribution" value="$distribution"/><a href="{$linker->getLink(array('section' => 'configfiles', 'page' => $page))}">{$configfiles[$distribution]['label']}</a><else><select id="config_distribution" name="distribution"><option value="choose">{$lng['admin']['configfiles']['choosedistribution']}</option>{$distributions_select}</select></if></td>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'cronjobs'))}" 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="send" value="send" />
<table class="formtable">
<table class="full">
{$cronjobs_edit_form}
</table>
</form>

View File

@@ -13,7 +13,7 @@ $header
</div>
<section>
<table class="bradius">
<table class="full">
<thead>
<tr>
<th>{$lng['cron']['description']}</th>

View File

@@ -24,7 +24,7 @@ $header
</div>
</if>
<table class="bradius">
<table class="full hl">
<thead>
<tr>
<th>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'customers'))}" 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">
{$customer_add_form}
</table>
</form>
@@ -25,7 +25,7 @@ $header
</article>
<br />
<article>
<section class="fullform bradius">
<section>
<p>
<span class="red">*</span>: {$lng['admin']['valuemandatory']}<br />
<span class="red">**</span>: {$lng['admin']['valuemandatorycompany']}

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'customers'))}" 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="send" value="send" />
<table class="formtable">
<table class="full">
{$customer_edit_form}
</table>
</form>
@@ -26,7 +26,7 @@ $header
</article>
<br />
<article>
<section class="fullform bradius">
<section>
<p>
<span class="red">*</span>: {$lng['admin']['valuemandatory']}<br />
<span class="red">**</span>: {$lng['admin']['valuemandatorycompany']}

View File

@@ -24,7 +24,7 @@
</div>
</if>
<table class="bradius">
<table class="full hl">
<thead>
<tr>
<th>{$lng['domains']['domainname']}&nbsp;{$arrowcode['d.domain']}</th>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'domains'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -15,14 +15,14 @@ $header
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="full">
{$domain_add_form}
</table>
</form>
</section>
<br />
<section class="fullform bradius">
<section>
<p>
<span class="red">*</span>: {$lng['admin']['valuemandatory']}
</p>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'domains'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="delete_statistics_str" id="delete_statistics_str" value="{$lng['admin']['delete_statistics']}">
@@ -28,13 +28,13 @@ $header
</div>
</div>
<table class="formtable">
<table class="full">
{$domain_edit_form}
</table>
</form>
</section>
<br />
<section class="fullform bradius">
<section>
<p>
<span class="red">*</span>: {$lng['admin']['valuemandatory']}
</p>

View File

@@ -7,13 +7,13 @@ $header
</h2>
</header>
<section class="tinyform bradius">
<section>
<form method="post" action="{$linker->getLink(array('section' => 'index'))}" enctype="application/x-www-form-urlencoded">
<fieldset>
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="tiny center">
<tr>
<td><label for="def_language">{$lng['login']['language']}:</label></td>
<td><select id="def_language" name="def_language">$language_options</select></td>

View File

@@ -7,13 +7,13 @@ $header
</h2>
</header>
<section class="tinyform bradius">
<section>
<form method="post" action="{$linker->getLink(array('section' => 'index'))}" enctype="application/x-www-form-urlencoded">
<fieldset>
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="tiny center">
<tr>
<td><label for="old_password">{$lng['changepassword']['old_password']}:</label></td>
<td><input type="password" id="old_password" name="old_password" /></td>

View File

@@ -7,13 +7,13 @@ $header
</h2>
</header>
<section class="tinyform bradius">
<section>
<form method="post" action="{$linker->getLink(array('section' => 'index'))}" enctype="application/x-www-form-urlencoded">
<fieldset>
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="tiny center">
<tr>
<td><label for="theme">{$lng['panel']['theme']}:</label></td>
<td><select id="theme" name="theme">$theme_options</select></td>

View File

@@ -167,7 +167,7 @@ $header
<if Settings::Get('admin.show_news_feed') == '1'>
<section class="dboarditem dboarditemnews bradius" id="newsfeed">
<section class="dboarditem dboarditemnews" id="newsfeed">
<table>
<tr>
<th>News</th>
@@ -177,7 +177,7 @@ $header
</section>
</if>
<table class="dboarditem bradius">
<table class="dboarditem">
<thead>
<tr>
<th colspan="2">{$lng['admin']['systemdetails']}</th>

View File

@@ -7,13 +7,13 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form method="post" action="{$linker->getLink(array('section' => 'index', 'errorid' => $errid))}" enctype="application/x-www-form-urlencoded">
<fieldset>
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="full">
<thead>
<tr>
<th>

View File

@@ -21,7 +21,7 @@ $header
<a href="{$linker->getLink(array('section' => 'ipsandports', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['ipsandports']['add']}</a>
</div>
<table class="bradius">
<table class="full hl">
<thead>
<tr>
<th>{$lng['admin']['ipsandports']['ip']}&nbsp;{$arrowcode['ip']}</th>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'ipsandports'))}" 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">
{$ipsandports_add_form}
</table>
</form>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'ipsandports'))}" 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="send" value="send" />
<table class="formtable">
<table class="full">
{$ipsandports_edit_form}
</table>
</form>

View File

@@ -23,7 +23,7 @@ $header
<a href="{$linker->getLink(array('section' => 'logger', 'page' => 'log', 'action' => 'truncate'))}">{$lng['logger']['truncate']}</a>
</div>
<table class="bradius">
<table class="full hl">
<thead>
<tr>
<th>{$lng['logger']['date']}&nbsp;{$arrowcode['date']}</th>

View File

@@ -14,14 +14,14 @@ $header
</div>
</if>
<section class="fullform bradius">
<section>
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<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="send" value="send"/>
<table class="formtable">
<table class="full">
<tr>
<td><b><label for="receipient">{$lng['admin']['receipient']}</label></b></td>
<td><select name="receipient" id="receipient">$receipients</select></td>
@@ -32,7 +32,7 @@ $header
</tr>
<tr>
<td><b><label for="message">{$lng['admin']['text']}</label></b></td>
<td><textarea rows="12" name="message" id="message"></textarea></td>
<td><textarea rows="12" cols="80" name="message" id="message"></textarea></td>
</tr>
<tfoot>
<tr>

View File

@@ -14,18 +14,18 @@ $header
<a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['phpsettings']['addnew']}</a>
</div>
<table class="bradius">
<thead>
<tr>
<th>{$lng['admin']['phpsettings']['description']}</th>
<th>{$lng['admin']['phpsettings']['activedomains']}</th>
<th>{$lng['admin']['phpsettings']['binary']}</th>
<th>{$lng['admin']['phpsettings']['file_extensions']}</th>
<th>{$lng['panel']['options']}</th>
</thead>
<tbody>
$tablecontent
</tbody>
<table class="full hl">
<thead>
<tr>
<th>{$lng['admin']['phpsettings']['description']}</th>
<th>{$lng['admin']['phpsettings']['activedomains']}</th>
<th>{$lng['admin']['phpsettings']['binary']}</th>
<th>{$lng['admin']['phpsettings']['file_extensions']}</th>
<th>{$lng['panel']['options']}</th>
</thead>
<tbody>
$tablecontent
</tbody>
</table>
<if 15 < $count>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'phpsettings'))}" 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">
{$phpconfig_add_form}
</table>
</form>
@@ -31,7 +31,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' => 'phpsettings'))}" 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="send" value="send" />
<table class="formtable">
<table class="full">
{$phpconfig_edit_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,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>

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>

View File

@@ -9,7 +9,7 @@ $header
<section>
<table class="bradius">
<table class="full">
<thead>
<tr>
<th>{$lng['ticket']['archivedtime']}</th>
@@ -31,7 +31,7 @@ $header
<br />
<br />
<article>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
@@ -39,7 +39,7 @@ $header
<input type="hidden" name="page" value="$page"/>
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="full">
<thead>
<tr>
<th colspan="2">{$lng['ticket']['search']}</th>

View File

@@ -1,28 +1,31 @@
$header
<header>
<h2><img src="templates/{$theme}/assets/img/icons/ticket_archive_big.png" alt="" />&nbsp;{$lng['ticket']['archivesearch']}</h2>
</header>
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post">
<input type="hidden" name="s" value="$s"/>
<input type="hidden" name="page" value="$page"/>
<input type="hidden" name="send" value="send" />
<table cellpadding="5" cellspacing="0" border="0" align="center" class="fullform bradius">
<if 0 < $tickets_count >
<section>
<header>
<h2><img src="templates/{$theme}/assets/img/icons/ticket_archive_big.png" alt="" />&nbsp;{$lng['ticket']['archivesearch']}</h2>
</header>
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post">
<input type="hidden" name="s" value="$s"/>
<input type="hidden" name="page" value="$page"/>
<input type="hidden" name="send" value="send" />
<table class="full">
<if 0 < $tickets_count >
<tr>
<th class="field_display_border_left">{$lng['ticket']['archivedtime']}</th>
<th class="field_display">{$lng['ticket']['ticket_answers']}</th>
<th class="field_display">{$lng['ticket']['subject']}</th>
<th class="field_display">{$lng['ticket']['lastreplier']}</th>
<th class="field_display">{$lng['ticket']['priority']}</th>
<th class="field_display_search">&nbsp;</th>
<th class="field_display_search">&nbsp;</th>
</tr>
$tickets
</if>
<if $tickets_count < 1 >
<tr>
<td class="field_display_border_left" colspan="6">{$lng['ticket']['noresults']}</td>
</if>
<if $tickets_count < 1 >
<tr>
<td class="field_display_border_left" colspan="6">{$lng['ticket']['noresults']}</td>
</tr>
</if>
</table>
</form>
</if>
</table>
</form>
</section>
$footer

View File

@@ -23,7 +23,7 @@ $header
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'categories', 'action' => 'addcategory'))}">{$lng['ticket']['ticket_newcateory']}</a>
</div>
<table class="bradius">
<table class="full hl">
<thead>
<tr>
<th>{$lng['ticket']['category']}&nbsp;{$arrowcode['name']}</th>

View File

@@ -25,7 +25,7 @@ $header
</div>
</if>
<table class="bradius">
<table class="full hl">
<thead>
<tr>
<th>{$lng['ticket']['lastchange']}&nbsp;{$arrowcode['lastchange']}</th>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'tickets'))}" 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="send" value="send" />
<table class="formtable">
<table class="full">
{$category_edit_form}
</table>
</form>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'tickets'))}" 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">
{$ticket_new_form}
</table>
</form>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'tickets'))}" 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">
{$category_new_form}
</table>
</form>

View File

@@ -20,7 +20,7 @@ $header
$ticket_replies
</if>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -29,7 +29,7 @@ $header
<input type="hidden" name="id" value="$id" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="full">
{$ticket_reply_form}
</table>
</form>

View File

@@ -1,5 +1,5 @@
<section class="fullform bradius">
<table class="formtable">
<section>
<table class="full">
<tr>
<th>{$lastchange}&nbsp;{$lng['ticket']['by']}&nbsp;{$by}</th>
</tr>

View File

@@ -1,5 +1,5 @@
<section class="fullform bradius">
<table class="formtable">
<section>
<table class="full">
<tr>
<th>{$dt}&nbsp;{$lng['ticket']['by']}&nbsp;{$by}&nbsp;({$status})</th>
</tr>

View File

@@ -1,5 +1,6 @@
<h3>{$lng['traffic']['trafficoverview']}&nbsp;{$overview['type']}&nbsp;{$overview['year']}</h3>
<table class="bradius" id="stats{$overview['year']}">
<section>
<table class="full" id="stats{$overview['year']}">
<thead>
<tr>
<th>{$overview['type']}</th>
@@ -24,6 +25,7 @@
{$total_list}
</tfoot>
</table>
</section>
<script type="text/javascript">
var myTextExtraction = function(node)
{