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

Joshua Ferraro jmf at kados.org
Thu Aug 3 15:19:39 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/08/03 13:19:39

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

Log message:
	sync with default: fix #2 for #1112 (can't receive an order)

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

Patches:
Index: acquire.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acquire.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- acquire.tmpl	25 Jul 2006 18:37:02 -0000	1.1.2.4
+++ acquire.tmpl	3 Aug 2006 13:19:39 -0000	1.1.2.5
@@ -80,11 +80,7 @@
 				<input type="hidden" name="id" value="<!-- TMPL_VAR NAME="booksellerid" -->" />
 				<input type="hidden" name="freight" value="<!-- TMPL_VAR NAME="freight" -->" />
 				<input type="hidden" name="gst" value="<!-- TMPL_VAR NAME="gst" -->" />
-				<!-- TMPL_IF name="catview" -->
 					<input type="submit" class="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>
-				<!-- /TMPL_IF -->
 			</td>
 		</tr>
 	</table>





More information about the Koha-cvs mailing list