Code

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