Code

Updated remove template for acls
[gosa.git] / gosa-core / plugins / admin / acl / acl_role.tpl
index bf4eda01338bf26e9ddf93776edb7c006c5b0688..1a9b90cd69dce42d4dc2e003aab71eda705ef395 100644 (file)
 {/render}
 
 {render acl=$baseACL disable_picture='images/lists/folder_grey.png'}
-               <input type="image" name="chooseBase" src="images/lists/lists/folder.png" class="center" title="{t}Select a base{/t}">
+               <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>