Code

Initial scalix plugin
[gosa.git] / plugins / admin / ogroups / generic.tpl
index 0cbbd2fba55ba3a59769490a47892b99400a6cf2..182f28ec3d11abea5daf912bbf95b45454a6149b 100644 (file)
     </tr>
     <tr>
      <td><LABEL for="description">{t}Description{/t}</LABEL></td>
-     <td><input id="description" name="description" size=40 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this group{/t}">
+     <td><input id="description" name="description" size=40 maxlength=80 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this group{/t}">
      </td>
     </tr>
     <tr>
      <td colspan=2>&nbsp;</td>
     </tr>
-    <tr>
     <tr>
      <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
      <td>
       <select size="1" id="base" name="base" {$baseACL} title="{t}Choose subtree to place group in{/t}">
        {html_options options=$bases selected=$base_select}
       </select>
+               {if $baseACL==""}
+                       <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
+               {else}
+                       <img src="images/folder_gray.png" class="center" title="{t}Select a base{/t}">
+               {/if}
      </td>
     </tr>
    </table>