Quick Spine Label Printer
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-edit-profile.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Tools &rsaquo; Labels</title>
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body>
5 <!-- TMPL_INCLUDE NAME="header.inc" -->
6 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
7
8 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a>&rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a> &rsaquo; <a href="/cgi-bin/koha/labels/label-profiles.pl">Printer Profiles</a> &rsaquo; Edit Printer Profile</div>
9
10 <div id="doc3" class="yui-t2">
11    
12    <div id="bd">
13         <div id="yui-main">
14         <div class="yui-b">
15 <form name="input" action="/cgi-bin/koha/labels/label-edit-profile.pl" method="get">
16
17 <div class="yui-g">
18 <h3>Edit Printer Profile</h3>
19 <div class="yui-g first">
20 <fieldset class="rows"><legend>Profile Settings</legend>
21
22 <ol>
23 <li>
24     <label>Printer Name:</label> <!-- TMPL_VAR NAME="printername" -->
25 </li>
26 <li>
27     <label>Paper Bin:</label> <!-- TMPL_VAR NAME="paper_bin" -->
28 </li>
29 <li>
30     <label>Template Name:</label> <!-- TMPL_VAR NAME="tmpl_code" -->
31 </li>
32 <li>
33     <label><h4>Offset:</h4></label>
34 </li>
35 <li>
36     <label for="offset_horz">Horizontal: </label><input type="text"  size="4" name="offset_horz" id="offset_horz" value="<!-- TMPL_VAR NAME="offset_horz" -->" />
37 </li>
38 <li>
39     <label for="offset_vert">Vertical: </label><input type="text" size="4" name="offset_vert" id="offset_vert" value="<!-- TMPL_VAR NAME="offset_vert" -->" />
40 </li>
41 <li>
42     <label><h4>Creep:</h4></label>
43 </li>
44 <li>
45     <label for="creep_horz">Horizontal: </label><input type="text"  size="4" name="creep_horz" id="creep_horz" value="<!-- TMPL_VAR NAME="creep_horz" -->" />
46 </li>
47 <li>
48     <label for="creep_vert">Vertical: </label><input type="text" size="4" name="creep_vert" id="creep_vert" value="<!-- TMPL_VAR NAME="creep_vert" -->" />
49 </li>
50 <li><label for="unit">Units: </label><select id="unit" name="unit">
51     <!-- TMPL_LOOP NAME="units" -->
52         <!-- TMPL_IF NAME="selected" -->
53             <option value="<!-- TMPL_VAR NAME="unit" -->" selected="selected">
54         <!-- TMPL_ELSE -->
55             <option value="<!-- TMPL_VAR NAME="unit" -->">
56         <!-- /TMPL_IF --><!-- TMPL_VAR NAME="desc" --></option>
57     <!-- /TMPL_LOOP -->
58 </select>
59 </li>
60 <input type="hidden" name="prof_id" value="<!-- TMPL_VAR NAME="prof_id" -->" />
61 </ol>
62 </fieldset>
63 <fieldset class="action">
64         <input type="submit" name ="op" value="Save" /> <input type="submit" name="op" value="Cancel" />
65 </fieldset></div>
66 </div>
67 </div></form>
68
69 </div>
70 <div class="yui-b">
71 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
72 </div>
73 </div>
74 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->