Modifying Label Creation to handle no Printer Profile existence case.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-create-template.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &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/labels/label-home.pl">Labels</a> &rsaquo; Create Label Template</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
16 <form name="input" action="/cgi-bin/koha/labels/label-create-template.pl" method="get">
17
18 <fieldset class="rows">
19 <legend>Create Label Template</legend>
20
21 <ol>
22
23 <li><label for="tmpl_code">Template Code:</label> <input type="text"  size="40" name="tmpl_code" id="tmpl_code" /></li>
24 <li><label for="tmpl_desc">Template Description:</label> <textarea cols="40" rows="3" name="tmpl_desc" id="tmpl_desc"></textarea></li>
25
26 <li><label for="units">Units: </label><select id="units" name="units">
27     <!-- TMPL_LOOP NAME="units" -->
28         <option value="<!-- TMPL_VAR NAME="unit" -->"><!-- TMPL_VAR NAME="desc" --></option>
29     <!-- /TMPL_LOOP -->
30 </select></li>
31 <li>
32         <label for="page_width">Page Width:</label><input type="text"  size="2" name="page_width" id="page_width" />
33 </li>
34 <li>
35         <label for="page_height">Page Height:</label><input type="text" size="2" name="page_height" id="page_height" />
36 </li>
37 <li>
38         <label for="label_width">Label Width:</label><input type="text"  size="2" name="label_width" id="label_width" />
39 </li>
40 <li>
41         <label for="label_height">Label Height:</label><input type="text" size="2" name="label_height" id="label_height" />
42 </li>
43 <li>
44         <label for="topmargin">Top Page Margin:</label><input type="text" size="2" name="topmargin" id="topmargin" />
45 </li>
46 <li>
47         <label for="leftmargin">Left Page Margin:</label><input type="text" size="2" name="leftmargin" id="leftmargin" />
48 </li>
49 <li>
50         <label for="cols">Number of Columns:</label><input type="text" size="2" name="cols" id="cols" />
51 </li>
52 <li>
53         <label for="rows">Number of Rows:</label><input type="text" size="2" name="rows" id="rows" />
54 </li>
55 <li>
56         <label for="colgap">Gap between Columns:</label><input type="text" size="2" name="colgap" id="colgap" />
57 </li>
58 <li>
59         <label for="rowgap">Gap between Rows:</label><input type="text" size="2" name="rowgap" id="rowgap" />
60 </li>
61
62 <li class="radio"><label for="fontsize">Font Size:</label> <input type="textbox" id="fontsize" name="fontsize"  size="1" value="" /></li>
63 <li class="radio"><label for="active">Active: </label><input type="checkbox" id="active" name="active" /></li>
64 </ol>
65 </fieldset>
66         <input type="hidden" name="op" value="create" />
67         <input type="submit" value="Save" />
68         <input type="reset" value="Reset" />
69 </form>
70
71 </div>
72 </div>
73 <div class="yui-b">
74 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
75 </div>
76 </div>
77 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->