0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

users_main.tpl:

- do not display username on main page. The user should know who he is ;-)
  and even if not, his name is displayed in the footer

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@1091 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2011-07-19 20:01:57 +00:00
parent ce5f6ce559
commit 8e9b423120

View File

@ -1,9 +1,5 @@
<div id="main_menu">
<table>
<tr>
<td>&nbsp;</td>
<td>{$smarty.session.sessid.username}</td>
</tr>
{if $CONF.vacation===YES}
<tr>
<td nowrap="nowrap"><a target="_top" href="vacation.php">{$PALANG.pUsersMenu_vacation}</a></td>