Revision 68841655
Von Thomas Heck vor mehr als 11 Jahren hinzugefügt
templates/webpages/layout/javascript_setup.js | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
$(function() { |
3 | 3 |
[% IF datefmt %] |
4 |
namespace("kivi").initLocale("[% MYCONFIG.countrycode | html %]"); |
|
4 | 5 |
setupPoints('[% MYCONFIG.numberformat %]', '[% 'wrongformat' | $T8 %]'); |
5 | 6 |
setupDateFormat('[% MYCONFIG.dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]'); |
6 | 7 |
|
Auch abrufbar als: Unified diff
JS-Übersezung ans neue Javascript-Setup angepasst