Code

added migration classes for RDN properties
[gosa.git] / gosa-core / plugins / admin / acl / acl_role.tpl
index 41e2a57c6c0580626cfc25238be08394a2316768..59e0731681764d77b570339e903f818477589d42 100644 (file)
@@ -1,6 +1,6 @@
 {if $dialogState eq 'head'}
 
-<h1>{t}Assigned ACL for current entry{/t}</h1>
+<h3>{t}Assigned ACL for current entry{/t}</h3>
 <table summary="{t}Assigned ACL for current entry{/t}">
 <tr>
        <td>
@@ -24,7 +24,7 @@
 </tr>
 <tr>
        <td>
-               {t}Base{/t}{$MUST}
+               {t}Base{/t}{$must}
        </td>
        <td>
 {render acl=$baseACL}
@@ -34,7 +34,7 @@
 </tr>
 </table>
 {$aclList}
-{render acl=$gosaAclEntryACL}
+{render acl=$gosaAclTemplateACL}
 <button type='submit' name='new_acl'>{t}New ACL{/t}</button>
 
 {/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'}<button type='submit' name='refresh'>{msgPool type=applyButton}</button>{/if}
-</h1>
+<h3>{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'}<button type='submit' name='refresh'>{msgPool type=applyButton}</button>{/if}
+</h3>
 
 <hr>
 
 
-<h1>{t}List of available ACL categories{/t}</h1>
+<h3>{t}List of available ACL categories{/t}</h3>
 {$aclList}
 
 <hr>
 <div style='text-align:right;margin-top:5px'>
-{render acl=$gosaAclEntryACL}
+{render acl=$gosaAclTemplateACL}
        <button type='submit' name='submit_new_acl'>{msgPool type=applyButton}</button>
 
        &nbsp;
 
 {if $dialogState eq 'edit'}
 
-<h1>{$headline}</h1>
+<h3>{$headline}</h3>
 
-{render acl=$gosaAclEntryACL}
+{render acl=$gosaAclTemplateACL}
 {$aclSelector}
 {/render}
 
 <hr>
 <div style='text-align:right;margin-top:5px'>
-{render acl=$gosaAclEntryACL}
+{render acl=$gosaAclTemplateACL}
        <button type='submit' name='submit_edit_acl'>{msgPool type=applyButton}</button>
 
 {/render}