[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/acqui.s... [R_2-2-7-1]

paul poulain paul at koha-fr.org
Tue Feb 27 22:14:18 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	paul poulain <tipaul>	07/02/27 21:14:18

Modified files:
	koha-tmpl/intranet-tmpl/default/en/acqui.simple: addbiblio.tmpl 

Log message:
	BUGFIX The link to "edit item" when a duplicate has been found was wrong.
	
	bug exist also in 2.2 (default and NPL templates), in rel_3_0

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.33.2.36.2.1&r2=1.33.2.36.2.2

Patches:
Index: addbiblio.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/Attic/addbiblio.tmpl,v
retrieving revision 1.33.2.36.2.1
retrieving revision 1.33.2.36.2.2
diff -u -b -r1.33.2.36.2.1 -r1.33.2.36.2.2
--- addbiblio.tmpl	12 Feb 2007 09:52:27 -0000	1.33.2.36.2.1
+++ addbiblio.tmpl	27 Feb 2007 21:14:18 -0000	1.33.2.36.2.2
@@ -37,7 +37,7 @@
                         <p>Is this a duplicate of <a href="../MARCdetail.pl?bib=<!-- TMPL_VAR name="duplicatebiblionumber" -->" onclick="openWindow('../MARCdetail.pl?bib=<!-- TMPL_VAR name="duplicatebiblionumber" -->&popup=1', 'Duplicate biblio'; return false;)"><!-- TMPL_VAR name="duplicatetitle" --></a>?</p>
                         <p>You must either :</p>
                         <ul>
-                            <li>If it <em>is</em> a duplicate, <a href="additem.pl?biblionumber=<!-- TMPL_VAR name="duplicatebibid" -->">Edit Items</a> of the existing record.</li>
+                            <li>If it <em>is</em> a duplicate, <a href="additem.pl?bibid=<!-- TMPL_VAR name="duplicatebibid" -->">Edit Items</a> of the existing record.</li>
                             <li>If not, click to <input type="hidden" value="0" id="confirm_not_duplicate" name="confirm_not_duplicate" /> <a href="#" onclick="confirmnotdup(); return false;">Confirm it's not a duplicate</a></li>
                         </ul>
                     </div>





More information about the Koha-cvs mailing list