/usr/share/postfixadmin/templates/main.tpl is in postfixadmin 3.0.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | <!-- {$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.add_alias}</a></td>
<td>{$PALANG.pMain_create_alias}</td>
</tr>
<tr>
<td nowrap="nowrap"><a target="_top" href="{#url_create_mailbox#}">{$PALANG.add_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>
|