Code

Fixed groupmail acl stuff
[gosa.git] / plugins / admin / groups / generic.tpl
index 136a54615b7dfcba2b275a5fd7a88c27fe3e606b..ea71820be995b96c3b6723bf9aff83dcc4b5032f 100644 (file)
@@ -23,6 +23,7 @@
       <select id="base" size="1" name="base" {$baseACL} title="{t}Choose subtree to place group in{/t}">
        {html_options options=$bases selected=$base_select}
       </select>
+       <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
      </td>
     </tr>
     <tr>
@@ -55,6 +56,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 +68,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 +81,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>