You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
Smarty
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> |