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.
postfixadmin/templates/menu.tpl

51 lines
1.3 KiB
Smarty

<table class="auto">
<tr>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="overview.php"><?php print $PALANG['pMenu_overview']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="create-alias.php"><?php print $PALANG['pMenu_create_alias']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="create-mailbox.php"><?php print $PALANG['pMenu_create_mailbox']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="sendmail.php"><?php print $PALANG['pMenu_sendmail']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="password.php"><?php print $PALANG['pMenu_password']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="viewlog.php"><?php print $PALANG['pMenu_viewlog']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
<td class="menu">
<a target="_top" href="logout.php"><?php print $PALANG['pMenu_logout']; ?></a>
</td>
<td width="8">
&nbsp;
</td>
</tr>
</table>
<hr />