[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/acqui.s... [rel_2_2]

paul poulain paul at koha-fr.org
Fri Oct 13 11:58:35 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/10/13 09:58:35

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

Log message:
	isbnsearch now don't loose the framework code

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.15.2.4&r2=1.15.2.5

Patches:
Index: isbnsearch.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/Attic/isbnsearch.tmpl,v
retrieving revision 1.15.2.4
retrieving revision 1.15.2.5
diff -u -b -r1.15.2.4 -r1.15.2.5
--- isbnsearch.tmpl	18 Mar 2005 09:40:41 -0000	1.15.2.4
+++ isbnsearch.tmpl	13 Oct 2006 09:58:35 -0000	1.15.2.5
@@ -143,13 +143,16 @@
 		<!-- TMPL_IF NAME="NOTMARC" -->
 			<a href="addbiblio-nomarc.pl?isbn=<!-- TMPL_VAR NAME="isbn" -->" class="button catalogue">Add New Biblio</a>
 		<!-- TMPL_ELSE -->
+		<p>
+		<form action="addbiblio.pl" method="post">
 			<select name="frameworkcode">
 				<option value="">Default</option>
 				<!-- TMPL_LOOP NAME="frameworkcodeloop" -->
 					<option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="frameworktext" --></option>
 				<!-- /TMPL_LOOP -->
 			</select>
-			<a href="addbiblio.pl?isbn=<!-- TMPL_VAR NAME="isbn" -->" class="button catalogue">Add New Biblio</a>
+			<input type="submit" value="Create Empty biblio" class="button catalogue">
+		</form>
 		<!-- /TMPL_IF -->
 		</p>
 	</div>





More information about the Koha-cvs mailing list