This patch allows the Branch Transfer Limits feature to limit transfers either by...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / selectbranchprinter.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Circulation &rsaquo; Set Library</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="circ-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Set Library</div>
10
11 <div id="doc" class="yui-t7">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17
18 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
19 <!-- TMPL_VAR NAME="branch" -->
20
21 <fieldset class="rows">
22         <legend>Set Library</legend>
23         <ol><li><label for="branch">Choose library:</label>
24 <!--branchselection-->
25         <select name="branch" id="branch">
26         <!-- TMPL_LOOP Name="branchloop" -->
27                 <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="name" --></option>
28                                 <!-- TMPL_ELSE -->
29                                 <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="name" --></option>
30                                 <!-- /TMPL_IF -->
31         <!-- /TMPL_LOOP -->
32         </select></li>
33
34
35 <!-- TMPL_IF Name="printerloop" -->
36     <li><label for="printer">Choose a network printer:</label>
37     <input type="hidden" name="setcookies" value="1" />
38     <!--printerselection-->
39     <select name="printer" id="printer">
40         <!-- TMPL_LOOP Name="printerloop" -->
41             <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="name" --></option>
42                                 <!-- TMPL_ELSE -->
43                                 <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="name" --></option>
44                                 <!-- /TMPL_IF -->
45         <!-- /TMPL_LOOP -->
46         </select></li>
47 <!-- /TMPL_IF --></ol>
48 </fieldset>    <fieldset class="action"><input type="submit" value="Submit" name="changesettings" /></fieldset>
49 </form>
50
51
52 </div>
53 </div>
54 </div>
55 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->