042687e942b712d3016d7c20cce1362efdbe2274
[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 <!-- TMPL_INCLUDE NAME="menus.inc" -->
4 <!-- TMPL_INCLUDE NAME="menu-labels.inc" -->
5
6 <div id="main">
7 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
8
9 <!-- TMPL_IF NAME="resultsloop" -->
10 <h2>Templates</h2>
11 <form name="input" action="/cgi-bin/koha/labels/label-templates.pl" method="get">
12 <table>
13 <tr>
14         <th>Template Code</th>
15         <th>Description</th>
16         <th>Edit</th>
17         <th>Delete</th>
18         <th>Active</th>
19 </tr>
20 <!-- TMPL_LOOP NAME="resultsloop" -->
21 <tr>
22         <td>
23                 <!-- TMPL_VAR NAME="tmpl_code" -->
24         </td>
25         <td>
26                 <!-- TMPL_VAR NAME="tmpl_desc" -->
27         </td>
28                 <td>
29                                 <a href="/cgi-bin/koha/labels/label-edit-template.pl?tmpl_id=<!-- TMPL_VAR NAME="tmpl_id" -->">Edit</a>
30         </td>
31                 <td>
32                                 <a href="/cgi-bin/koha/labels/label-templates.pl?op=delete&tmpl_id=<!-- TMPL_VAR NAME="tmpl_id" -->">Delete</a>
33         </td>
34                   <td>
35 <input type="radio" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->"  
36                 <!-- TMPL_IF NAME="active" -->
37  checked
38                 <!-- /TMPL_IF -->
39  >
40
41         </td>
42 </tr>
43 <!-- /TMPL_LOOP -->
44  <tr><td colspan="5" align="right">
45  <input class="button" type="submit" value="Set Active Template">
46         <input type="hidden" name=op value="set_active_template">
47 </td></tr>
48 </table>
49
50 </form>
51 <!-- /TMPL_IF -->
52
53 <br/>
54 <a href="/cgi-bin/koha/labels/label-create-template.pl?op=blank">Create New Label Template</a>
55 </div>
56
57 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->