Redesigned tables to use less CSS
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
2
templates/Sparkle/admin/admins/admins.tpl
vendored
2
templates/Sparkle/admin/admins/admins.tpl
vendored
@@ -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']} {$arrowcode['name']}</th>
|
||||
|
||||
@@ -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']}
|
||||
|
||||
@@ -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>
|
||||
|
||||
15
templates/Sparkle/admin/configfiles/choose.tpl
vendored
15
templates/Sparkle/admin/configfiles/choose.tpl
vendored
@@ -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 - {$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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{$service_details['label']}
|
||||
<strong>{$service_details['label']}</strong>
|
||||
<br />
|
||||
<ul>
|
||||
$daemons
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<tr>
|
||||
<tr class="section">
|
||||
<th>{$lng['admin']['configfiles']['commands']}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<tr>
|
||||
<tr class="section">
|
||||
<th>{$lng['admin']['configfiles']['files']}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -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 - 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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -13,7 +13,7 @@ $header
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<table class="bradius">
|
||||
<table class="full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['cron']['description']}</th>
|
||||
|
||||
@@ -24,7 +24,7 @@ $header
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
|
||||
@@ -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']}
|
||||
|
||||
@@ -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']}
|
||||
|
||||
2
templates/Sparkle/admin/domains/domains.tpl
vendored
2
templates/Sparkle/admin/domains/domains.tpl
vendored
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['domains']['domainname']} {$arrowcode['d.domain']}</th>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
4
templates/Sparkle/admin/index/index.tpl
vendored
4
templates/Sparkle/admin/index/index.tpl
vendored
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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']} {$arrowcode['ip']}</th>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
2
templates/Sparkle/admin/logger/logger.tpl
vendored
2
templates/Sparkle/admin/logger/logger.tpl
vendored
@@ -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']} {$arrowcode['date']}</th>
|
||||
|
||||
6
templates/Sparkle/admin/message/message.tpl
vendored
6
templates/Sparkle/admin/message/message.tpl
vendored
@@ -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>
|
||||
|
||||
24
templates/Sparkle/admin/phpconfig/overview.tpl
vendored
24
templates/Sparkle/admin/phpconfig/overview.tpl
vendored
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
6
templates/Sparkle/admin/tickets/archive.tpl
vendored
6
templates/Sparkle/admin/tickets/archive.tpl
vendored
@@ -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>
|
||||
|
||||
@@ -1,28 +1,31 @@
|
||||
$header
|
||||
<header>
|
||||
<h2><img src="templates/{$theme}/assets/img/icons/ticket_archive_big.png" alt="" /> {$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="" /> {$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"> </th>
|
||||
<th class="field_display_search"> </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
|
||||
|
||||
@@ -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']} {$arrowcode['name']}</th>
|
||||
|
||||
2
templates/Sparkle/admin/tickets/tickets.tpl
vendored
2
templates/Sparkle/admin/tickets/tickets.tpl
vendored
@@ -25,7 +25,7 @@ $header
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['ticket']['lastchange']} {$arrowcode['lastchange']}</th>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<section class="fullform bradius">
|
||||
<table class="formtable">
|
||||
<section>
|
||||
<table class="full">
|
||||
<tr>
|
||||
<th>{$lastchange} {$lng['ticket']['by']} {$by}</th>
|
||||
</tr>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<section class="fullform bradius">
|
||||
<table class="formtable">
|
||||
<section>
|
||||
<table class="full">
|
||||
<tr>
|
||||
<th>{$dt} {$lng['ticket']['by']} {$by} ({$status})</th>
|
||||
</tr>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<h3>{$lng['traffic']['trafficoverview']} {$overview['type']} {$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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user