- fixed minor table error.

- default text alignment is now "left"
- fixed variable assignment in templates/menu.tpl


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@775 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Sebastian 15 years ago
parent 091cd59d77
commit 42bf87bb58

@ -4,7 +4,7 @@ body {
font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: center;
text-align: left;
}
a {
@ -25,6 +25,7 @@ table {
/* border-spacing: 0; */
/* padding: 0; */
border-collapse: collapse; /* for IE */
text-align: left;
}
.button {

@ -27,7 +27,7 @@
{/if}
{$item2}<br/>
{/foreach}
<td>
</td>
{/if}
<td>{$item.name}</td>
{if $CONF.quota===YES}
@ -37,10 +37,10 @@
{elseif $item.quota<0}
{$PALANG.pOverview_disabled}
{else}
{if $boolconf_used_quotas}
{$divide_quota.current[$i]} / {$divide_quota.quota[$i]}
{if $boolconf_used_quotas}
{$divide_quota.current[$i]} / {$divide_quota.quota[$i]}
{/if}
{/if}
{/if}
</td>
{/if}
<td>{$item.modified}</td>

@ -3,7 +3,7 @@
{if $smarty.get.domain}
{*** zuweisung muss eleganter gehen ***}
{assign var="url_domain" value=$smarty.get.domain}
{assign var="url_domain" value=?domain&#61;$url_domain}
{assign var="url_domain" value="?domain&#61;$url_domain"}
{/if}
{/strip}
<div id="menu">

Loading…
Cancel
Save