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)
|
||||
{
|
||||
|
||||
34
templates/Sparkle/assets/css/dark.css
vendored
Normal file
34
templates/Sparkle/assets/css/dark.css
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
.content, nav {
|
||||
background-color: #11171c;
|
||||
}
|
||||
nav div:first-child {
|
||||
display:inherit;
|
||||
}
|
||||
nav a {
|
||||
color: #424a51;
|
||||
}
|
||||
nav a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
nav .active {
|
||||
color: #fff;
|
||||
}
|
||||
.menuelement {
|
||||
border: none;
|
||||
color: #424a51;
|
||||
margin: 15px 0px 25px 10px;
|
||||
padding: 0px;
|
||||
}
|
||||
.menuelement h4 {
|
||||
background: none;
|
||||
color: #088ecc;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.menuelement h4 a {
|
||||
color: #088ecc;
|
||||
}
|
||||
|
||||
.topheader {
|
||||
background:#f0f2f4;
|
||||
}
|
||||
121
templates/Sparkle/assets/css/froxlor.css
vendored
121
templates/Sparkle/assets/css/froxlor.css
vendored
@@ -42,27 +42,6 @@ h2 img {
|
||||
height:32px!important;
|
||||
}
|
||||
|
||||
table.bradius {
|
||||
/* width: 100%; */
|
||||
border-spacing: 0;
|
||||
background-color: #f8f8f8;
|
||||
border-top: 0;
|
||||
border-left: 1px solid #666;
|
||||
border-bottom: 1px solid #666;
|
||||
border-collapse: separate;
|
||||
-webkit-border-top-right-radius:20px;
|
||||
-webkit-border-bottom-left-radius:20px;
|
||||
-moz-border-radius-topright:20px;
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
border-top-right-radius:20px;
|
||||
border-bottom-left-radius:20px;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
table.bradius tbody tr td {
|
||||
border-right: 1px solid #666;
|
||||
}
|
||||
|
||||
.topheader {
|
||||
background:#cccccc url('../img/header_g_froxlor.png') 0 bottom repeat-x;
|
||||
margin-bottom:12px;
|
||||
@@ -78,27 +57,6 @@ table.bradius tbody tr td {
|
||||
width:24px;
|
||||
}
|
||||
|
||||
.fullform,.midform,.tinyform {
|
||||
-webkit-border-top-right-radius:20px;
|
||||
-webkit-border-bottom-left-radius:20px;
|
||||
-moz-border-radius-topright:20px;
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
border-top-right-radius:20px;
|
||||
border-bottom-left-radius:20px;
|
||||
border:1px solid #666;
|
||||
background-color:#f8f8f8;
|
||||
}
|
||||
|
||||
.tinyform tbody tr:first-child td:last-child {
|
||||
-webkit-border-top-right-radius:20px;
|
||||
-moz-border-radius-topright:20px;
|
||||
border-top-right-radius:20px;
|
||||
}
|
||||
|
||||
table.tinyform input {
|
||||
width:50%;
|
||||
}
|
||||
|
||||
/* navigation */
|
||||
nav {
|
||||
background-color:#eeeeee;
|
||||
@@ -147,10 +105,33 @@ nav div:last-child {
|
||||
color:#000;
|
||||
}
|
||||
|
||||
/* TABLES */
|
||||
table {
|
||||
border-radius: 0;
|
||||
border: 1px solid #666;
|
||||
-webkit-border-top-right-radius:20px;
|
||||
-webkit-border-bottom-left-radius:20px;
|
||||
-moz-border-radius-topright:20px;
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
border-top-right-radius:20px;
|
||||
border-bottom-left-radius:20px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
table thead th, table th {
|
||||
color: #fff;
|
||||
background-color: #176fa1 !important;
|
||||
background-color: #176fa1;
|
||||
border: 1px solid #176fa1;
|
||||
text-align: center;
|
||||
-webkit-border-top-right-radius:20px;
|
||||
-webkit-border-bottom-left-radius:20px;
|
||||
-moz-border-radius-topright:20px;
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
border-top-right-radius:20px;
|
||||
border-bottom-left-radius:20px;
|
||||
}
|
||||
|
||||
table tfoot tr td {
|
||||
-webkit-border-top-right-radius: 20px;
|
||||
-webkit-border-bottom-left-radius: 20px;
|
||||
-moz-border-radius-topright: 20px;
|
||||
@@ -159,60 +140,6 @@ table thead th, table th {
|
||||
border-bottom-left-radius: 20px;
|
||||
}
|
||||
|
||||
table th {
|
||||
font-weight:700;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
table tbody tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
table tbody tr:last-child td:first-child {
|
||||
border-bottom:0;
|
||||
}
|
||||
|
||||
table.bradius tfoot tr:last-child td:first-child, table.bradius tbody tr:last-child td:first-child {
|
||||
border-bottom:0;
|
||||
-webkit-border-bottom-left-radius: 20px;
|
||||
-moz-border-radius-bottomleft: 20px;
|
||||
border-bottom-left-radius: 20px;
|
||||
}
|
||||
|
||||
table.bradius tfoot tr:last-child td {
|
||||
border-right:1px solid #000;
|
||||
}
|
||||
|
||||
.formtable tbody td, .formtable td {
|
||||
border-bottom: 1px dotted #ccc;
|
||||
}
|
||||
|
||||
.formtable tbody tr th {
|
||||
background-color: rgb(245, 245, 245);
|
||||
}
|
||||
|
||||
.formtable tbody tr:first-child th {
|
||||
-webkit-border-top-right-radius: 20px;
|
||||
-moz-border-radius-topright: 20px;
|
||||
border-top-right-radius: 20px;
|
||||
}
|
||||
|
||||
.formtable tfoot tr:last-child td:first-child {
|
||||
-webkit-border-bottom-left-radius: 20px;
|
||||
-moz-border-radius-bottomleft: 20px;
|
||||
border-bottom-left-radius: 20px;
|
||||
}
|
||||
|
||||
table tfoot td {
|
||||
height:25px;
|
||||
border-top:0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.formtable tfoot td {
|
||||
padding-right:0;
|
||||
}
|
||||
|
||||
input {
|
||||
color:#000;
|
||||
background-color:#dae7ee!important;
|
||||
|
||||
216
templates/Sparkle/assets/css/main.css
vendored
216
templates/Sparkle/assets/css/main.css
vendored
@@ -12,7 +12,7 @@ article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
|
||||
html,body {
|
||||
font:12px/18px 'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
|
||||
background-color: #f5f5f5;
|
||||
color:#333;
|
||||
color:#444;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
|
||||
@@ -58,6 +58,7 @@ img.small {
|
||||
|
||||
h1 {
|
||||
display:none;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
h2,h3 {
|
||||
@@ -76,7 +77,7 @@ h3 {
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size:12px;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
img {
|
||||
@@ -214,26 +215,13 @@ footer img {
|
||||
width:800px;
|
||||
}
|
||||
|
||||
.fullform,.midform,.tinyform {
|
||||
background-color:#fff;
|
||||
border:1px solid #d1d5d8;
|
||||
}
|
||||
|
||||
.fullform p {
|
||||
margin:10px!important;
|
||||
}
|
||||
|
||||
table.tinyform input {
|
||||
width:120px;
|
||||
}
|
||||
|
||||
.fullform,.midform,.installsec {
|
||||
.installsec {
|
||||
margin-top:10px;
|
||||
padding:0;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.tinyform, .loginsec, .errorsec {
|
||||
.loginsec, .errorsec {
|
||||
margin-top:10px;
|
||||
padding:10px 0;
|
||||
text-align:center;
|
||||
@@ -243,28 +231,7 @@ table.tinyform input {
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
.tinyform {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.fullform {
|
||||
width:100%;
|
||||
margin:0 auto;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.midform {
|
||||
width:600px;
|
||||
margin:0 auto;
|
||||
padding:10px 0;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.midform {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.tinyform, .loginsec form {
|
||||
.loginsec form {
|
||||
width:400px;
|
||||
margin:0 auto;
|
||||
text-align:left;
|
||||
@@ -279,24 +246,11 @@ table.tinyform input {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.fullform fieldset,.midform fieldset,.tinyform fieldset {
|
||||
border:0;
|
||||
width:100%;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.fullform legend,.loginsec legend,.midform legend,.tinyform legend {
|
||||
.loginsec legend {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.fullform label {
|
||||
float:left;
|
||||
width:26em;
|
||||
margin-top:6px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.midform label, .tinyform label, .loginsec label {
|
||||
.loginsec label {
|
||||
float:left;
|
||||
width:10em;
|
||||
margin-right:1em;
|
||||
@@ -304,15 +258,11 @@ table.tinyform input {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.fullform textarea,.midform textarea {
|
||||
width:60%;
|
||||
}
|
||||
|
||||
.loginsec input[type="text"], .loginsec input[type="password"] {
|
||||
width:183px;
|
||||
}
|
||||
|
||||
.tinyform select, .loginsec select {
|
||||
.loginsec select {
|
||||
width:213px;
|
||||
}
|
||||
|
||||
@@ -529,103 +479,74 @@ nav div:last-child {
|
||||
border:0;
|
||||
}
|
||||
|
||||
.noborder td {
|
||||
border:0;
|
||||
}
|
||||
|
||||
/* TABLES */
|
||||
table {
|
||||
width:100%;
|
||||
border-spacing:0;
|
||||
border:1px solid #d1d5d8;
|
||||
border-bottom: 0px;
|
||||
border-collapse:separate;
|
||||
box-shadow:0 0 0 #000 !important;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #d1d5d8;
|
||||
border-spacing: 0;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
table.bradius tbody tr:hover {
|
||||
table thead th, table th {
|
||||
border-bottom: 1px solid #d1d5d8;
|
||||
height: 25px;
|
||||
padding: 5px 0 5px 8px;
|
||||
background-color: #e9edf0;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
table tr.section:not(:first-child) th {
|
||||
border-top: 1px solid #d1d5d8;
|
||||
}
|
||||
|
||||
table tbody tr td {
|
||||
border-bottom:1px solid #f1f2f3;
|
||||
}
|
||||
table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
table.hl tbody tr:hover {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
table tr.top td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table thead th,table th {
|
||||
table tfoot tr td {
|
||||
height:25px;
|
||||
border-top:1px solid #d1d5d8;
|
||||
border-bottom:1px solid #d1d5d8;
|
||||
height:25px!important;
|
||||
padding:5px 0 5px 8px;
|
||||
background-color:#e9edf0;
|
||||
font-weight:700;
|
||||
background-color:#f2f8fa;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
table thead:first-child th,table:first-child th {
|
||||
border-top:none!important;
|
||||
}
|
||||
|
||||
table th {
|
||||
border-top:0;
|
||||
table td {
|
||||
padding: 5px 10px;
|
||||
height: 25px;
|
||||
min-height: 25px;
|
||||
}
|
||||
|
||||
table th.right, table td.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
th a:hover {
|
||||
text-decoration:none;
|
||||
table.tiny {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
th a:nth-child(odd) img {
|
||||
position:relative;
|
||||
top:-5px;
|
||||
left:4px;
|
||||
table.middle {
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
th a:nth-child(even) img {
|
||||
position:relative;
|
||||
top:3px;
|
||||
left:-7px;
|
||||
table.full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table thead:first-child th {
|
||||
border-top:0;
|
||||
table.center {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.disabled td,.disabled td a {
|
||||
table tr.top {
|
||||
vertical-align: top;
|
||||
}
|
||||
tr.disabled td, tr.disabled td a {
|
||||
color:#cfcfcf;
|
||||
}
|
||||
|
||||
table tbody td {
|
||||
border-bottom:1px solid #f1f2f3;
|
||||
}
|
||||
|
||||
table tbody tr:last-child td {
|
||||
border-bottom: 1px solid #d1d5d8;
|
||||
}
|
||||
|
||||
.formtable {
|
||||
width:100%;
|
||||
border-spacing:0;
|
||||
border:0;
|
||||
border-collapse:separate;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.formtable tbody td, .formtable td {
|
||||
border:0;
|
||||
border-bottom:1px solid #f1f2f3;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.formtable label {
|
||||
float:none;
|
||||
display:block;
|
||||
padding:0;
|
||||
margin:0;
|
||||
width:100%;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* ADMIN/CUSTOMER BARS */
|
||||
.overviewcustomerextras {
|
||||
line-height:15px;
|
||||
font-size:10px;
|
||||
@@ -639,32 +560,7 @@ table tbody tr:last-child td {
|
||||
float:left;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-top:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
padding-bottom:5px;
|
||||
}
|
||||
|
||||
table tfoot td {
|
||||
height:25px;
|
||||
border-top:1px solid #d1d5d8;
|
||||
background-color:#f2f8fa;
|
||||
}
|
||||
|
||||
.formtable tfoot td {
|
||||
padding-right:0;
|
||||
}
|
||||
|
||||
.tfootleft {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.maintitle {
|
||||
padding-top:20px;
|
||||
}
|
||||
|
||||
/* input elements */
|
||||
/* INPUT ELEMENTS */
|
||||
input {
|
||||
background:#fff url(../img/icons/text_align_left.png) no-repeat 5px 4px;
|
||||
color: #333;
|
||||
|
||||
4
templates/Sparkle/assets/css/main_ie.css
vendored
4
templates/Sparkle/assets/css/main_ie.css
vendored
@@ -9,10 +9,6 @@ input[type="submit"],input[class="nobutton"],input[type="reset"] {
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
.midform input[type="file"] {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
table thead th {
|
||||
border-right: 1px solid #333;
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
<if $do_insert == 1>
|
||||
@@ -19,7 +19,7 @@ $header
|
||||
<input type="hidden" name="id" value="$id" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
|
||||
<table class="formtable">
|
||||
<table class="full">
|
||||
{$ssleditor_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -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,7 +15,7 @@ $header
|
||||
<input type="hidden" name="action" value="$action" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
|
||||
<table class="formtable">
|
||||
<table class="full">
|
||||
{$subdomain_add_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -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" />
|
||||
@@ -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">
|
||||
{$subdomain_edit_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -7,7 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" 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">
|
||||
{$account_add_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -7,8 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
|
||||
<section>
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
@@ -16,7 +15,7 @@ $header
|
||||
<input type="hidden" name="id" value="$id" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
|
||||
<table class="formtable">
|
||||
<table class="full">
|
||||
{$account_changepw_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -7,8 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
|
||||
<section>
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
@@ -16,7 +15,7 @@ $header
|
||||
<input type="hidden" name="id" value="$id" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
|
||||
<table class="formtable">
|
||||
<table class="full">
|
||||
{$quota_edit_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
2
templates/Sparkle/customer/email/emails.tpl
vendored
2
templates/Sparkle/customer/email/emails.tpl
vendored
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['emails']['emailaddress']} {$arrowcode['m.email_full']}</th>
|
||||
|
||||
@@ -16,7 +16,7 @@ $header
|
||||
</div>
|
||||
</div>
|
||||
<else>
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
@@ -24,7 +24,7 @@ $header
|
||||
<input type="hidden" name="action" value="$action" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
|
||||
<table class="formtable">
|
||||
<table class="full">
|
||||
{$email_add_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<tr>
|
||||
<td class="title" colspan="7"><b>{$domainname}</b></td>
|
||||
<td colspan="7"><b>{$domainname}</b></td>
|
||||
</tr>
|
||||
22
templates/Sparkle/customer/email/emails_edit.tpl
vendored
22
templates/Sparkle/customer/email/emails_edit.tpl
vendored
@@ -7,24 +7,20 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
<thead>
|
||||
<tr><th colspan="2"></th></tr>
|
||||
</thead>
|
||||
{$email_edit_form}
|
||||
<tfoot>
|
||||
<table class="full">
|
||||
<thead>
|
||||
<tr><th colspan="2"></th></tr>
|
||||
</thead>
|
||||
{$email_edit_form}
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2"><a href="{$linker->getLink(array('section' => 'email', 'page' => 'emails'))}">{$lng['emails']['back_to_overview']}</a></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</fieldset>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</section>
|
||||
|
||||
@@ -7,7 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" 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">
|
||||
{$forwarder_add_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{$lng['extras']['pathoptions_add']}</a>
|
||||
</div>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['path']}</th>
|
||||
|
||||
@@ -7,7 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'extras'))}" 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">
|
||||
{$htaccess_add_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -7,7 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'extras'))}" 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">
|
||||
{$htaccess_edit_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', 'action' => 'add'))}">{$lng['extras']['directoryprotection_add']}</a>
|
||||
</div>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['login']['username']} {$arrowcode['username']}</th>
|
||||
|
||||
@@ -7,7 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'extras'))}" 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">
|
||||
{$htpasswd_add_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -7,7 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'extras'))}" 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">
|
||||
{$htpasswd_edit_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
2
templates/Sparkle/customer/ftp/accounts.tpl
vendored
2
templates/Sparkle/customer/ftp/accounts.tpl
vendored
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['login']['username']} {$arrowcode['username']}</th>
|
||||
|
||||
@@ -7,7 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'ftp'))}" 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">
|
||||
{$ftp_add_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -7,7 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'ftp'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
@@ -16,7 +16,7 @@ $header
|
||||
<input type="hidden" name="send" value="send" />
|
||||
<input type="hidden" name="id" value="$id" />
|
||||
|
||||
<table class="formtable">
|
||||
<table class="full">
|
||||
{$ftp_edit_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -7,17 +7,19 @@ $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">
|
||||
<tr>
|
||||
<td width="50%"><label for="def_language">{$lng['login']['language']}:</label></td>
|
||||
<td><select id="def_language" name="def_language">$language_options</select></td>
|
||||
</tr>
|
||||
<table class="tiny center">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="50%"><label for="def_language">{$lng['login']['language']}:</label></td>
|
||||
<td><select id="def_language" name="def_language">$language_options</select></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
|
||||
@@ -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="middle center">
|
||||
<tr>
|
||||
<td width="50%"><label for="old_password">{$lng['changepassword']['old_password']}:</label></td>
|
||||
<td><input type="password" id="old_password" name="old_password" /></td>
|
||||
@@ -27,12 +27,18 @@ $header
|
||||
<td><input type="password" id="new_password_confirm" name="new_password_confirm" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="change_main_ftp">{$lng['changepassword']['also_change_ftp']}:</label></td>
|
||||
<td><input type="checkbox" name="change_main_ftp" id="change_main_ftp" value="true" /></td>
|
||||
<td> </td>
|
||||
<td>
|
||||
<input type="checkbox" name="change_main_ftp" id="change_main_ftp" value="true" />
|
||||
<label for="change_main_ftp">{$lng['changepassword']['also_change_ftp']}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="change_webalizer">{$lng['changepassword']['also_change_webalizer']}:</label></td>
|
||||
<td><input type="checkbox" name="change_webalizer" id="change_webalizer" value="true" /></td>
|
||||
<td> </td>
|
||||
<td>
|
||||
<input type="checkbox" name="change_webalizer" id="change_webalizer" value="true" />
|
||||
<label for="change_webalizer">{$lng['changepassword']['also_change_webalizer']}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tfoot>
|
||||
<tr>
|
||||
|
||||
@@ -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 width="50%"><label for="theme">{$lng['panel']['theme']}:</label></td>
|
||||
<td><select id="theme" name="theme">$theme_options</select></td>
|
||||
|
||||
@@ -7,26 +7,26 @@ $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>
|
||||
<p>{$lng['error']['send_report_desc']}</p>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<p>{$lng['error']['send_report_desc']}</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<code>{$mail_html}</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<code>{$mail_html}</code>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
|
||||
2
templates/Sparkle/customer/mysql/mysqls.tpl
vendored
2
templates/Sparkle/customer/mysql/mysqls.tpl
vendored
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="full hl">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['mysql']['databasename']} {$arrowcode['databasename']}</th>
|
||||
|
||||
@@ -7,7 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'mysql'))}" 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">
|
||||
{$mysql_add_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -7,7 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradius">
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'mysql'))}" 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">
|
||||
{$mysql_edit_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -39,7 +39,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" />
|
||||
@@ -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_add_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -11,7 +11,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" />
|
||||
@@ -21,7 +21,7 @@ $header
|
||||
<input type="hidden" name="id" value="$id" />
|
||||
|
||||
<if $isclosed < 1 >
|
||||
<table class="formtable">
|
||||
<table class="full">
|
||||
{$ticket_reply_form}
|
||||
</table>
|
||||
</if>
|
||||
|
||||
@@ -26,4 +26,3 @@
|
||||
</if>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<section class="fullform bradius">
|
||||
<table class="formtable">
|
||||
<section>
|
||||
<table class="full">
|
||||
<tr>
|
||||
<th><strong>{$lastchange} {$lng['ticket']['by']} {$by}</strong></th>
|
||||
</tr>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<section class="fullform bradius">
|
||||
<table class="formtable">
|
||||
<section>
|
||||
<table class="full">
|
||||
<tr>
|
||||
<th><strong>{$dt} {$lng['ticket']['by']} {$by} ({$status})</strong></th>
|
||||
</tr>
|
||||
|
||||
@@ -9,7 +9,7 @@ $header
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'traffic'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<table class="fullform bradius" id="datatable">
|
||||
<table class="full hl" id="datatable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['traffic']['month']}</td>
|
||||
|
||||
@@ -7,7 +7,7 @@ $header
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<table class="bradius" id="datatable">
|
||||
<table class="full hl" id="datatable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['traffic']['day']}</th>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<tr>
|
||||
<tr class="section">
|
||||
<th>
|
||||
{$title}
|
||||
</th>
|
||||
|
||||
Reference in New Issue
Block a user