From 8fd0c50cc4a19a07c61ee87a632377419d096a5a Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 5 Jun 2008 09:54:14 +0000 Subject: [PATCH] Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based. Fixed a html layout bug in header.inc --- CHANGELOG.txt | 6 ++++++ includes/page/header.inc | 2 +- includes/ui/ui_view.inc | 32 +++++++++++++++++++++++++++++--- 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 65d575cf..4d11e26d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,12 @@ Legend: ! -> Note $ -> Affected files +05-Jun-2008 Joe Hunt +! Made an improment to the date picker. Shows the week number as well. Many delivery systems are week number based. +$ /includes/ui/ui_view.inc +# Fixed a html layout bug +$ /includes/page/header.inc + 31-May-2008 Joe Hunt # A lot of annoying layout bugs taken. Mostly from views and inquiries. A couple of files are critical, ui_view and ui_lists! $ /gl/view/gl_deposit_view.php diff --git a/includes/page/header.inc b/includes/page/header.inc index 893527e8..f77de073 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -103,7 +103,7 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js="" echo "dir . "' >\n"; echo "$title"; $local_stylesheet = $_SESSION['language']->get_stylesheet(); - echo ""; + echo ""; echo " \n"; if (file_exists($local_path_to_root. "/".$local_stylesheet)) echo " \n"; diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index 3e6d3c4e..0832c3f3 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -592,7 +592,7 @@ function get_js_date_picker() $fpath = $comp_path.'/'.user_company().'/js_cache/'.'date_picker.js'; $js = "