From c09048a103e34dbd13143ea2a0bf0f865100bd11 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 10 Jun 2010 10:41:10 +0000 Subject: [PATCH] Start date for the date input calendar is now 1900 instead of 2000. SVN:trunk[457] --- application/itopwebpage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index 2f666bc76..f5ba8f791 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -116,7 +116,7 @@ class iTopWebPage extends NiceWebPage $("div[id^=tabbedContent] > ul").tabs( 1, { fxFade: true, fxSpeed: 'fast' } ); // tabs $("table.listResults").tableHover(); // hover tables $(".listResults").tablesorter( { headers: { 0:{sorter: false }}, widgets: ['zebra']} ); // sortable and zebra tables - $(".date-pick").datePicker( {clickInput: false, createButton: true, startDate: '2000-01-01'} ); // Date picker + $(".date-pick").datePicker( {clickInput: false, createButton: true, startDate: '1900-01-01'} ); // Date picker $('#ModalDlg').jqm({ajax: '@href', trigger: 'a.jqmTrigger', overlay:70, modal:true, toTop:true}); // jqModal Window //$('.display_block').draggable(); // make the blocks draggable