Minor display changes.
[koha.git] / koha-tmpl / intranet-tmpl / default / de / circ / selectbranchprinter.tmpl
1 <!-- TMPL_INCLUDE Name="circulation-top.inc" -->
2
3 <div id="mainbloc">
4 <h1>Ausleihe: Drucker- und Zweigstelleneinstellungen w&auml;hlen</h1>
5
6 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
7 <p>
8 <!--branchselection-->
9 <!-- TMPL_IF Name="onebranch" -->
10 <b>Zweigstelle:</b> <!-- TMPL_VAR NAME="branchname" -->
11 <!-- TMPL_ELSE -->
12 <b>Bitte Zweigstelle eingeben:</b>
13         <select name="branch">
14         <!-- TMPL_LOOP Name="branchloop" -->
15                 <option value="<!-- TMPL_VAR NAME="value" -->"<!-- TMPL_IF Name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR NAME="name" --></option>
16         <!-- /TMPL_LOOP -->
17         </select>
18 <!-- /TMPL_IF --></p>
19
20 <p><!-- printerselection -->
21 <!-- TMPL_IF Name="oneprinter" -->
22 <b>Drucker:</b> <!-- TMPL_VAR NAME="printername" -->
23 <!-- TMPL_ELSE -->
24 <b>Bitte Drucker eingeben:</b>
25         <select name="printer">
26         <!-- TMPL_LOOP Name="printerloop" -->
27                 <option value="<!-- TMPL_VAR NAME="value" -->"<!-- TMPL_IF Name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR NAME="name" --></option>
28         <!-- /TMPL_LOOP -->
29         </select>
30 <!-- /TMPL_IF --></p>
31 <p><input type="hidden" name="setcookies" value="1">
32 <input type="submit" value="Abschicken" type="changesettings" class="button"></p>
33 </form>
34
35 </div>
36 <!-- TMPL_INCLUDE Name="circulation-bottom.inc" -->
37