Icon for date/time picker

This commit is contained in:
Adnan
2011-01-13 10:33:32 -05:00
committed by Marc Delisle
parent 9b864bce9d
commit a56b1da3f4
2 changed files with 10 additions and 4 deletions

View File

@@ -978,6 +978,9 @@ foreach ($rows as $row_id => $vrow) {
//<![CDATA[
$(function() {
$('#field_<?php echo ($idindex); ?>_3').datepicker({
showOn: 'button',
buttonImage: '<?php echo $GLOBALS['pmaThemeImage'] . 'b_calendar.png'; ?>',
buttonImageOnly: true,
duration: '',
time24h: true,
stepMinutes: 1,

View File

@@ -211,6 +211,9 @@ if (!isset($param) || $param[0] == '') {
//<![CDATA[
$(function() {
$('#field_<?php echo $i; ?>').datepicker({
showOn: 'button',
buttonImage: '<?php echo $GLOBALS['pmaThemeImage'] . 'b_calendar.png'; ?>',
buttonImageOnly: true,
duration: '',
time24h: true,
stepMinutes: 1,