[Koha-patches] [PATCH] Add branch selection to pendingreserves.tmpl (need other patch for pendingreserves.pl to work)

darrellulm at smfpl.org darrellulm at smfpl.org
Mon Sep 29 18:34:29 CEST 2008


From: root <root at debian.local>

---
 .../prog/en/modules/circ/pendingreserves.tmpl      |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tmpl
index cf7e40c..db4f7e9 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tmpl
@@ -141,6 +141,16 @@ $.tablesorter.addParser({
 <fieldset class="brief">
 <h4>Refine Results</h4>
 <ol>
+				<li><label for="branchlimit">Library: </label><select name="branchlimit" id="branchlimit">
+                <option value="">Please Select</option>
+                <option value="ALL">ALL</option>
+            <!-- TMPL_LOOP name="branchloop" -->
+                <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="branchname" --></option>
+				<!-- TMPL_ELSE -->
+				<option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="branchname" --></option>
+				<!-- /TMPL_IF -->
+            <!-- /TMPL_LOOP -->
+            </select></li>
 <li>
 <label for="from">
     Start date:
-- 
1.5.6




More information about the Koha-patches mailing list