Browse Source

overview-get.tpl:

- removed a space that caused a smarty syntax error


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@890 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 16 years ago
parent
commit
d0a3cd62e8
  1. 2
      templates/overview-get.tpl

2
templates/overview-get.tpl

@ -17,7 +17,7 @@
<td>{$PALANG.pOverview_get_mailboxes}</td>
{if $CONF.quota===YES}<td>{$PALANG.pOverview_get_quota}</td>{/if}
</tr>
{foreach from=$domain_properties item=domain }
{foreach from=$domain_properties item=domain}
{#tr_hilightoff#}
<td><a href="{#url_list_virtual#}?domain={$domain.domain|escape:"url"}">{$domain.domain}</a></td>
<td>{$domain.alias_count} / {$domain.aliases}</td>

Loading…
Cancel
Save