Code

updated group image
[gosa.git] / gosa-core / plugins / admin / groups / generic.tpl
index bda8985edae4e9b516209c036565775f79a7cbc6..1e3f96252dbe4f1d59fa962d357bab10b1e19f2e 100644 (file)
@@ -5,7 +5,7 @@
 
 <table summary="" style="width:100%;">
  <tr>
-  <td style="width:50%; vertical-align:top;">
+  <td style="width:50%">
    <table summary="" style="width:100%">
     <tr>
      <td><LABEL for="cn">{t}Group name{/t}</LABEL>{$must}</td>
      </td>
      <td>
 {render acl=$baseACL checkbox=$multiple_support checked=$use_base}
-      <select id="base" size="1" name="base" title="{t}Choose subtree to place group in{/t}">
-       {html_options options=$bases selected=$base_select}
-      </select>
-{/render}
-
-{render acl=$baseACL disable_picture='images/lists/folder_grey.png'}
-       <input type="image" name="chooseBase" src="images/lists/folder.png" class="center" title="{t}Select a base{/t}">
+       {$base}
 {/render}
      </td>
     </tr>
        <tr>
         <td colspan="2">
     <input type="checkbox" name="use_trustmode" {if $use_trustmode} checked {/if}
-        class="center" onClick="GOsa_toggle('div_trustmode');">
+        class="center" onClick="$('div_trustmode').toggle();">
                    {t}Trust mode{/t}&nbsp;
-       <div {if !$use_trustmode} style="visibility:hidden;" {/if} id="div_trustmode">
+       <div {if !$use_trustmode} style="display: none;" {/if} id="div_trustmode">
     {render acl=$trustmodeACL}
         <select name="trustmode" id="trustmode" size=1
             onChange="changeSelectState('trustmode', 'wslist');
    &nbsp;
   </td>
 
-  <td style="vertical-align:top;">
+  <td>
 
    <table summary="" style="width:100%">
     <tr>
-     <td style="vertical-align:top; width:50%">
+     <td style="width:50%">
       <b><LABEL for="members">{t}Group members{/t}</LABEL></b>
       <br>
 {render acl=$memberUidACL}