Redesigned tables to use less CSS

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-01-27 19:57:03 +01:00
parent ff06513115
commit c69a05efa5
96 changed files with 388 additions and 545 deletions

View File

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

View File

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

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'domains'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -15,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>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'domains'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

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

View File

@@ -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>

View File

@@ -1,3 +1,3 @@
<tr>
<td class="title" colspan="7"><b>{$domainname}</b></td>
<td colspan="7"><b>{$domainname}</b></td>
</tr>

View File

@@ -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&nbsp;-&nbsp;{$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>

View File

@@ -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>

View File

@@ -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']}&nbsp;{$arrowcode['path']}</th>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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']}&nbsp;{$arrowcode['username']}</th>

View File

@@ -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>

View File

@@ -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>

View File

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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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">

View File

@@ -7,13 +7,13 @@ $header
</h2>
</header>
<section class="tinyform bradius">
<section>
<form method="post" action="{$linker->getLink(array('section' => 'index'))}" enctype="application/x-www-form-urlencoded">
<fieldset>
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="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>&nbsp;</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>&nbsp;</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>

View File

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

View File

@@ -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>

View File

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

View File

@@ -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>

View File

@@ -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>

View File

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

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -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>

View File

@@ -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>

View File

@@ -26,4 +26,3 @@
</if>
</td>
</tr>

View File

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

View File

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

View File

@@ -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>

View File

@@ -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>