Code

removed images from templates
[gosa.git] / gosa-core / plugins / admin / acl / acl_role.tpl
index 17a2704b7ff9279af82251a47ea7736fd7f955c7..25fb98959358006316b0c79b9c921c00c6ebd861 100644 (file)
@@ -1,6 +1,6 @@
 {if $dialogState eq 'head'}
 
-<h1>{t}Assigned ACLs for current entry{/t}</h1>
+<h1>{t}Assigned ACL for current entry{/t}</h1>
 <table>
 <tr>
        <td>
 </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}
 
 {if $dialogState eq 'create'}
-<h1>{t}ACL type{/t} <select size="1" name="aclType" title="{t}Select an acl type{/t}" onChange="document.mainform.submit()">{html_options options=$aclTypes selected=$aclType}<option disabled>&nbsp;</option></select>&nbsp;{if $javascript eq 'false'}<input type="submit" value="{t}Apply{/t}" name="refresh">{/if}</h1>
+<h1>{t}ACL type{/t} <select size="1" name="aclType" title="{t}Select an acl type{/t}" onChange="document.mainform.submit()">{html_options options=$aclTypes selected=$aclType}<option disabled>&nbsp;</option></select>&nbsp;{if $javascript eq 'false'}<input type="submit" value="{msgPool type=applyButton}" name="refresh">{/if}</h1>
 
 <p class="seperator">&nbsp;</p>
 
 
 <p class="seperator">&nbsp;</p>
 <div style='text-align:right;margin-top:5px'>
-       <input type="submit" name="submit_new_acl" value="{t}Apply{/t}">
+{render acl=$gosaAclEntryACL}
+       <input type="submit" name="submit_new_acl" value="{msgPool type=applyButton}">
        &nbsp;
-       <input type="submit" name="cancel_new_acl" value="{t}Cancel{/t}">
+{/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'>
-       <input type="submit" name="submit_edit_acl" value="{t}Apply{/t}">
+{render acl=$gosaAclEntryACL}
+       <input type="submit" name="submit_edit_acl" value="{msgPool type=applyButton}">
+{/render}
        &nbsp;
-       <input type="submit" name="cancel_edit_acl" value="{t}Cancel{/t}">
+       <input type="submit" name="cancel_edit_acl" value="{msgPool type=cancelButton}">
 </div>
 {/if}
 <input type='hidden' name='acl_role_posted' value='1'>