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

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Jul 31 18:07:16 CEST 2006


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

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

Log message:
	Copying one minor change from default template: link from datereceived text

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/recieveorder.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.3&r2=1.1.2.4

Patches:
Index: recieveorder.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/recieveorder.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- recieveorder.tmpl	7 Mar 2006 16:56:04 -0000	1.1.2.3
+++ recieveorder.tmpl	31 Jul 2006 16:07:16 -0000	1.1.2.4
@@ -28,7 +28,12 @@
 <form method="post" action="recieveorder.pl">
 	<table>
 		<tr>
-	<th>Number</th><th>Code</th><th>Date Received</th><th>Item Count</th><th>Biblio count</th><th>Items expected</th>
+			<th>Number</th>
+			<th>Code</th>
+			<th>Date Received</th>
+			<th>Item Count</th>
+			<th>Biblio count</th>
+			<th>Items expected</th>
 </tr>
 		<tr>
 <th>&nbsp;<input type="hidden" name="supplierid" value="<!-- TMPL_VAR NAME="supplierid" -->" /></th><th><input type="text" size="20" name="filter" value="<!-- TMPL_VAR NAME="filter" -->" /></th>
@@ -58,7 +63,9 @@
 			<td>
 				<!--TMPL_IF Name="code"--><!--TMPL_VAR Name="code" --><!--/TMPL_IF-->
 			</td>
-		<td> <!-- TMPL_VAR NAME="datereceived" --> </td>
+		<td><a href="/cgi-bin/koha/acqui/receive.pl?type=intra&amp;supplierid=<!-- TMPL_VAR NAME="supplierid" ESCAPE=URL -->&amp;datereceived=<!-- TMPL_VAR NAME="raw_datereceived" ESCAPE=URL --><!--TMPL_IF Name="code"-->&amp;code=<!--TMPL_VAR Name="code" ESCAPE=URL --><!--/TMPL_IF-->">
+				<!-- TMPL_VAR NAME="datereceived" -->
+			</a></td>
 		<td> <!-- TMPL_VAR NAME="reccount" --> </td>
 		<td><!-- TMPL_VAR NAME="bibcount" -->
 		</td>





More information about the Koha-cvs mailing list