overview-get.tpl, viewlog.tpl:

- changed <h3> to <th>

overview-get.tpl:
- removed class="flat" from domain dropdown

This commit is part of the huge cleanup patch by Dale Blount (lnxus@SF),
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=3370510&group_id=191583



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1109 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 13 years ago
parent 4f24737f74
commit dc782512a3

@ -1,6 +1,6 @@
<div id="overview">
<form name="frmOverview" method="get" action="">
<select class="flat" name="domain" onchange="this.form.submit();">
<select name="domain" onchange="this.form.submit();">
{$select_options}
</select>
<input class="button" type="submit" name="go" value="{$PALANG.pOverview_button}" />
@ -9,7 +9,7 @@
</div>
<table id="overview_table">
<tr>
<td colspan="5"><h3>{$PALANG.pOverview_title}</h3></td>
<th colspan="5">{$PALANG.pOverview_title}</th>
</tr>
{#tr_header#}
<td>{$PALANG.pOverview_get_domain}</td>

@ -7,7 +7,7 @@
{if $tLog}
<table id="log_table">
<tr>
<td colspan="5"><h3>{$PALANG.pViewlog_welcome} {$fDomain}</h3></td>
<th colspan="5">{$PALANG.pViewlog_welcome} {$fDomain}</th>
</tr>
{#tr_header#}
<td>{$PALANG.pViewlog_timestamp}</td>

Loading…
Cancel
Save