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}