|
@@ -81,16 +81,18 @@ class SE_Layout {
|
|
|
</style>
|
|
</style>
|
|
|
<?php S::printTimeoutUpdateJs(); ?>
|
|
<?php S::printTimeoutUpdateJs(); ?>
|
|
|
<script>
|
|
<script>
|
|
|
-jQuery('.se_type-date').datepicker({
|
|
|
|
|
- format: "yyyy-mm-dd"
|
|
|
|
|
- , language: 'pl'
|
|
|
|
|
- , todayBtn: "linked"
|
|
|
|
|
-});
|
|
|
|
|
-jQuery('.se_type-datetime').parent().datetimepicker({
|
|
|
|
|
- language: 'pl'
|
|
|
|
|
- , format: 'yyyy-MM-dd hh:mm'
|
|
|
|
|
- , weekStart: 1
|
|
|
|
|
-// , todayBtn: "linked"
|
|
|
|
|
|
|
+jQuery(document).ready(function(){
|
|
|
|
|
+ jQuery('.se_type-date').datepicker({
|
|
|
|
|
+ format: "yyyy-mm-dd"
|
|
|
|
|
+ , language: 'pl'
|
|
|
|
|
+ , todayBtn: "linked"
|
|
|
|
|
+ });
|
|
|
|
|
+ jQuery('.se_type-datetime').parent().datetimepicker({
|
|
|
|
|
+ language: 'pl'
|
|
|
|
|
+ , format: 'yyyy-MM-dd hh:mm'
|
|
|
|
|
+ , weekStart: 1
|
|
|
|
|
+ // , todayBtn: "linked"
|
|
|
|
|
+ });
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
function showSelected() {
|
|
function showSelected() {
|