projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3d8b95
)
Added $space parameter to display_footer_exit() helper.
author
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Sun, 3 Feb 2013 18:57:15 +0000
(19:57 +0100)
committer
Janusz Dobrowolski
<janusz@frontaccouting.eu>
Sun, 3 Feb 2013 18:57:15 +0000
(19:57 +0100)
includes/ui/ui_view.inc
patch
|
blob
|
history
diff --git
a/includes/ui/ui_view.inc
b/includes/ui/ui_view.inc
index 616a0ffa9364ee687855e31712240a75813ca413..e9c67341eee9e48bc5b99003d43a89e8a4c31377 100644
(file)
--- a/
includes/ui/ui_view.inc
+++ b/
includes/ui/ui_view.inc
@@
-465,9
+465,10
@@
function display_edit_tax_items($taxes, $columns, $tax_included, $leftspan=0)
//--------------------------------------------------------------------------------------
-function display_footer_exit()
+function display_footer_exit(
$space=2
)
{
- br(2);
+ if ($space)
+ br($space);
end_page(false, false, true);
exit;
}