Reduced size of the icons to 12 pix.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 31 Jul 2009 22:56:18 +0000 (22:56 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 31 Jul 2009 22:56:18 +0000 (22:56 +0000)
Changed comments in reports

CHANGELOG.txt
includes/ui/ui_input.inc
reporting/rep305.php
reporting/rep409.php
reporting/rep710.php

index 4f8e73cfc906233a3327547bdd556a00b4733c04..55cd5173010bbe3303720770a198b81bfdce6220 100644 (file)
@@ -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
index ccd62b48164f70671e26a23f2a82e587d090135f..558460e5325d211757adcdbc77e6a79351c4e658 100644 (file)
@@ -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 ? "<img src='$path_to_root/themes/".user_theme()."/images/$icon'>" : '')
+               .($icon ? "<img src='$path_to_root/themes/".user_theme()."/images/$icon' height='12'>" : '')
                ."<span>$value</span>"
                ."</button>\n";
        if ($echo)
@@ -246,7 +246,7 @@ function submit_js_confirm($name, $msg) {
 function set_icon($icon, $title=false)
 {
        global $path_to_root;
-       return "<img src='$path_to_root/themes/".user_theme()."/images/$icon' width='14' height='14' border='0'".($title ? " title='$title'" : "")." />\n";     
+       return "<img src='$path_to_root/themes/".user_theme()."/images/$icon' width='12' height='12' border='0'".($title ? " title='$title'" : "")." />\n";     
 }
 
 function button($name, $value, $title=false, $icon=false,  $aspect='')
index 56ec99cb068a5f63328d04fecd0cfcfc44cb127a..54a1be31a9c2d38f85dea4c04d6548347dc0838a 100644 (file)
@@ -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="..";
 
index 016580c1eb7d6e88136dc3e7148d8261ff067ee5..f454c41f431f668f07aa3d5179e521ebea7f9aac 100644 (file)
@@ -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="..";
index 605c343d6cffed82c330910dbb7b6b231b010f1c..761e3bc24fd777532eb3942f3ec0cd59de90ba83 100644 (file)
@@ -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="..";