Code

[COSMETIC] Most of the imgs are now centered vertically in most browsers.
[gosa.git] / plugins / admin / ogroups / mail.tpl
1 <input type="hidden" name="mailedit" value="1">
2 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
4  <!-- Headline container -->
5  <tr>
6   <td style="width:50%; vertical-align:top;">
7    <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Mail distribution list{/t}</h2>
8    <table summary="">
9     <tr>
10      <td><LABEL for="mail">{t}Primary address{/t}</LABEL>{$must}</td>
11      <td><input id="mail" name="mail" size=25 maxlength=65 {$mailACL} value="{$mail}" title="{t}Primary mail address for this distribution list{/t}"></td>
12     </tr>
13    </table>
14   </td>
15  </tr>
16 </table>
18 <!-- Place cursor -->
19 <script language="JavaScript" type="text/javascript">
20   <!-- // First input field on page
21   document.mainform.mail.focus();
22   -->
23 </script>