浏览代码

Theme: Make DateTimePicker on CSS .datepicker class available by default.

reliberate 9 年之前
父节点
当前提交
1a496fa797
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      themes/default/template.php

+ 7 - 1
themes/default/template.php

@@ -157,7 +157,7 @@
 			});
 			});
 
 
 		//apply the auto-size jquery script to all text inputs
 		//apply the auto-size jquery script to all text inputs
-			$("input[type=text].txt,input[type=number].txt,input[type=password].txt,input[type=text].formfld,input[type=number].formfld,input[type=password].formfld").not('.datetimepicker').autosizeInput();
+			$("input[type=text].txt,input[type=number].txt,input[type=password].txt,input[type=text].formfld,input[type=number].formfld,input[type=password].formfld").not('.datetimepicker,.datepicker').autosizeInput();
 
 
 		//apply bootstrap-datetime plugin
 		//apply bootstrap-datetime plugin
 			$(function() {
 			$(function() {
@@ -167,6 +167,12 @@
 					showClear: true,
 					showClear: true,
 					showClose: true,
 					showClose: true,
 				});
 				});
+				$('.datepicker').datetimepicker({
+					format: 'YYYY-MM-DD',
+					showTodayButton: true,
+					showClear: true,
+					showClose: true,
+				});
 			});
 			});
 
 
 		//apply bootstrap-colorpicker plugin
 		//apply bootstrap-colorpicker plugin