Rerun. Backport of fixing vertical alignment on date picker icon
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 14 Nov 2015 21:26:25 +0000 (22:26 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 14 Nov 2015 21:26:25 +0000 (22:26 +0100)
reporting/includes/reports_classes.inc

index 42616256295487ed0d308dcb7f3c1c76e0899ba3..b227e114d94965dcee78edf91378543184601d90 100644 (file)
@@ -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 .= "<a href=\"javascript:date_picker(document.forms[0].$name);\">"
-               .                                 "     <img src='$calc_image' style='vertical-align:middle;padding-bottom:4px;width:16px;height:16px;border:0;' alt='"._('Click Here to Pick up the date')."'></a>\n";
+                                               . "     <img src='$calc_image' style='vertical-align:middle;padding-bottom:4px;width:16px;height:16px;border:0;' alt='"._('Click Here to Pick up the date')."'></a>\n";
                                        }       
                                        return $st;
                                        break;