From 31a87119c319b95241389111765b40a3faadf4f6 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 31 Jul 2009 22:56:18 +0000 Subject: [PATCH] Reduced size of the icons to 12 pix. Changed comments in reports --- CHANGELOG.txt | 4 ++++ includes/ui/ui_input.inc | 4 ++-- reporting/rep305.php | 2 +- reporting/rep409.php | 2 +- reporting/rep710.php | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4f8e73cf..55cd5173 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +01-Aug-2009 Joe Hunt +! Reduced size of the icons to 12 pix. +$ /includes/ui/ui_input.inc + 31-Jul-2009 Janusz Dobrowolski ! Merged changes from main trunk 2.1.3-2.1.4 (see below) $ /admin/attachments.php diff --git a/includes/ui/ui_input.inc b/includes/ui/ui_input.inc index ccd62b48..558460e5 100644 --- a/includes/ui/ui_input.inc +++ b/includes/ui/ui_input.inc @@ -143,7 +143,7 @@ function submit($name, $value, $echo=true, $title=false, $atype=false, $icon=fal ." name=\"$name\" id=\"$name\" value=\"$value\"" .($title ? " title='$title'" : '') .">" - .($icon ? "" : '') + .($icon ? "" : '') ."$value" ."\n"; if ($echo) @@ -246,7 +246,7 @@ function submit_js_confirm($name, $msg) { function set_icon($icon, $title=false) { global $path_to_root; - return "\n"; + return "\n"; } function button($name, $value, $title=false, $icon=false, $aspect='') diff --git a/reporting/rep305.php b/reporting/rep305.php index 56ec99cb..54a1be31 100644 --- a/reporting/rep305.php +++ b/reporting/rep305.php @@ -14,7 +14,7 @@ $page_security = 2; // $ Revision: 2.0 $ // Creator: Joe Hunt // date_: 2005-05-19 -// Title: Inventory Planning +// Title: GRN Valuation Report // ---------------------------------------------------------------- $path_to_root=".."; diff --git a/reporting/rep409.php b/reporting/rep409.php index 016580c1..f454c41f 100644 --- a/reporting/rep409.php +++ b/reporting/rep409.php @@ -14,7 +14,7 @@ $page_security = 2; // $ Revision: 2.0 $ // Creator: Janusz Dobrwolski // date_: 2008-01-14 -// Title: Print Delivery Notes +// Title: Print Workorders // draft version! // ---------------------------------------------------------------- $path_to_root=".."; diff --git a/reporting/rep710.php b/reporting/rep710.php index 605c343d..761e3bc2 100644 --- a/reporting/rep710.php +++ b/reporting/rep710.php @@ -14,7 +14,7 @@ $page_security = 15; // $ Revision: 2.0 $ // Creator: Joe Hunt // date_: 2005-05-19 -// Title: List of Journal Entries +// Title: Audit Trail // ---------------------------------------------------------------- $path_to_root=".."; -- 2.30.2