Revision f8ec31c6
Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt
templates/webpages/layout/javascript_setup.js | ||
---|---|---|
6 | 6 |
setupDateFormat('[% JavaScript.escape(MYCONFIG.dateformat) %]', '[% 'Falsches Datumsformat!' | $T8 %]'); |
7 | 7 |
|
8 | 8 |
$.datepicker.setDefaults( |
9 |
$.extend({}, $.datepicker.regional["[% MYCONFIG.countrycode %]"], {
|
|
10 |
dateFormat: "[% datefmt %]",
|
|
9 |
$.extend({}, $.datepicker.regional['[% JavaScript.escape(MYCONFIG.countrycode) %]'], {
|
|
10 |
dateFormat: '[% JavaScript.escape(datefmt) %]',
|
|
11 | 11 |
showOn: "button", |
12 | 12 |
showButtonPanel: true, |
13 | 13 |
changeMonth: true, |
Auch abrufbar als: Unified diff
mehr JavaScript-escapen