Code

Updated css und div framework.
[gosa.git] / plugins / admin / ogroups / mail.tpl
index 18c0e1831cc513a08739c2d3dbccd93fd4232bf9..6dd9d750492f4d89a2531a1b721b9ea9e020b449 100644 (file)
@@ -4,11 +4,15 @@
  <!-- Headline container -->
  <tr>
   <td style="width:50%; vertical-align:top;">
-   <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Mail distribution list{/t}</h2>
+   <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Mail distribution list{/t}</h2>
    <table summary="">
     <tr>
-     <td>{t}Primary address{/t}{$must}</td>
-     <td><input name="mail" size=25 maxlength=65 {$mailACL} value="{$mail}" title="{t}Primary mail address for this distribution list{/t}"></td>
+     <td><LABEL for="mail">{t}Primary address{/t}</LABEL>{$must}</td>
+     <td>
+{render acl=$mailACL}
+       <input id="mail" name="mail" size=50 maxlength=65 value="{$mail}" title="{t}Primary mail address for this distribution list{/t}">
+{/render}
+     </td>
     </tr>
    </table>
   </td>