[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week]

Mason James szrj1m at yahoo.com
Thu Jul 5 03:55:03 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/07/05 01:55:03

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/barcodes: search.tmpl 

Log message:
	tidied up search table

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/search.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2.2.5&r2=1.1.2.2.2.6

Patches:
Index: search.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/Attic/search.tmpl,v
retrieving revision 1.1.2.2.2.5
retrieving revision 1.1.2.2.2.6
diff -u -b -r1.1.2.2.2.5 -r1.1.2.2.2.6
--- search.tmpl	5 Jul 2007 01:48:38 -0000	1.1.2.2.2.5
+++ search.tmpl	5 Jul 2007 01:55:03 -0000	1.1.2.2.2.6
@@ -49,9 +49,10 @@
 		<input type="hidden" name="excluding" value="" />
 		<input type="hidden" name="operator" value="=" />
 		<input type="text" name="value" id="dateaccessioned" />
-
+</td>
     </tr>
 
+	<tr><th scope="row">
 		<label for="resultsperpage">Results per page:</label>
 	    </th>
 	    <td>
@@ -60,7 +61,12 @@
 			<option value="50">50</option>
 			<option value="100">100</option>
 		</select>
+    </td>
+</tr>
+	<tr><th scope="row">
 		<label for="orderby">Ordered by</label>
+        </th>
+        <td>
 		<select name="orderby" id="orderby" size="1">
 			<option value="biblio.title">Title</option>
 			<option value="biblio.author">Author</option>
@@ -70,6 +76,8 @@
 			<option value="biblioitems.itemtype">Itemtype</option>
 			<option value="biblioitems.classification">Item Callnumber</option>
 		</select>
+</td>
+</tr>
 
 
     <tr><th scope="row">Document Type</th>





More information about the Koha-cvs mailing list