[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes h... [rel_3_0]

Bruno Toumi btoumi at ouestprovence.fr
Thu Jan 4 17:09:29 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	07/01/04 16:09:29

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/includes: holidays-top.inc 

Log message:
	bug fix : now u can delete a repeatable holidays 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/holidays-top.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1

Patches:
Index: holidays-top.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/holidays-top.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- holidays-top.inc	14 Apr 2006 09:36:51 -0000	1.1
+++ holidays-top.inc	4 Jan 2007 16:09:28 -0000	1.1.2.1
@@ -50,6 +50,7 @@
 
 	// This function shows the "Show Holiday" panel //
 	function showHoliday (exceptionPosibility, dayName, day, month, year, weekDay, title, description) {
+		
 		var panel = document.getElementById('showHoliday');
 		panel.style.display = 'inline';
 		document.getElementById('newHoliday').style.display = 'none';
@@ -60,9 +61,10 @@
 		document.getElementById('showDay').value = day;
 		document.getElementById('showMonth').value = month;
 		document.getElementById('showYear').value = year;
-		document.getElementById('showTitle').value = title;
 		document.getElementById('showDescription').value = description;
 		document.getElementsByName('showWeekday')[0].value = weekDay;
+		document.getElementById('showTitle').value = title;
+		
 		if (exceptionPosibility == 1) {
 			document.getElementById('exceptionPosibility').style.display = 'inline';
 		} else {





More information about the Koha-cvs mailing list