From 767faf95b2b242f5ab86a7622ca80fc6ef5e005b Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Fri, 22 Jul 2011 21:24:56 +0000 Subject: [PATCH] menu.tpl, users_menu.tpl: - add class="logout" to logout menu item to allow special styling menu.tpl: - remove
This commit is part of the huge cleanup patch by Dale Blount (lnxus@SF), https://sourceforge.net/tracker/?func=detail&atid=937966&aid=3370510&group_id=191583 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1113 a1433add-5e2c-0410-b055-b7f2511e0802 --- templates/menu.tpl | 3 +-- templates/users_menu.tpl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/menu.tpl b/templates/menu.tpl index 3410acc0..419755a3 100644 --- a/templates/menu.tpl +++ b/templates/menu.tpl @@ -78,10 +78,9 @@ {* viewlog *}
  • {$PALANG.pMenu_viewlog}
  • {* logout *} -
  • {$PALANG.pMenu_logout}
  • +
  • {$PALANG.pMenu_logout}
  • -

    {if !empty($motd_file)}
    {include file=$motd_file} diff --git a/templates/users_menu.tpl b/templates/users_menu.tpl index 4a439f57..ee1f974f 100644 --- a/templates/users_menu.tpl +++ b/templates/users_menu.tpl @@ -6,7 +6,7 @@ {/if}
  • {$PALANG.pUsersMenu_edit_alias}
  • {$PALANG.pUsersMenu_password}
  • -
  • {$PALANG.pMenu_logout}
  • +
  • {$PALANG.pMenu_logout}