0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
postfixadmin/templates/main.tpl
Sebastian 3271b2d822 - fix templates to honour $CONF['sendmail'] and $CONF['fetchmail'] settings
- fix some small undefined errors

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@769 a1433add-5e2c-0410-b055-b7f2511e0802
2009-11-14 11:34:52 +00:00

35 lines
1.1 KiB
Smarty

<!-- {$smarty.template} -->
<div id="main_menu">
<table>
<tr>
<td nowrap="nowrap"><a target="_top" href="{#url_list_domain#}">{$PALANG.pMenu_overview}</a></td>
<td>{$PALANG.pMain_overview}</td>
</tr>
<tr>
<td nowrap="nowrap"><a target="_top" href="{#url_create_alias#}">{$PALANG.pMenu_create_alias}</a></td>
<td>{$PALANG.pMain_create_alias}</td>
</tr>
<tr>
<td nowrap="nowrap"><a target="_top" href="{#url_create_mailbox#}">{$PALANG.pMenu_create_mailbox}</a></td>
<td>{$PALANG.pMain_create_mailbox}</td>
</tr>
{if $CONF.sendmail==='YES'}
<tr>
<td nowrap="nowrap"><a target="_top" href="{#url_sendmail#}">{$PALANG.pMenu_sendmail}</a></td>
<td>{$PALANG.pMain_sendmail}</td>
</tr>
{/if}
<tr>
<td nowrap="nowrap"><a target="_top" href="{#url_password#}">{$PALANG.pMenu_password}</a></td>
<td>{$PALANG.pMain_password}</td>
</tr>
<tr>
<td nowrap="nowrap"><a target="_top" href="{#url_viewlog#}">{$PALANG.pMenu_viewlog}</a></td>
<td>{$PALANG.pMain_viewlog}</td>
</tr>
<tr>
<td nowrap="nowrap"><a target="_top" href="{#url_logout#}">{$PALANG.pMenu_logout}</a></td>
<td>{$PALANG.pMain_logout}</td>
</tr>
</table>
</div>