[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/tools expo... [rel_3_0]

paul poulain paul at koha-fr.org
Mon Oct 30 11:07:46 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/10/30 10:07:46

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/tools: export.tmpl 

Log message:
	modifying for better PROG compliance

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.2&r2=1.3.2.3

Patches:
Index: export.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/tools/export.tmpl,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -b -r1.3.2.2 -r1.3.2.3
--- export.tmpl	3 Oct 2006 12:40:35 -0000	1.3.2.2
+++ export.tmpl	30 Oct 2006 10:07:46 -0000	1.3.2.3
@@ -7,10 +7,10 @@
 	<div id="bloc25">
 		<h2 class="parameters">Select biblios to export</h2>
 		<form method="post">
-			<p>from biblio number : <input type="text" name="start_bib">
+			<p><label>from biblio number</label><input type="text" name="start_bib">
 			to biblio number : <input type="text" name="end_bib"></p>
-			<p>Document type : <!--TMPL_VAR Name="CGIitemtype"--></p>
-			<p>Branch :  <select name="branch">
+			<p><label>Document type</label><!--TMPL_VAR Name="CGIitemtype"--></p>
+			<p><label>Branch</label><select name="branch">
 			<option value="">Default</option>
                         <!-- TMPL_LOOP name="branchloop" -->
                                 <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
@@ -18,10 +18,10 @@
                         <!-- /TMPL_LOOP -->
                         </select>
 </p>
-			<p>from itemcallnumber : <input type="text" name="start_callnumber">
+			<p><label>from itemcallnumber</label><input type="text" name="start_callnumber">
 			to itemcallnumber : <input type="text" name="end_callnumber"></p>
-			<p>Limit to <input type="text" name="limit"> first biblio</p>
-			<p>Note : the items are NOT exported by this tool</p>
+			<p><label>Limit to </label><input type="text" name="limit"> first biblio</p>
+			<p>Note : the items are exported by this tool</p>
 			<input type="hidden" name="op" value="export">
 			<input type="submit" value="Export" class="button">
 		</form>





More information about the Koha-cvs mailing list