[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes ho... [dev_week]

Ryan Higgins rch at liblime.com
Sun Aug 26 00:09:30 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Ryan Higgins <rych>	07/08/25 22:09:30

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

Log message:
	fix bad link in javascript

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/holidays-top.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.4.4&r2=1.1.4.5

Patches:
Index: holidays-top.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/holidays-top.inc,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -u -b -r1.1.4.4 -r1.1.4.5
--- holidays-top.inc	8 Jul 2007 22:14:23 -0000	1.1.4.4
+++ holidays-top.inc	25 Aug 2007 22:09:30 -0000	1.1.4.5
@@ -93,7 +93,7 @@
 
 	function changeBranch () {
 		var branch = document.getElementById('branch').options[document.getElementById('branch').selectedIndex].value;
-		location.href='/cgi-bin/koha/holidays/holidays.pl?branch=' + branch;
+		location.href='/cgi-bin/koha/tools/holidays.pl?branch=' + branch;
 	}
 
 	function additionalInformation (anExplanation) {





More information about the Koha-cvs mailing list