From f8d3d5585fa62f0484f299ba60d16e10feac5396 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 8 Sep 2010 13:42:38 +0000 Subject: [PATCH] Layout improvements in accruals.php --- CHANGELOG.txt | 2 ++ gl/accruals.php | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 34257311..bfb28b06 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,6 +24,8 @@ $ -> Affected files $ /purchasing/includes/db/grn_db.inc /purchasing/includes/db/invoice_db.inc /sales/includes/db/sales_delivery_db.inc +! Layout improvements in accruals.php +$ /gl/accruals.php ------------------------------- Release 2.3 RC1 -------------------------------- 07-Sep-2010 Janusz Dobrowolski diff --git a/gl/accruals.php b/gl/accruals.php index 445e8657..091458c9 100644 --- a/gl/accruals.php +++ b/gl/accruals.php @@ -170,7 +170,7 @@ if (isset($_POST['go']) || isset($_POST['show'])) function frequency_list_row($label, $name, $selected=null) { echo "\n"; - label_cell($label); + label_cell($label, "class='label'"); echo "\n"; $freq = array( '1'=> _("Weekly"), @@ -190,7 +190,8 @@ start_table(TABLESTYLE2); date_row(_("Date"), 'date_', _('First date of Accruals'), true, 0, 0, 0, null, true); start_row(); -gl_all_accounts_list_cells(_("Accrued Balance Account"), 'acc_act', null, true, false, false, true); +label_cell(_("Accrued Balance Account"), "class='label'"); +gl_all_accounts_list_cells(null, 'acc_act', null, true, false, false, true); end_row(); gl_all_accounts_list_row(_("Revenue / Cost Account"), 'res_act', null, true); -- 2.30.2