[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en authorities... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Jul 2 18:46:07 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	07/07/02 16:46:07

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/authorities: authorities.tmpl 
	koha-tmpl/intranet-tmpl/npl/en/members: moremember.tmpl 

Log message:
	Even more fixes for Bug 1366. These have NOT BEEN TESTED.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.8&r2=1.1.2.9
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.5.2.14&r2=1.5.2.15

Patches:
Index: authorities/authorities.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/Attic/authorities.tmpl,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -b -r1.1.2.8 -r1.1.2.9
--- authorities/authorities.tmpl	2 Jul 2007 16:26:36 -0000	1.1.2.8
+++ authorities/authorities.tmpl	2 Jul 2007 16:46:06 -0000	1.1.2.9
@@ -27,7 +27,7 @@
 
 <!-- TMPL_IF name="duplicateauthid" -->
 	<div class="error">
-		<p>Duplicate suspected with <a href="#" onclick="openWindow("detail.pl?authid=<!-- TMPL_VAR name="duplicateauthid" -->&amp;popup=1", "Duplicate Authority"); return false;"><!-- TMPL_VAR name="duplicateauthvalue" --></a></p>
+		<p>Duplicate suspected with <a href="#" onclick="openWindow('detail.pl?authid=<!-- TMPL_VAR name="duplicateauthid" -->&amp;popup=1','Duplicate Authority'); return false;"><!-- TMPL_VAR name="duplicateauthvalue" --></a></p>
 		<p>You must either :</p>
 		<ul>
 			<p><input type="checkbox" value="1" name="confirm_not_duplicate" />confirm it's not a duplicate (and click on <input type="button" value="Add authority" onClick="Check(this.form)" accesskey="w" class="submit" /> again)</p>

Index: members/moremember.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/Attic/moremember.tmpl,v
retrieving revision 1.5.2.14
retrieving revision 1.5.2.15
diff -u -b -r1.5.2.14 -r1.5.2.15
--- members/moremember.tmpl	2 Jul 2007 15:58:38 -0000	1.5.2.14
+++ members/moremember.tmpl	2 Jul 2007 16:46:06 -0000	1.5.2.15
@@ -159,7 +159,7 @@
 			<a href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR name="biblionumber" -->">Reserved</a>
 		<!-- TMPL_ELSE -->
 		<!-- TMPL_IF name="red" -->
-		<input type="checkbox" name="renew_item_<!-- TMPL_VAR name="itemnumber" -->" value="y"checked="checked" />
+		<input type="checkbox" name="renew_item_<!-- TMPL_VAR name="itemnumber" -->" value="y" checked="checked" />
 		<!-- TMPL_ELSE -->
 			<input type="checkbox" name="renew_item_<!-- TMPL_VAR name="itemnumber" -->" value="y" />
 		<!-- /TMPL_IF -->





More information about the Koha-cvs mailing list