koha-cvs
[Top][All Lists]
Advanced

[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: Thu, 05 Jul 2007 01:15:13 +0000

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

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

Log message:
        working itype dropbox

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.3&r2=1.1.2.2.2.4

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.3
retrieving revision 1.1.2.2.2.4
diff -u -b -r1.1.2.2.2.3 -r1.1.2.2.2.4
--- search.tmpl 4 Jul 2007 14:45:18 -0000       1.1.2.2.2.3
+++ search.tmpl 5 Jul 2007 01:15:13 -0000       1.1.2.2.2.4
@@ -63,6 +63,26 @@
                        <option value="biblioitems.publicationyear">Publication 
Year</option>
                        <option 
value="biblioitems.publishercode">Publisher</option>
                </select>
+
+
+    <tr><th scope="row">Document Type</th>
+                <td colspan="2">
+                    <select name="Filter">
+                        <option value="">All Item Types</option>
+                        <!-- TMPL_LOOP name="itemtypeloop" -->
+                            <option value="<!-- TMPL_VAR name="value" -->" 
+                    <!-- TMPL_IF name="selected" --> selected="selected"
+                    <!-- /TMPL_IF -->><!-- TMPL_VAR name="description" 
--></option>
+                        <!-- /TMPL_LOOP -->
+                    </select>
+                </td>
+            </tr>
+
+
+
+
+
+
            </td></tr>
        </table>
 <p>            <input type="submit" value="Start search" class="submit" /></p>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]