Adding hidden fields for use if Due Date form is commented out
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / circ / selectbranchprinter.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Circulation: Select Your Home Branch<!-- TMPL_INCLUDE NAME="doc-head-circ-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="circ-topmenu.inc" -->
4 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
5
6 <div id="main">
7 <h1>Circulation: Select Your Home Branch</h1>
8
9 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
10 <!-- TMPL_VAR NAME="branch" -->
11 <div class="details">
12 <label for="branch">Choose your Branch:</label>
13 <!--branchselection-->
14         <select name="branch" id="branch">
15         <!-- TMPL_LOOP Name="branchloop" -->
16                 <option value="<!-- TMPL_VAR Name="value" -->"<!-- TMPL_IF Name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR Name="name" --></option>
17         <!-- /TMPL_LOOP -->
18         </select>
19 </div>
20 <div class="details">
21 <!-- <label for="printer">Choose a Network Printer:</label> -->
22 <!--printerselection-->
23 <!--    <select name="printer" id="printer">
24         <!-- TMPL_LOOP Name="printerloop" -->
25                 <option value="<!-- TMPL_VAR Name="value" -->"<!-- TMPL_IF Name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR Name="name" -->
26         <!-- /TMPL_LOOP -->
27         </select>
28  --><input type="hidden" name="setcookies" value="1" />
29 <p><input type="submit" class="submit" value="Submit" name="changesettings" /></p></div>
30 </form>
31
32
33 </div>
34 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->
35