~ubuntu-branches/ubuntu/quantal/postfixadmin/quantal-updates

« back to all changes in this revision

Viewing changes to templates/main.php

  • Committer: Package Import Robot
  • Author(s): Norman Messtorff
  • Date: 2012-01-15 12:27:28 UTC
  • Revision ID: package-import@ubuntu.com-20120115122728-kfoqpd4ewb4nf300
Tags: upstream-2.3.5
ImportĀ upstreamĀ versionĀ 2.3.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php if( !defined('POSTFIXADMIN') ) die( "This file cannot be used standalone." ); ?>
 
2
<div id="main_menu">
 
3
<table>
 
4
   <tr>
 
5
      <td nowrap><a target="_top" href="list-domain.php"><?php print $PALANG['pMenu_overview']; ?></a></td>
 
6
      <td><?php print $PALANG['pMain_overview']; ?></td>
 
7
   </tr>
 
8
   <tr>
 
9
      <td nowrap><a target="_top" href="create-alias.php"><?php print $PALANG['pMenu_create_alias']; ?></a></td>
 
10
      <td><?php print $PALANG['pMain_create_alias']; ?></td>
 
11
   </tr>
 
12
   <tr>
 
13
      <td nowrap><a target="_top" href="create-mailbox.php"><?php print $PALANG['pMenu_create_mailbox']; ?></a></td>
 
14
      <td><?php print $PALANG['pMain_create_mailbox']; ?></td>
 
15
   </tr>
 
16
<?php if ($CONF['sendmail'] == "YES") { ?>
 
17
   <tr>
 
18
      <td nowrap><a target="_top" href="sendmail.php"><?php print $PALANG['pMenu_sendmail']; ?></a></td>
 
19
      <td><?php print $PALANG['pMain_sendmail']; ?></td>
 
20
   </tr>
 
21
<?php } ?>
 
22
   <tr>
 
23
      <td nowrap><a target="_top" href="password.php"><?php print $PALANG['pMenu_password']; ?></a></td>
 
24
      <td><?php print $PALANG['pMain_password']; ?></td>
 
25
   </tr>
 
26
   <tr>
 
27
      <td nowrap><a target="_top" href="viewlog.php"><?php print $PALANG['pMenu_viewlog']; ?></a></td>
 
28
      <td><?php print $PALANG['pMain_viewlog']; ?></td>
 
29
   </tr>
 
30
   <tr>
 
31
      <td nowrap><a target="_top" href="logout.php"><?php print $PALANG['pMenu_logout']; ?></a></td>
 
32
      <td><?php print $PALANG['pMain_logout']; ?></td>
 
33
   </tr>
 
34
</table>
 
35
</div>