summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6173ce6)
raw | patch | inline | side by side (parent: 6173ce6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 4 Mar 2010 14:32:16 +0000 (14:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 4 Mar 2010 14:32:16 +0000 (14:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16146 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/acl/acl_role.tpl | patch | blob | history |
index 25fb98959358006316b0c79b9c921c00c6ebd861..7a8f43880c90c645df5727d8c36bb848fb24f1cd 100644 (file)
{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> </option></select> {if $javascript eq 'false'}<input type="submit" value="{msgPool type=applyButton}" name="refresh">{/if}</h1>
-<p class="seperator"> </p>
+<hr>
<h1>{t}List of available ACL categories{/t}</h1>
{$aclList}
-<p class="seperator"> </p>
+<hr>
<div style='text-align:right;margin-top:5px'>
{render acl=$gosaAclEntryACL}
<input type="submit" name="submit_new_acl" value="{msgPool type=applyButton}">
{$aclSelector}
{/render}
-<p class="seperator"> </p>
+<hr>
<div style='text-align:right;margin-top:5px'>
{render acl=$gosaAclEntryACL}
<input type="submit" name="submit_edit_acl" value="{msgPool type=applyButton}">