From 91f613db5f9af77029da01abfd7788ab8349c73e Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 26 Dec 2011 16:02:14 +0000 Subject: [PATCH] adminlistdomain.tpl: - use edit.php to switch active status for domains - display backupmx and active status as yes/no instead of 1/0 edit-active-domain.php - deleted, obsoleted by using edit.php configs/menu.conf - remove now superfluous url_edit_active_domain git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1306 a1433add-5e2c-0410-b055-b7f2511e0802 --- configs/menu.conf | 3 -- edit-active-domain.php | 58 ----------------------------------- templates/adminlistdomain.tpl | 4 +-- 3 files changed, 2 insertions(+), 63 deletions(-) delete mode 100644 edit-active-domain.php diff --git a/configs/menu.conf b/configs/menu.conf index 16368460..a167e475 100644 --- a/configs/menu.conf +++ b/configs/menu.conf @@ -45,6 +45,3 @@ form_search =
assign ('smarty_template', 'message'); -$smarty->display ('index.tpl'); - - -/* vim: set expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ -?> diff --git a/templates/adminlistdomain.tpl b/templates/adminlistdomain.tpl index ee390f47..15ea02d2 100644 --- a/templates/adminlistdomain.tpl +++ b/templates/adminlistdomain.tpl @@ -31,9 +31,9 @@ {if $CONF.quota==YES}{$domain.maxquota}{/if} {if $CONF.domain_quota===YES}{$domain.total_quota} / {$domain.quota}{/if} {if $CONF.transport==YES}{$domain.transport}{/if} - {$domain.backupmx} + {$domain._backupmx} {$domain.modified} - {$domain.active} + {$domain._active} {$PALANG.edit} {$PALANG.del}