Code

Updated remove template for acls
[gosa.git] / gosa-core / plugins / admin / acl / acl_role.tpl
index bed56c352ab747655b3810f9ff1d5f96f66c76b2..1a9b90cd69dce42d4dc2e003aab71eda705ef395 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>
              </select>
 {/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 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}">
 {/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>