Code

Allow longer mail addresses
[gosa.git] / plugins / admin / groups / generic.tpl
index e6e786044b4d6fb4c7451094e37eca1974a11c97..eb8646cfff3d0a814d71666b855c89d198b20120 100644 (file)
@@ -2,7 +2,7 @@
  <tr>
   <td style="width:50%; vertical-align:top;">
    <input type="hidden" name="groupedit" value="1">
-   <table summary="">
+   <table summary="" style="width:100%">
     <tr>
      <td><LABEL for="cn">{t}Group name{/t}</LABEL>{$must}</td>
      <td>
@@ -55,6 +55,7 @@
      </td>
     </tr>
     {/if}
+       {if $pickupGroup == "true"}
     <tr>
       <td colspan=2> <div style="height:15px; width:100%; border-bottom:1px solid #909090;"></div> </td>
     </tr>
@@ -66,6 +67,8 @@
       <input type=checkbox name="fon_group" value="1" {$fon_group} {$fon_groupACL}>{t}Members are in a phone pickup group{/t}
      </td>
     </tr>
+       {/if}
+       {if $nagios == "true"}
     <tr>
       <td colspan=2> <div style="height:15px; width:100%; border-bottom:1px solid #909090;"></div> </td>
     </tr>
@@ -77,6 +80,7 @@
       <input type=checkbox name="nagios_group" value="1" {$nagios_group} {$nagios_groupACL}>{t}Members are in a nagios group{/t}
      </td>
     </tr>
+       {/if}
    </table>
 
   </td>
 
   <td style="vertical-align:top;">
 
-   <table summary="">
+   <table summary="" style="width:100%">
     <tr>
-     <td style="vertical-align:top;">
+     <td style="vertical-align:top; width:50%">
       <b><LABEL for="members">{t}Group members{/t}</LABEL></b>
       <br>
-      <select style="width:400px; height:300px;" id="members" name="members[]" size=15 multiple>
+      <select style="width:100%; height:450px;" id="members" name="members[]" size=15 multiple>
        {html_options options=$members}
                <option disabled>&nbsp;</option>
       </select>