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

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Jan 5 23:39:42 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/01/05 22:39:42

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/acqui: acqui-home.tmpl 

Log message:
	Adding acquisitions menu to top, synching with default template, other minor markup changes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl.diff?only_with_tag=rel_2_2&tr1=1.3.2.2&tr2=1.3.2.3&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl:1.3.2.2 koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl:1.3.2.3
--- koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl:1.3.2.2	Tue Jun  7 20:39:28 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl	Thu Jan  5 22:39:42 2006
@@ -1,5 +1,6 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Acquisitions<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE name="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="acqui-full-topmenu.inc" -->
 <!-- TMPL_INCLUDE name="intranet-nav.inc" -->
 
 <div id="main">
@@ -21,20 +22,6 @@
 </div>
 <!-- /TMPL_IF -->
 
-<div class="details">
-<form action="/cgi-bin/koha/acqui/acquire.pl" method="post"><table>
-<caption>Receive or Modify a Periodical Order</caption>
-<tr>
-	<th><label for="recieve">Title Search</label></th>
-	<td>
-		
-		<input type="text"  size="25" name="recieve" id="recieve" />
-		
-	</td>
-</tr>
-</table>
-<input type="submit" class="submit" value="Search" /></form>
-</div>
 
 <!-- currencies-->
 <div class="details">
@@ -47,7 +34,7 @@
 			<th>
 				<label for="<!-- TMPL_VAR name="currency" -->"><!-- TMPL_VAR name="currency" --></label>
 			</th>
-			<td>	<form action="/cgi-bin/koha/currency.pl">
+			<td>	<form action="/cgi-bin/koha/currency.pl" method="post">
 	<input type="hidden" name="type" value="change" />
 				<input type="text" size="10" id="<!-- TMPL_VAR name="currency" -->" name="<!-- TMPL_VAR name="currency" -->" value="<!-- TMPL_VAR name="rate" -->" />	</form>
 			</td>
@@ -71,8 +58,7 @@
 </div>
 
 <!-- showbudget-->
-	<div class="table">
-		<!-- TMPL_IF name="nobudget" -->
+	<!-- TMPL_IF name="nobudget" -->
 		<div class="error">You must define a budget in parameters</div>
 	<!-- TMPL_ELSE -->
 	<table>
@@ -102,11 +88,11 @@
 				<td><!-- TMPL_VAR name="totavail" --></td>
 				</tfoot>
 			</tr>
-		</table><!-- /TMPL_IF --></div>
+		</table><!-- /TMPL_IF -->
 <p>		Use your reload button [ctrl + r] to get the most recent figures.
 		Committed figures are approximate only, as exchange rates will affect the amount actually paid.</p>
 
-<div class="details">
+<div class="help">
 		<h4>Help</h4> <p>To start an acquisition, whether an order, local purchase or donation first search on the supplier, you will be asked to check their details, and enter your name which  will set up a "shopping basket" for you. (Why is this you might ask... well because we want to know that it's really you ordering things - not just your computer).</p>
 		<p>To order an item you need to establish whether a biblio already exists for it, and either add an item, or set up a new biblio then add the item.  </p>
 		<p>To start a new shopping basket with a new supplier return to this page and just start a new supplier search.</p>





More information about the Koha-cvs mailing list