Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f8ec31c6

Von Moritz Bunkus vor etwa 10 Jahren hinzugefügt

  • ID f8ec31c6cf80a50a5b9ee29bd5847c47d5114bbf
  • Vorgänger 6acdad62
  • Nachfolger cb0ae4e4

mehr JavaScript-escapen

Unterschiede anzeigen:

templates/webpages/layout/javascript_setup.js
setupDateFormat('[% JavaScript.escape(MYCONFIG.dateformat) %]', '[% 'Falsches Datumsformat!' | $T8 %]');
$.datepicker.setDefaults(
$.extend({}, $.datepicker.regional["[% MYCONFIG.countrycode %]"], {
dateFormat: "[% datefmt %]",
$.extend({}, $.datepicker.regional['[% JavaScript.escape(MYCONFIG.countrycode) %]'], {
dateFormat: '[% JavaScript.escape(datefmt) %]',
showOn: "button",
showButtonPanel: true,
changeMonth: true,

Auch abrufbar als: Unified diff