Browse Source

menu.tpl, users_menu.tpl:

- add class="logout" to logout menu item to allow special styling

menu.tpl:
- remove <br clear=all>

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
pull/2/head
Christian Boltz 15 years ago
parent
commit
767faf95b2
  1. 3
      templates/menu.tpl
  2. 2
      templates/users_menu.tpl

3
templates/menu.tpl

@ -78,10 +78,9 @@
{* viewlog *}
<li><a target="_top" href="{#url_viewlog#}">{$PALANG.pMenu_viewlog}</a></li>
{* logout *}
<li><a target="_top" href="{#url_logout#}">{$PALANG.pMenu_logout}</a></li>
<li class="logout"><a target="_top" href="{#url_logout#}">{$PALANG.pMenu_logout}</a></li>
</ul>
</div>
<br clear="all"/><br/>
{if !empty($motd_file)}
<div id="motd">
{include file=$motd_file}

2
templates/users_menu.tpl

@ -6,7 +6,7 @@
{/if}
<li><a target="_top" href="{#url_user_edit_alias#}">{$PALANG.pUsersMenu_edit_alias}</a></li>
<li><a target="_top" href="{#url_user_password#}">{$PALANG.pUsersMenu_password}</a></li>
<li><a target="_top" href="{#url_user_logout#}">{$PALANG.pMenu_logout}</a></li>
<li class="logout"><a target="_top" href="{#url_user_logout#}">{$PALANG.pMenu_logout}</a></li>
</ul>
</div>
<br clear="all"/><br/>

Loading…
Cancel
Save