From 852397d2853a98f0b2ad73dd6c9cab5f7d78212a Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 23 Jan 2010 11:48:46 +0000 Subject: [PATCH] - small fixes for Smarty 3.0 compatibility - Postfixadmin now works with Smarty >= 3.0b7 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@798 a1433add-5e2c-0410-b055-b7f2511e0802 --- templates/adminlistdomain.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/adminlistdomain.tpl b/templates/adminlistdomain.tpl index 0644dcd7..f813fc27 100644 --- a/templates/adminlistdomain.tpl +++ b/templates/adminlistdomain.tpl @@ -14,21 +14,21 @@ {$PALANG.pAdminList_domain_description} {$PALANG.pAdminList_domain_aliases} {$PALANG.pAdminList_domain_mailboxes} - {if $CONF.quota===YES}{$PALANG.pAdminList_domain_maxquota}{/if} - {if $CONF.transport===YES}{$PALANG.pAdminList_domain_transport}{/if} + {if $CONF.quota==YES}{$PALANG.pAdminList_domain_maxquota}{/if} + {if $CONF.transport==YES}{$PALANG.pAdminList_domain_transport}{/if} {$PALANG.pAdminList_domain_backupmx} {$PALANG.pAdminList_domain_modified} {$PALANG.pAdminList_domain_active}   -{foreach from=$domain_properties item=domain } +{foreach from=$domain_properties item=domain} {#tr_hilightoff#} {$domain.domain} {$domain.description} {$domain.alias_count} / {$domain.aliases} {$domain.mailbox_count} / {$domain.mailboxes} {if $CONF.quota==YES}{$domain.maxquota}{/if} - {if $CONF.transport===YES}{$domain.transport}{/if} + {if $CONF.transport==YES}{$domain.transport}{/if} {$domain.backupmx} {$domain.modified} {$domain.active}