View | Details | Raw Unified | Return to bug 3806
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-5 / +8 lines)
Lines 88-103 Link Here
88
		$("#branch").change(function(){
88
		$("#branch").change(function(){
89
			changeBranch();
89
			changeBranch();
90
		});
90
		});
91
		$("#holidayexceptions").tablesorter({
91
		$("#holidayexceptions").tablesorter({[% IF ( dateformat_metric ) %]
92
		  dateFormat: 'uk',[% END %]
92
		  sortList: [[0,0]], widgets: ['zebra']
93
		  sortList: [[0,0]], widgets: ['zebra']
93
		});
94
		});
94
		$("#holidayweeklyrepeatable").tablesorter({
95
		$("#holidayweeklyrepeatable").tablesorter({[% IF ( dateformat_metric ) %]
96
		  dateFormat: 'uk',[% END %]
95
		  sortList: [[0,0]], widgets: ['zebra']
97
		  sortList: [[0,0]], widgets: ['zebra']
96
		});
98
		});
97
		$("#holidaysyearlyrepeatable").tablesorter({
99
		$("#holidaysyearlyrepeatable").tablesorter({[% IF ( dateformat_metric ) %]
100
		  dateFormat: 'uk',[% END %]
98
		  sortList: [[0,0]], widgets: ['zebra']
101
		  sortList: [[0,0]], widgets: ['zebra']
99
		});
102
		});
100
		$("#holidaysunique").tablesorter({
103
		$("#holidaysunique").tablesorter({[% IF ( dateformat_metric ) %]
104
		  dateFormat: 'uk',[% END %]
101
		  sortList: [[0,0]], widgets: ['zebra']
105
		  sortList: [[0,0]], widgets: ['zebra']
102
		});
106
		});
103
		$("a.helptext").click(function(){
107
		$("a.helptext").click(function(){
104
- 

Return to bug 3806