If no additional costs (overhead/labour) it should reduce the average additional...
[fa-stable.git] / includes / ui / ui_controls.inc
index 8546255bf6b4f192859a3dde428e6a0b6fd143ba..3c0cceb58d1264482e0c0860d84cbf53fd6dae1a 100644 (file)
@@ -82,11 +82,14 @@ function end_outer_table($breaks=0, $close_table=true)
        echo "</td></tr>\n";
        end_table($breaks);
 }
-
-function vertical_space()
+//
+//  outer table spacer
+//
+function vertical_space($params='')
 {
-       echo "</td></tr><tr><td valign=center>"; // outer table
+       echo "</td></tr><tr><td valign=center $params>";
 }
+
 function meta_forward($forward_to, $params="")
 {
     global $Ajax;