From: Janusz Dobrowolski Date: Fri, 5 Dec 2008 09:00:02 +0000 (+0000) Subject: Some smaller fixes to db_pager, button helpers moved to ui_input.inc X-Git-Tag: v2.4.2~19^2~1709 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=88b27ecf326f3d27158cae5172c6a0aa08e97815;p=fa-stable.git Some smaller fixes to db_pager, button helpers moved to ui_input.inc --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 408b7d49..c5d38030 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,19 @@ Legend: ! -> Note $ -> Affected files +05-Dec-2008 Janusz Dobrowolski +! Allowed optional ORDER BY option in base db_pager sql query +$ /includes/db_pager.inc +# Small fixes to pager layout +$ /includes/ui/db_pager_view.inc +! Reusable button code +$ /includes/ui/ui_controls.inc +! Button helpers moved from ui_controls.inc +$ /includes/ui/ui_input.inc + /includes/ui/ui_controls.inc +# Fixed errors during focus on nonexistent elements +$ /js/utils.js + 26-Nov-2008 Janusz Dobrowolski # Fixed layout of amount_ex() fields with label. $ /includes/ui/ui_input.inc