From: Janusz Dobrowolski Date: Sat, 22 May 2010 15:41:31 +0000 (+0000) Subject: Fixed html generaton for buttons. X-Git-Tag: 2.3-final~902 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=71ec023b51178bf39c73d6c33fd3b186c66d1992;p=fa-stable.git Fixed html generaton for buttons. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6d01e32a..52234682 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +22-May-2010 Janusz Dobrowolski +# Fixed html generationfor buttons +$ /includes/ui/ui_input.inc + +13-May-2010 Janusz Dobrowolski # [0000229] Payment overallocation is now forbidden (addendum) $ /js/payalloc.js diff --git a/includes/ui/ui_input.inc b/includes/ui/ui_input.inc index 13d39e63..9ae60882 100644 --- a/includes/ui/ui_input.inc +++ b/includes/ui/ui_input.inc @@ -270,7 +270,7 @@ function button($name, $value, $title=false, $icon=false, $aspect='') "' value='1'" . ($title ? " title='$title'":" title='$value'") . ($aspect ? " aspect='$aspect'" : '') . $rel - ." />".set_icon($icon)."\n"; + ." />".set_icon($icon)."\n"; } else return "