Code

Updated layout
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 7 Mar 2008 09:43:19 +0000 (09:43 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 7 Mar 2008 09:43:19 +0000 (09:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9416 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 806b1a79887ac1201b4ec2a605b28b4876d52c51..3381810235f1af2612bc4859861b4ac77a2a1f0f 100644 (file)
@@ -144,7 +144,7 @@ class DaemonEvent
       return("");
     }
     $str = "<p class='seperator'></p>";
-    $str.= "<div style='text-align:right;width:100%;padding:5px;'>
+    $str.= "<div style='text-align:right;width:99%;padding:5px;'>
       <input type='submit' name='save_event_dialog' value='"._("Save")."'>&nbsp;
     <input type='submit' name='abort_event_dialog' value='"._("Cancel")."'>
       </div>";
@@ -229,7 +229,7 @@ class DaemonEvent
               "attach"  => "style='width:20px; border-right:0px;'")
             ));
     }
-    $list_footer = "<input type='submit' name='open_target_list' value='"._("Add target")."'>";
+    $list_footer = "<input type='submit' name='open_target_list' value='"._("Add")."'>";
     return($divlist->DrawList().$list_footer);
   }