Markup corrections and other minor changes.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-edit-profile.tmpl
1     <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->i
2     <title>Koha &rsaquo; Tools &rsaquo; Labels</title>
3     <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6     <!-- TMPL_INCLUDE NAME="header.inc" -->
7     <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
8     <div id="breadcrumbs">
9         <a href="/cgi-bin/koha/mainpage.pl">Home</a>&rsaquo;
10         <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
11         <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a>&rsaquo;
12         <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Printer Profiles</a>&rsaquo;
13         Edit Printer Profile
14     </div>
15     <div id="doc3" class="yui-t2">
16         <div id="bd">
17             <div id="yui-main">
18                 <div class="yui-b">
19                     <form name="input" action="/cgi-bin/koha/labels/label-edit-profile.pl" method="get">
20                         <div class="yui-g">
21                             <h3>Edit Printer Profile</h3>
22                                 <div class="yui-g first">
23                                     <fieldset class="rows"><legend>Profile Settings</legend>
24                                         <ol>
25                                             <li>
26                                                 <label for="printer_name">Printer Name:</label>
27                                                 <!-- TMPL_IF NAME="profile_id" -->
28                                                  <!-- TMPL_VAR NAME="printer_name" -->
29                                                 <!-- TMPL_ELSE -->
30                                                 <input type="text"  size="20" name="printer_name" id="printer_name" />
31                                                 <!-- /TMPL_IF -->
32                                             </li>
33                                             <li>
34                                                 <label for="paper_bin">Paper Bin:</label>
35                                                 <!-- TMPL_IF NAME="profile_id" -->
36                                                 <!-- TMPL_VAR NAME="paper_bin" -->
37                                                 <!-- TMPL_ELSE -->
38                                                 <input type="text"  size="20" name="paper_bin" id="paper_bin" />
39                                                 <!-- /TMPL_IF -->
40                                             </li>
41                                             <li>
42                                                 <label for="template_name">Template Name:</label>
43                                                 <!-- TMPL_IF NAME="label_template" -->
44                                                  <!-- TMPL_VAR NAME="label_template" -->
45                                                 <!-- TMPL_ELSE -->
46                                                  Profile Unassigned
47                                                 <!-- /TMPL_IF -->
48                                             </li>
49                                             </li>
50                                             <li>
51                                                 <label><h4>Offset:</h4></label>
52                                             </li>
53                                             <li>
54                                                 <label for="offset_horz">Horizontal: </label><input type="text"  size="4" name="offset_horz" id="offset_horz" value="<!-- TMPL_VAR NAME="offset_horz" -->" />
55                                             </li>
56                                             <li>
57                                                 <label for="offset_vert">Vertical: </label><input type="text" size="4" name="offset_vert" id="offset_vert" value="<!-- TMPL_VAR NAME="offset_vert" -->" />
58                                             </li>
59                                             <li>
60                                                 <label><h4>Creep:</h4></label>
61                                             </li>
62                                             <li>
63                                                 <label for="creep_horz">Horizontal: </label><input type="text"  size="4" name="creep_horz" id="creep_horz" value="<!-- TMPL_VAR NAME="creep_horz" -->" />
64                                             </li>
65                                             <li>
66                                                 <label for="creep_vert">Vertical: </label><input type="text" size="4" name="creep_vert" id="creep_vert" value="<!-- TMPL_VAR NAME="creep_vert" -->" />
67                                             </li>
68                                             <li>
69                                                 <label for="units">Units: </label>
70                                                 <select id="units" name="units">
71                                                     <!-- TMPL_LOOP NAME="units" -->
72                                                     <!-- TMPL_IF NAME="selected" -->
73                                                     <option value="<!-- TMPL_VAR NAME="type" -->" selected="selected">
74                                                     <!-- TMPL_ELSE -->
75                                                     <option value="<!-- TMPL_VAR NAME="type" -->">
76                                                     <!-- /TMPL_IF -->
77                                                     <!-- TMPL_VAR NAME="desc" -->
78                                                     </option>
79                                                     <!-- /TMPL_LOOP -->
80                                                 </select>
81                                             </li>
82                                         </ol>
83                                     </fieldset>
84                                     <fieldset class="action">
85                                         <span class="yui-button yui-link-button"><span class="first-child"><input type="submit" value="Save" /></span></span>
86                                         <span class="yui-button yui-link-button"><span class="first-child"><input type="button" value="Cancel" onclick="window.location='/cgi-bin/koha/labels/label-manage.pl?label_element=profile';" /></span></span>
87                                         <input type="hidden" name="op" value="save" />
88                                         <input type="hidden" name="profile_id" value="<!-- TMPL_VAR NAME="profile_id" -->" />
89                                     </fieldset>
90                                 </div>
91                             </div>
92                         </div>
93                     </form>
94                 </div>
95                 <div class="yui-b">
96                     <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
97                 </div>
98             </div>
99             <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->