[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week]
From: |
Mason James |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week] |
Date: |
Mon, 16 Jul 2007 01:24:46 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Mason James <sushi> 07/07/16 01:24:46
Modified files:
koha-tmpl/intranet-tmpl/npl/en/barcodes: search.tmpl
Log message:
updating devweek with newer commits from rel22.
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.9&r2=1.1.2.2.2.10
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.9
retrieving revision 1.1.2.2.2.10
diff -u -b -r1.1.2.2.2.9 -r1.1.2.2.2.10
--- search.tmpl 9 Jul 2007 18:06:35 -0000 1.1.2.2.2.9
+++ search.tmpl 16 Jul 2007 01:24:45 -0000 1.1.2.2.2.10
@@ -28,7 +28,17 @@
<input type="text" id="title" name="value" />
</td></tr>
<tr><th scope="row">
- <label for="issn">ISBN / ISSN</label>
+ <label for="isbn">ISBN</label>
+ </th>
+ <td>
+ <input type="hidden" name="marclist" value="biblioitems.isbn" />
+ <input type="hidden" name="and_or" value="and" />
+ <input type="hidden" name="excluding" value="" />
+ <input type="hidden" name="operator" value="=" />
+ <input type="text" name="value" id="isbn" />
+ </td></tr>
+ <tr><th scope="row">
+ <label for="issn">ISSN</label>
</th>
<td>
<input type="hidden" name="marclist" value="biblioitems.issn" />
@@ -38,10 +48,21 @@
<input type="text" name="value" id="issn" />
</td></tr>
<tr><th scope="row">
+ <tr><th scope="row">
+ <label for="itemcallnumber">Item call number</label>
+ </th>
+ <td>
+ <input type="hidden" name="marclist"
value="items.itemcallnumber" />
+ <input type="hidden" name="and_or" value="and" />
+ <input type="hidden" name="excluding" value="" />
+ <input type="hidden" name="operator" value="start" />
+ <input type="text" name="value" id="itemcallnumber" />
+ </td></tr>
+ <tr><th scope="row">
<tr><th scope="row">
- <label for="datefrom">Date accessioned: between</label>
+ <label for="datefrom">Added on or after date</label>
</th>
<td>
<input type="hidden" name="marclist"
value="items.dateaccessioned" />
@@ -65,7 +86,7 @@
</td>
</tr>
<tr><th scope="row">
- <label for="dateto">Date accessioned after</label>
+ <label for="dateto">Added on or before date</label>
</th>
<td>
<input type="hidden" name="marclist"
value="items.dateaccessioned" />
@@ -96,9 +117,9 @@
<option value="20">20</option>
<option value="50">50</option>
<option value="100">100</option>
+ <option value="1000">1000</option>
</select>
</td>
- <td><input type="checkbox" checked='0' name='showall' id='showall'
/><label for='showall'>Show All</label></td>
</tr>
<tr><th scope="row">
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week], Mason James, 2007/07/04
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week], Mason James, 2007/07/04
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week], Mason James, 2007/07/04
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week], Mason James, 2007/07/04
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week], Mason James, 2007/07/04
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week], Mason James, 2007/07/04
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week], Mason James, 2007/07/04
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week], Mason James, 2007/07/04
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week],
Mason James <=