fetchmail.tpl:

- change <h3> to <th>
- style "new fetchmail entry" link as button
- changes compared to Dale's patch:
  - do not change colspan +2 to +4 in <th>
  - use colspan=2 instead of 4 in empty cell of <th>
  (both changes were wrong and don't match the table body)

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@1111 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 13 years ago
parent 4d33437cd2
commit 2991a1334f

@ -8,14 +8,13 @@
<form name="frmOverview" method="post" action="">
<table id="log_table" border="0">
<tr>
<td colspan="{$colspan+2}"><h3>{$PALANG.pFetchmail_welcome}{$user_domains}</h3></td>
<th colspan="{$colspan+2}">{$PALANG.pFetchmail_welcome}{$user_domains}</th>
</tr>
{#tr_header#}
{foreach from=$headers item=header}
<td>{$header}</td>
{/foreach}
<td>&nbsp;</td>
<td>&nbsp;</td>
<td colspan="2">&nbsp;</td>
</tr>
{if $tFmail}
{foreach from=$tFmail item=row}
@ -40,5 +39,5 @@
</table>
</form>
</div>
<p><a href='?new=1'>{$PALANG.pFetchmail_new_entry}</a></p>
<br /><a href='?new=1' class="button">{$PALANG.pFetchmail_new_entry}</a><br />
{/if}

Loading…
Cancel
Save