Code

<h2> => </h3>
[gosa.git] / gosa-core / plugins / admin / acl / acl_role.tpl
index 7d64d26344db5b39831168a53bbf9d4df0861be6..25fb98959358006316b0c79b9c921c00c6ebd861 100644 (file)
 </tr>
 <tr>
        <td>
-               {t}Base{/t}
+               {t}Base{/t}{$MUST}
        </td>
        <td>
 {render acl=$baseACL}
-             <select id="base" size="1" name="base" title="{t}Choose subtree to place group in{/t}">
-              {html_options options=$bases selected=$base_select}
-             </select>
+  {$base}
 {/render}
-
-{render acl=$baseACL disable_picture='images/folder_gray.png'}
-               <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
-{/render}
-
        </td>
 </tr>
 </table>
 {$aclList}
+{render acl=$gosaAclEntryACL}
 <input type="submit" name="new_acl" value="{t}New ACL{/t}">
+{/render}
 
 {/if}
 
 
 <p class="seperator">&nbsp;</p>
 <div style='text-align:right;margin-top:5px'>
+{render acl=$gosaAclEntryACL}
        <input type="submit" name="submit_new_acl" value="{msgPool type=applyButton}">
        &nbsp;
+{/render}
        <input type="submit" name="cancel_new_acl" value="{msgPool type=cancelButton}">
 </div>
 {/if}
 
 <h1>{$headline}</h1>
 
+{render acl=$gosaAclEntryACL}
 {$aclSelector}
+{/render}
 
 <p class="seperator">&nbsp;</p>
 <div style='text-align:right;margin-top:5px'>
+{render acl=$gosaAclEntryACL}
        <input type="submit" name="submit_edit_acl" value="{msgPool type=applyButton}">
+{/render}
        &nbsp;
        <input type="submit" name="cancel_edit_acl" value="{msgPool type=cancelButton}">
 </div>