Code

replaced <p> seperator style by <hr >
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 4 Mar 2010 14:32:16 +0000 (14:32 +0000)
committerhickert <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

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>&nbsp;</option></select>&nbsp;{if $javascript eq 'false'}<input type="submit" value="{msgPool type=applyButton}" name="refresh">{/if}</h1>
 
-<p class="seperator">&nbsp;</p>
+<hr>
 
 
 <h1>{t}List of available ACL categories{/t}</h1>
 {$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}">
@@ -67,7 +67,7 @@
 {$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}">