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

Owen Leonard oleonard at athenscounty.lib.oh.us
Fri Jul 7 16:45:47 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/07/07 14:45:47

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

Log message:
	Copying a couple of changes from the default template

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

Patches:
Index: order.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/order.tmpl,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -u -b -r1.2.2.4 -r1.2.2.5
--- order.tmpl	7 Mar 2006 16:56:04 -0000	1.2.2.4
+++ order.tmpl	7 Jul 2006 14:45:47 -0000	1.2.2.5
@@ -41,10 +41,14 @@
 							<td><!-- TMPL_VAR NAME="creationdate" --></td>
 							<td>
 								<!-- TMPL_IF name="closedate" -->
-									Closed on <!-- TMPL_VAR NAME="closedate" -->
-									<a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->">(View)</a>
+									Closed on: <!-- TMPL_VAR NAME="closedate" -->
+									<a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->">View</a>
 								<!-- TMPL_ELSE -->
+									<!-- TMPL_IF name="active" -->
 									<a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->">Modify</a>
+									<!-- TMPL_ELSE -->
+										<a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->">View</a>
+									<!-- /TMPL_IF -->
 								<!-- /TMPL_IF -->
 							</td>
 						</tr>
@@ -54,7 +58,7 @@
 <!-- /TMPL_LOOP -->
 </table>
 <form action="supplier.pl" method="get">
-	<input type="hidden" name="id" value="0" />
+	<input type="hidden" name="supplierid" value="0" />
 	<input type="submit" class="submit" value="Add Supplier" /> 
 </form>
 </div><!-- TMPL_INCLUDE name="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list