old mode 100644
new mode 100755
| | |
| | | /* Swiss-French initialisation for the jQuery UI date picker plugin. */ |
| | | /* Swiss-French initialisation for the jQuery UI date picker plugin. */ |
| | | /* Written Martin Voelkle (martin.voelkle@e-tc.ch). */ |
| | | jQuery(function($){ |
| | | $.datepicker.regional['fr-CH'] = { |
| | | closeText: 'Fermer', |
| | | prevText: '<Préc', |
| | | nextText: 'Suiv>', |
| | | prevText: '<Préc', |
| | | nextText: 'Suiv>', |
| | | currentText: 'Courant', |
| | | monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', |
| | | 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], |
| | |
| | | showMonthAfterYear: false, |
| | | yearSuffix: ''}; |
| | | $.datepicker.setDefaults($.datepicker.regional['fr-CH']); |
| | | }); |
| | | }); |