! -> 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
." 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)
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='')
// $ Revision: 2.0 $
// Creator: Joe Hunt
// date_: 2005-05-19
-// Title: Inventory Planning
+// Title: GRN Valuation Report
// ----------------------------------------------------------------
$path_to_root="..";
// $ Revision: 2.0 $
// Creator: Janusz Dobrwolski
// date_: 2008-01-14
-// Title: Print Delivery Notes
+// Title: Print Workorders
// draft version!
// ----------------------------------------------------------------
$path_to_root="..";
// $ Revision: 2.0 $
// Creator: Joe Hunt
// date_: 2005-05-19
-// Title: List of Journal Entries
+// Title: Audit Trail
// ----------------------------------------------------------------
$path_to_root="..";