More changes to enable YUI-Grids CSS layout
[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="header.inc" -->
4 <!-- TMPL_INCLUDE NAME="menu-labels.inc" -->
5
6 <div id="doc3" class="yui-t2">
7    
8    <div id="bd">
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11
12 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
13
14 <!-- TMPL_IF NAME="layout_loop" -->
15 <h2>Select a Current Layout</h2>
16 <form name="input" action="/cgi-bin/koha/labels/label-manager.pl" method="get">
17 <table>
18 <tr>
19         <th>Layout</th>
20         <th>Barcode Type</th>
21         <th>Print Type</th>
22         <th>Fields to Print</th>
23         <th>Edit</th>
24         <th>Delete</th>
25         <th>Active</th>
26 </tr>
27 <!-- TMPL_LOOP NAME="layout_loop" -->
28 <tr>
29           <td><!-- TMPL_VAR NAME="layoutname" -->  </td>
30        <td>    <!-- TMPL_VAR NAME="barcodetype" -->    </td>
31        <td>   <!-- TMPL_VAR NAME="printingtype" -->    </td>
32
33        <td>
34                 <!-- TMPL_VAR NAME="fieldlist" -->
35         </td>
36
37        <td>
38                 <a href="/cgi-bin/koha/labels/label-edit-layout.pl?layout_id=<!-- TMPL_VAR NAME="id" -->">Edit</a>
39         </td>
40         <td>
41                 <a href="/cgi-bin/koha/label-home.pl?op=delete_layout&layout_id=<!-- TMPL_VAR NAME="id"-->">Delete</a>
42         </td>
43 <td>
44 <input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->"  
45                 <!-- TMPL_IF NAME="active" -->
46  checked
47                 <!-- /TMPL_IF -->
48  >
49         </td>
50 </tr>
51
52 <!-- /TMPL_LOOP -->
53 <tr><td colspan="7" align="right">
54      <input type="submit" value="Set Active Layout">
55         <input type="hidden" name=op value="set_active_layout">
56 </table>
57 </form>
58 <!-- /TMPL_IF -->
59 <p><a href="/cgi-bin/koha/labels/label-create-layout.pl">Create New Layout</a></p>
60
61 </div>
62 </div>
63 </div>
64
65 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
66 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->