[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui bask...

Antoine Farnault antoine at koha-fr.org
Wed Aug 2 10:10:06 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/08/02 08:10:06

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/acqui: basket.tmpl 
	                                       neworderbiblio.tmpl 
	                                       orderreceive.tmpl 

Log message:
	change link to newbiblio.pl to neworderempty.pl .

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl?cvsroot=koha&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl?cvsroot=koha&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl?cvsroot=koha&r1=1.1&r2=1.2

Patches:
Index: basket.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/basket.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- basket.tmpl	1 Aug 2006 15:03:19 -0000	1.5
+++ basket.tmpl	2 Aug 2006 08:10:06 -0000	1.6
@@ -57,7 +57,7 @@
 					<!-- TMPL_ELSE -->
 						<td>
 							<p>
-							<a href="newbiblio.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->"><!-- TMPL_VAR NAME="title" --></a><br/>
+							<a href="neworderempty.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->"><!-- TMPL_VAR NAME="title" --></a><br/>
 								<!-- TMPL_VAR NAME="author" -->
 								<!-- TMPL_IF name="isbn"-->- <!-- TMPL_VAR name="isbn" --><!-- /TMPL_IF -->
 								<!-- TMPL_IF name="notes" --></p><p><!--TMPL_VAR name="notes" --><!-- /TMPL_IF -->
@@ -120,13 +120,13 @@
 	</div>
 	<div id="acqui_basket_add">
 		<h2>Add To Order</h2>
-		<form action="/cgi-bin/koha/acqui/newbasket2.pl" method="post">
+		<form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post">
 			<input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->" />
 			<input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
 			<ul><li>From an existing record: <input type="text"  size="25"   name="search" />
 			<input type="submit" value="Search" /></li>
 			<li><a href="/cgi-bin/koha/acqui/suggestion-select.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->">From a Suggestion</a></li>
-			<li><a href="/cgi-bin/koha/acqui/newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->">New Record</a></li>
+			<li><a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->">New Record</a></li>
 			</ul>
 		</form>
 	</div>

Index: neworderbiblio.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/neworderbiblio.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- neworderbiblio.tmpl	2 Aug 2006 07:54:55 -0000	1.1
+++ neworderbiblio.tmpl	2 Aug 2006 08:10:06 -0000	1.2
@@ -6,7 +6,7 @@
 <h1>Shopping Basket For: <!-- TMPL_VAR name="bookselname" --></h1>
 
 <div id="acqui_newbasket2_add">
-	<a href="newbiblio.pl?id=<!-- TMPL_VAR name="id" -->&amp;basket=<!-- TMPL_VAR name="basket" -->&amp;sub=<!-- TMPL_VAR name="parsub" -->">Add New Biblio</a>
+	<a href="neworderempty.pl?id=<!-- TMPL_VAR name="id" -->&amp;basket=<!-- TMPL_VAR name="basket" -->&amp;sub=<!-- TMPL_VAR name="parsub" -->">Add New Biblio</a>
 	| <a href="basket.pl?basket=<!-- TMPL_VAR name="basket" -->">View Basket</a> | 
 	<form class="inline" action="/cgi-bin/koha/acqui/neworderbiblio.pl">
 	<input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
@@ -34,7 +34,7 @@
 	<!-- TMPL_LOOP name="loopresult" -->
 		<tr>
 			<td>
-				<a href="/cgi-bin/koha/acqui/newbiblio.pl?sub=<!-- TMPL_VAR name="sub" -->&amp;author=<!-- TMPL_VAR name="author2" -->&amp;copyright=<!-- TMPL_VAR name="copyright" -->&amp;id=<!-- TMPL_VAR name="id" -->&amp;basket=<!-- TMPL_VAR name="basket" -->&amp;biblio=<!-- TMPL_VAR name="biblionumber" -->&amp;title=<!-- TMPL_VAR name="title2" -->">
+				<a href="/cgi-bin/koha/acqui/neworderempty.pl?sub=<!-- TMPL_VAR name="sub" -->&amp;author=<!-- TMPL_VAR name="author2" -->&amp;copyright=<!-- TMPL_VAR name="copyright" -->&amp;id=<!-- TMPL_VAR name="id" -->&amp;basket=<!-- TMPL_VAR name="basket" -->&amp;biblio=<!-- TMPL_VAR name="biblionumber" -->&amp;title=<!-- TMPL_VAR name="title2" -->">
 					<!-- TMPL_VAR name="title" -->
 				</a>
 			</td>

Index: orderreceive.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- orderreceive.tmpl	13 Jul 2006 15:20:42 -0000	1.1
+++ orderreceive.tmpl	2 Aug 2006 08:10:06 -0000	1.2
@@ -58,7 +58,7 @@
     <!-- TMPL_IF name="catview" -->
         <input type="submit"  name="submit" value="Save" />
     <!-- TMPL_ELSE -->
-        <a href="/cgi-bin/koha/acqui/newbiblio.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&amp;id=<!-- TMPL_VAR NAME="booksellerid" -->">Edit</a>
+        <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordnum=<!-- TMPL_VAR NAME="ordernumber" -->&amp;id=<!-- TMPL_VAR NAME="booksellerid" -->">Edit</a>
     <!-- /TMPL_IF -->
     <h2>Accounting Details</h2>
         <p><label>Bookfund *</label><!-- TMPL_VAR NAME="CGIbookfund" --></p>





More information about the Koha-cvs mailing list