Code

replaced <p> seperator style by <hr >
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 4 Mar 2010 14:32:19 +0000 (14:32 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 4 Mar 2010 14:32:19 +0000 (14:32 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16147 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/departments/class_department.inc
gosa-core/plugins/admin/departments/dep_iframe.tpl

index 634901a4d5134886d047c3e49dcdeaeca38fd0c7..9e817d55dbb92d319e5e205b2c1d836581d7ad61 100644 (file)
@@ -551,7 +551,7 @@ class department extends plugin
     
     if(!$OnlySetTagFlag){
       $this->must_be_tagged = FALSE;
-           echo '<p class="seperator">&nbsp;</p>';
+           echo '<hr>';
       echo "<div style='width:100%;text-align:right;'>".
         "<form name='form' method='post' action='?plug=".$_GET['plug']."' target='_parent'>".
         "<br>".
@@ -634,7 +634,7 @@ class department extends plugin
     $this->orig_base= $this->base;     
     $this->entryCSN = getEntryCSN($this->dn);
 
-    echo '<p class="seperator">&nbsp;</p>';
+    echo '<hr>';
 
     echo "<div style='width:100%;text-align:right;'><form name='form' method='post' action='?plug=".$_GET['plug']."' target='_parent'>
       <br><input type='submit' name='back' value='"._("Continue")."'>
index 37c243622fb1a409217edf864c88ba3bb661bdeb..fc3a8161b373eb7691c17dc7dc37c3ad664b7931 100644 (file)
@@ -12,7 +12,7 @@
 </div>
 
 <!--
-<p class="seperator">&nbsp;</p>
+<hr>
 <div style="text-align:right;">
        <p>
                <input type="submit" name="back" value="{msgPool type=backButton}">