Fix to make the template translatable, bug 1528, and fix for 1529
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-home.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="yui-toolbars.inc" -->
4 </head>
5 <body class="yui-skin-sam">
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels</div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17 <!-- TMPL_INCLUDE NAME="tools-labels-toolbar.inc" -->
18 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
19
20 <!-- TMPL_IF NAME="layout_loop" -->
21 <h2>Select a Current Layout</h2>
22 <form name="input" action="/cgi-bin/koha/labels/label-manager.pl" method="get">
23 <table>
24 <tr>
25         <th>Layout</th>
26         <th>Barcode Type</th>
27         <th>Print Type</th>
28         <th>Fields to Print</th>
29         <th>Edit</th>
30         <th>Delete</th>
31         <th>Active</th>
32 </tr>
33 <!-- TMPL_LOOP NAME="layout_loop" -->
34 <tr>
35           <td><!-- TMPL_VAR NAME="layoutname" -->  </td>
36        <td>    <!-- TMPL_VAR NAME="barcodetype" -->    </td>
37        <td>   <!-- TMPL_VAR NAME="printingtype" -->    </td>
38
39        <td>
40                 <!-- TMPL_VAR NAME="fieldlist" -->
41         </td>
42
43        <td>
44                 <a href="/cgi-bin/koha/labels/label-edit-layout.pl?layout_id=<!-- TMPL_VAR NAME="id" -->">Edit</a>
45         </td>
46         <td>
47                 <a href="/cgi-bin/koha/label-home.pl?op=delete_layout&layout_id=<!-- TMPL_VAR NAME="id"-->">Delete</a>
48         </td>
49 <td> <!-- TMPL_IF NAME="active" -->
50 <input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->" checked="checked" />
51 <!-- TMPL_ELSE -->
52 <input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->" />
53 <!-- /TMPL_IF -->
54         </td>
55 </tr>
56
57 <!-- /TMPL_LOOP -->
58 <tr><td colspan="7">
59      <input type="submit" value="Set Active Layout" />
60         <input type="hidden" name=op value="set_active_layout" />
61 </table>
62 </form>
63 <!-- /TMPL_IF -->
64
65 </div>
66 </div>
67 <div class="yui-b">
68 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
69 </div>
70 </div>
71 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->