From: Joe Hunt Date: Fri, 13 Nov 2015 04:48:02 +0000 (+0100) Subject: Better vertical alignment of date picker icon. X-Git-Tag: v2.4.2~19^2~122 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=463f0be41832166739eb98019a9bded55f7ed9dd;p=fa-stable.git Better vertical alignment of date picker icon. --- diff --git a/includes/ui/ui_input.inc b/includes/ui/ui_input.inc index feb136ff..5aa4f569 100644 --- a/includes/ui/ui_input.inc +++ b/includes/ui/ui_input.inc @@ -653,7 +653,7 @@ function date_cells($label, $name, $title = null, $check=null, $inc_days=0, $calc_image = (file_exists("$path_to_root/themes/".user_theme()."/images/cal.gif")) ? "$path_to_root/themes/".user_theme()."/images/cal.gif" : "$path_to_root/themes/default/images/cal.gif"; $post_label = "" - . " "._(\n"; + . " "._(\n"; } else $post_label = ""; diff --git a/reporting/includes/reports_classes.inc b/reporting/includes/reports_classes.inc index b7cccecc..01e76da7 100644 --- a/reporting/includes/reports_classes.inc +++ b/reporting/includes/reports_classes.inc @@ -219,7 +219,7 @@ class BoxReports $calc_image = (file_exists("$path_to_root/themes/".user_theme()."/images/cal.gif")) ? "$path_to_root/themes/".user_theme()."/images/cal.gif" : "$path_to_root/themes/default/images/cal.gif"; $st .= "" - . " "._(\n"; + . " "._(\n"; } return $st; break;