From: root <[EMAIL PROTECTED]>

---
 .../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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to