[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/export ma... [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Wed Mar 21 18:42:40 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/03/21 17:42:40

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en/export: marc.tmpl 

Log message:
	Updated form to add export by barcode

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/export/marc.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.1&r2=1.1.2.1.2.2

Patches:
Index: marc.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/export/Attic/marc.tmpl,v
retrieving revision 1.1.2.1.2.1
retrieving revision 1.1.2.1.2.2
diff -u -b -r1.1.2.1.2.1 -r1.1.2.1.2.2
--- marc.tmpl	30 Nov 2006 15:56:27 -0000	1.1.2.1.2.1
+++ marc.tmpl	21 Mar 2007 17:42:40 -0000	1.1.2.1.2.2
@@ -11,6 +11,9 @@
 <form method="post" action="/cgi-bin/koha/export/marc.pl">
 <table>
 <caption>Select biblios to export</caption>
+
+<tr><th scope="row">From Barcode:</th><td><input type="text" name="start_barcode"></td></tr>
+<tr><th scope="row">...To Barcode:</th><td><input type="text" name="end_barcode"></td></tr>
 <tr><th scope="row">From biblio number:</th><td><input type="text" name="start_bib"></td></tr>
 <tr><th scope="row">...to biblio number:</th><td><input type="text" name="end_bib"></td></tr>
 <tr><th scope="row">Item Type: </th><td><!--TMPL_VAR Name="CGIitemtype"--></td></tr>





More information about the Koha-cvs mailing list