From 4be543e313e61d187586c8977bd9c9d2f274c78f Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 14 Feb 2011 18:30:13 +0000 Subject: [PATCH] adminlistadmin.tpl, adminlistdomain.tpl: - fix undefined variables (by using $PALANG.* instead) footer.tpl: - remove undefined variable because the correct one is already included git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@963 a1433add-5e2c-0410-b055-b7f2511e0802 --- templates/adminlistadmin.tpl | 2 +- templates/adminlistdomain.tpl | 2 +- templates/footer.tpl | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/adminlistadmin.tpl b/templates/adminlistadmin.tpl index 286b2d1c..9713e64e 100644 --- a/templates/adminlistadmin.tpl +++ b/templates/adminlistadmin.tpl @@ -18,5 +18,5 @@ {/foreach} -

{$PALANG[$smarty.config.txt_create_admin]}

+

{$PALANG.pAdminMenu_create_admin}

{/if} diff --git a/templates/adminlistdomain.tpl b/templates/adminlistdomain.tpl index f813fc27..4cc6b1c5 100644 --- a/templates/adminlistdomain.tpl +++ b/templates/adminlistdomain.tpl @@ -38,4 +38,4 @@ {/foreach} {/if} -

{$PALANG[$smarty.config.txt_create_domain]}

+

{$PALANG.pAdminMenu_create_domain}

diff --git a/templates/footer.tpl b/templates/footer.tpl index 9cac6fe3..3959f91d 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -4,7 +4,6 @@    |    {if $smarty.session.sessid.username} {$PALANG.pFooter_logged_as|replace:"%s":$smarty.session.sessid.username} - {$PALANG_pFooter_logged_as} {/if}    |    {$PALANG.check_update}