Some markup corrections, breadcrumb improvement, and other minor changes.
[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 </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/tools/tools-home.pl">Tools</a> &rsaquo; Labels</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
18 <!-- TMPL_IF NAME="layout_loop" -->
19 <div class="yui-g">
20 <div class="yui-u first">
21 <form name="input" action="/cgi-bin/koha/labels/label-manager.pl" method="get">
22 <h2>Set Active Layout</h2>
23
24 <table>
25 <tr>
26         <th>Layout</th>
27         <th>Barcode Type</th>
28         <th>Print Type</th>
29         <th>Fields to Print</th>
30         <th>Edit</th>
31         <th>Delete</th>
32         <th>Active</th>
33 </tr>
34 <!-- TMPL_LOOP NAME="layout_loop" -->
35 <tr>
36           <td><!-- TMPL_VAR NAME="layoutname" -->  </td>
37        <td>    <!-- TMPL_VAR NAME="barcodetype" -->    </td>
38        <td>   <!-- TMPL_VAR NAME="printingtype" -->    </td>
39
40        <td>
41                 <!-- TMPL_VAR NAME="fieldlist" -->
42         </td>
43
44        <td>
45                 <a href="/cgi-bin/koha/labels/label-edit-layout.pl?layout_id=<!-- TMPL_VAR NAME="id" -->">Edit</a>
46         </td>
47         <td>
48                 <a href="/cgi-bin/koha/label-home.pl?op=delete_layout&amp;layout_id=<!-- TMPL_VAR NAME="id"-->">Delete</a>
49         </td>
50 <td> <!-- TMPL_IF NAME="active" -->
51 <input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->" checked="checked" />
52 <!-- TMPL_ELSE -->
53 <input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->" />
54 <!-- /TMPL_IF -->
55         </td>
56 </tr>
57 <!-- /TMPL_LOOP -->
58
59 </table>
60 <fieldset class="action">
61      <input type="submit" value="Save" />
62         <input type="hidden" name="op" value="set_active_layout" /></fieldset>
63 </form></div>
64 <div class="yui-u">
65 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
66 </div>
67 </div>
68 <!-- TMPL_ELSE -->
69 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
70 <!-- /TMPL_IF -->
71
72 </div>
73 </div>
74 <div class="yui-b">
75 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
76 </div>
77 </div>
78 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->