From a56b1da3f469b285dea489d1b00f71a49dca46a1 Mon Sep 17 00:00:00 2001 From: Adnan Date: Thu, 13 Jan 2011 10:33:32 -0500 Subject: [PATCH] Icon for date/time picker --- tbl_change.php | 11 +++++++---- tbl_select.php | 3 +++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/tbl_change.php b/tbl_change.php index 8a594d1be7..041f4e9fc1 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -978,13 +978,16 @@ foreach ($rows as $row_id => $vrow) { //_3').datepicker({ - duration: '', - time24h: true, - stepMinutes: 1, + showOn: 'button', + buttonImage: '', + buttonImageOnly: true, + duration: '', + time24h: true, + stepMinutes: 1, stepHours: 1, dateFormat: 'yy-mm-dd', - altTimeField: '', + altTimeField: '', constrainInput: false }); }); diff --git a/tbl_select.php b/tbl_select.php index e1b4c42659..7c65692c7e 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -211,6 +211,9 @@ if (!isset($param) || $param[0] == '') { //').datepicker({ + showOn: 'button', + buttonImage: '', + buttonImageOnly: true, duration: '', time24h: true, stepMinutes: 1, -- 2.11.4.GIT