Finalizing work on Printer Profiles feature.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-templates.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; Label Templates </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 <!-- TMPL_INCLUDE NAME="tools-labels-toolbar.inc" -->
17 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
18
19 <!-- TMPL_IF NAME="resultsloop" -->
20 <h2>Templates</h2>
21 <form name="input" action="/cgi-bin/koha/labels/label-templates.pl" method="get">
22 <table>
23 <tr>
24         <th>Template Code</th>
25         <th>Description</th>
26         <th>Edit</th>
27         <th>Delete</th>
28         <th>Active</th>
29 </tr>
30 <!-- TMPL_LOOP NAME="resultsloop" -->
31 <tr>
32         <td>
33                 <!-- TMPL_VAR NAME="tmpl_code" -->
34         </td>
35         <td>
36                 <!-- TMPL_VAR NAME="tmpl_desc" -->
37         </td>
38                 <td>
39                                 <a href="/cgi-bin/koha/labels/label-edit-template.pl?tmpl_id=<!-- TMPL_VAR NAME="tmpl_id" -->">Edit</a>
40         </td>
41                 <td>
42                                 <a href="/cgi-bin/koha/labels/label-templates.pl?op=delete&amp;tmpl_id=<!-- TMPL_VAR NAME="tmpl_id" -->">Delete</a>
43         </td>
44                   <td>
45 <!-- TMPL_IF NAME="active" -->
46     <input type="radio" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->" checked="checked" />
47 <!-- TMPL_ELSE -->
48     <input type="radio" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->" />
49 <!-- /TMPL_IF -->
50
51         </td>
52 </tr>
53 <!-- /TMPL_LOOP -->
54  <tr><td colspan="5" align="right">
55  <input class="button" type="submit" value="Set Active Template" />
56         <input type="hidden" name="op" value="set_active_template" />
57 </td></tr>
58 </table>
59
60 </form>
61 <!-- /TMPL_IF -->
62
63
64 </div>
65 </div>
66 <div class="yui-b">
67 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
68 </div>
69 </div>
70 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->