]> wagnertech.de Git - mfinanz.git/blob - templates/webpages/layout/javascript_setup.html
value_title_sub in L.select_tag richtig verarbeiten.
[mfinanz.git] / templates / webpages / layout / javascript_setup.html
1 [%- USE T8 %]
2 $(function() {
3   setupPoints('[% myconfig.numberformat %]', '[% 'wrongformat' | $T8 %]');
4   setupDateFormat('[% myconfig.dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]');
5 })