Example #1
0
            <td><?php 
echo $statusmessageswithspam;
?>
</td>
         </tr>   
         <tr>
            <td colspan="2"><i><?php 
EchoTranslation("Number of open sessions");
?>
</i></td>
         </tr>   

         <?php 
PrintPropertyRow("SMTP", $sessions_smtp);
PrintPropertyRow("POP3", $sessions_pop3);
PrintPropertyRow("IMAP", $sessions_imap);
?>
      </table>
   </div>
   <div class="tabbertab">

         <h2><?php 
EchoTranslation("Delivery queue");
?>
</h2>
         

         
         <table border="0" width="100%" cellpadding="5">
               <tr>
                  <td><i><?php 
Example #2
0
      			<td>
         			<?php 
$str_mailboxsize = $obLanguage->String("Maximum size (MB)");
$accountmaxsize = PreprocessOutput($accountmaxsize);
if ($admin_rights) {
    echo "<input type=\"text\" name=\"accountmaxsize\" value=\"{$accountmaxsize}\" checktype=\"number\" size=\"5\"checkallownull=\"false\" checkmessage=\"{$str_mailboxsize}\">";
} else {
    echo $accountmaxsize;
}
?>
         	   </td>
      		</tr>
            
            <?php 
PrintPropertyRow("Size (MB)", Round($accountsize, 3));
PrintPropertyRow("Last logon time", $accountlastlogontime);
?>
            
      		<tr>
      			<td><?php 
EchoTranslation("Administration level");
?>
</td>
      			<td>
      		      <select name="accountadminlevel" 
      		         <?php 
if ($admin_rights == 0) {
    echo " disabled ";
}
?>
      		         >