Icon for date/time picker
This commit is contained in:
@@ -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,
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user