Code

replaced <p> seperator style by <hr >
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 11:50:10 +0000 (11:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 11:50:10 +0000 (11:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16206 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/default/acl.tpl
gosa-core/ihtml/themes/default/copyPasteDialog.tpl
gosa-core/ihtml/themes/default/snapshotdialog.tpl

index de2a2482342e46f2936d1ff936cd866d794be0c0..c9011b6d5a9b28b668eba2274aa6a700636420b5 100644 (file)
@@ -31,7 +31,7 @@
                {/if}
        </h1>
 
-       <p class="seperator">&nbsp;</p>
+       <hr>
        <div style='padding:3px;'>
        {t}Additional filter options{/t}&nbsp; 
                {if !$acl_writeable}
@@ -99,7 +99,7 @@
        {if $aclType ne 'reset'}
        {if $aclType ne 'role'}
        {if $aclType ne 'base'}
-       <p class="seperator">&nbsp;</p>
+       <hr>
 
        <h1>{t}List of available ACL categories{/t}</h1>
        {$aclList}
        {/if}
 
        {if $aclType eq 'base'}
-       <p class="seperator">&nbsp;</p>
+       <hr>
        <h1>{t}ACL for this object{/t}</h1>
        {$aclSelector}
        {/if}
 
        {if $aclType eq 'role'}
-       <p class="seperator">&nbsp;</p>
+       <hr>
        <h1>{t}Available roles{/t}</h1>
        {$roleSelector}
        {/if}
 
-       <p class="seperator">&nbsp;</p>
+       <hr>
        <div style='text-align:right;margin-top:5px'>
                {if $acl_writeable}
                <input type="submit" name="submit_new_acl" value="{t}Apply{/t}">
 
        {$aclSelector}
 
-       <p class="seperator">&nbsp;</p>
+       <hr>
        <div style='text-align:right;margin-top:5px'>
                <input type="submit" name="submit_edit_acl" value="{t}Apply{/t}">
                &nbsp;
index a43275e2aba4d5c2862f1b1125275a865ffdb137..049b9984c1535c9d8f175e3025097af708f8d508 100644 (file)
@@ -9,7 +9,7 @@
 {t}Remember that some properties like taken snapshots will not be copied!{/t}&nbsp;
 {t}Or if you copy or cut an entry within GOsa and delete the source object, you may get errors while pasting this object again!{/t}
 
-       <p class='seperator'>&nbsp;</p>
+       <hr>
        <br>
        {$AttributesToFix}
        {if $SubDialog == false}
@@ -25,7 +25,7 @@
        </div>
        {/if}
 {else}
-       <p class='seperator'>&nbsp;</p>
+       <hr>
        <br>
        <h2>{t}Operation complete{/t}</h2>
        <div style='text-align:right;width:100%;'>
index 5ca89580f950a3e0164ad9939db1cfa6cabc0013..097b763cd43724a410a9aaff844efef27c29494d 100644 (file)
@@ -1,7 +1,7 @@
 {if $RestoreMode}
 
 <h2>{t}Restoring object snapshots{/t}</h2>
-<p class="seperator">&nbsp;</p>
+<hr>
 <br>
 {t}This procedure will restore a snapshot of the selected object. It will replace the existing object after pressing the restore button.{/t}
 <br>
@@ -11,7 +11,7 @@
 <br>
 {t}Don't forget to check references to other objects, for example does the selected printer still exists ?{/t}
 <br>
-<p class="seperator">&nbsp;</p>
+<hr>
 <br>
 <table summary="" style="width:100%">
        {if !$restore_deleted}
@@ -39,7 +39,7 @@
        </tr>
 </table>
 
-<p class="seperator">&nbsp;</p>
+<hr>
 <div style="width:100%; text-align:right;">
     <input type='submit' name='CancelSnapshot' value='{t}Cancel{/t}'>
 </div>
 {else}
 
 <h2>{t}Creating object snapshots{/t}</h2>
-<p class="seperator">&nbsp;</p>
+<hr>
 <br>
 {t}This procedure will create a snapshot of the selected object. It will be stored inside a special branch of your directory system and can be restored later on.{/t}
 <br>
 <br>
 {t}Remember that database entries, DNS configurations and possibly created zones in server extensions will not be stored in the snapshot.{/t}
 <br>
-<p class="seperator">&nbsp;</p>
+<hr>
 <br>
 <table summary="" style="width:100%">
        <tr>
@@ -82,7 +82,7 @@
        </tr>
 </table>
 
-<p class="seperator">&nbsp;</p>
+<hr>
 <div style="width:100%; text-align:right;">
     <input type='submit' name='CreateSnapshot' value='{t}Continue{/t}'>
     &nbsp;