Code

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

gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc
gosa-plugins/goto/addons/goto/events/target_list.tpl

index aaa783447c59b525db5cac4e8e8182303fc730b0..d107c6e15d86440d5008208b50853210448dfc90 100644 (file)
@@ -130,7 +130,7 @@ class DaemonEvent
     $this->target_list_used = FALSE;
 
     $str = "<h3>"._("This job has no template!")."</h3>";
-    $str.= "<p class='seperator'></p>";
+    $str.= "<hr>";
     $str.= "<div style='text-align:right;width:100%;padding:3px;'>
       <input type='submit' name='abort_event_dialog' value='".msgPool::cancelButton()."'>
       </div>";
@@ -158,7 +158,7 @@ class DaemonEvent
     if($this->target_add_list_used){
       return("");
     }
-    $str = "<p class='seperator'></p>";
+    $str = "<hr>";
     $str.= "<div style='text-align:right;width:99%;padding:5px;'>
       <input type='submit' name='save_event_dialog' value='".msgPool::saveButton()."'>&nbsp;
     <input type='submit' name='abort_event_dialog' value='".msgPool::cancelButton()."'>
index 0ec59f25f48344105f68aedc0c70c2a477bb3445..a7cd795f3f3589ea9e2f7ec7a6be74aba0971eb9 100644 (file)
@@ -1,6 +1,6 @@
 {$divlist}
 
-<p class='seperator'></p>
+<hr>
 <div style='text-align:right;width:100%;padding-top:5px;padding-right:5px;padding-bottom:5px;'>
        <input type='submit' name='save_target_dialog' value='{t}Apply{/t}'>&nbsp;
        <input type='submit' name='abort_target_dialog' value='{t}Cancel{/t}'>