From c74880495185cf5d7090b5e9441a6366c1a94a71 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 16 Mar 2012 11:13:52 +0000 Subject: [PATCH] update custom date picker to have calendar icons git-svn-id: http://www.observium.org/svn/observer/trunk@2898 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/graphs.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/html/pages/graphs.inc.php b/html/pages/graphs.inc.php index eee4501a7..6264900b8 100644 --- a/html/pages/graphs.inc.php +++ b/html/pages/graphs.inc.php @@ -58,6 +58,9 @@ if (!$auth) $(function() { $('#dtpickerfrom').datetimepicker({ + showOn: 'button', + buttonImage: 'images/16/date.png', + buttonImageOnly: true, hourGrid: 4, minuteGrid: 10, onClose: function(dateText, inst) { @@ -82,6 +85,9 @@ if (!$auth) } }); $('#dtpickerto').datetimepicker({ + showOn: 'button', + buttonImage: 'images/16/date.png', + buttonImageOnly: true, hourGrid: 4, minuteGrid: 10, maxDate: 0,