X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_controls.inc;h=7d731525509af37f3f835a32ddf2d380ea5d99cf;hb=a96e9d18d632cc730a2b4f44d0774a73246915c5;hp=8e815e73473415518e422cf686fca027e91a47f5;hpb=e3c8e72bcdeff74e38c9be4c3d95293bb4cb5604;p=fa-stable.git diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index 8e815e73..7d731525 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -19,6 +19,7 @@ function start_form($multi=false, $sid=false, $action="", $name="") echo "
\n"; else echo "\n"; + } //--------------------------------------------------------------------------------- @@ -27,6 +28,7 @@ function end_form($breaks=0) { if ($breaks) br($breaks); + echo "\n"; echo "
\n"; } @@ -103,9 +105,13 @@ function hyperlink_params_td($target, $label, $params) //----------------------------------------------------------------------------------- -function hyperlink_params_separate($target, $label, $params) +function hyperlink_params_separate($target, $label, $params, $center=false) { + if ($center) + echo "
"; echo "$label\n"; + if ($center) + echo "
"; } function hyperlink_params_separate_td($target, $label, $params) @@ -154,6 +160,11 @@ function delete_link_cell($param) label_cell("" . _("Delete") . "", "nowrap"); } +function edit_button_cell($name, $value) +{ + label_cell("\n"); +} + //----------------------------------------------------------------------------------- function start_row($param="")