[27/40] Fixing up the labels batches toolbar functionality.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-edit-batch.tmpl
1     <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2     <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage Label Batches</title>
3     <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4     <!-- TMPL_INCLUDE NAME="greybox.inc" -->
5 </head>
6 <body>
7     <!-- TMPL_INCLUDE NAME="header.inc" -->
8     <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
9     <div id="breadcrumbs">
10         <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; 
11         <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
12         <a href="/cgi-bin/koha/labels/labels-home.pl">Labels</a> &rsaquo;
13         Manage Batch Number <!-- TMPL_VAR NAME="batch_id" -->
14     </div>
15     <div id="doc3" class="yui-t2">
16         <div id="bd">
17             <div id="yui-main">
18                 <div class="yui-b">
19                     <!-- TMPL_INCLUDE NAME="labels-batches-toolbar.inc" -->
20                     <div class="yui-g">
21                         <div class="yui-u first" id="manage-label-batches">
22                             <div class="hint">Current Branch: <!-- TMPL_VAR NAME="LoginBranchname" --></div>
23                                 <form name="items" class="checkboxed">
24                                     <h2>Items in batch number <!-- TMPL_VAR NAME="batch_id" --></h2>
25                                     <table>
26                                         <!-- TMPL_LOOP NAME="table_loop" -->
27                                         <!-- TMPL_IF NAME="header_fields" -->
28                                         <tr>
29                                         <!-- TMPL_LOOP NAME="header_fields" -->
30                                             <th><!-- TMPL_VAR NAME="field_label" --></th>
31                                         <!-- /TMPL_LOOP -->
32                                         </tr>
33                                         <!-- TMPL_ELSE -->
34                                         <tr>
35                                         <!-- TMPL_LOOP NAME="text_fields" -->
36                                         <!-- TMPL_IF NAME="select_field" -->
37                                             <td align="center"><input type="checkbox" name="action" value="<!-- TMPL_VAR NAME="field_value" -->"></td>
38                                         <!-- TMPL_ELSE -->
39                                             <td><!-- TMPL_VAR NAME="field_value" --></td>
40                                         <!-- /TMPL_IF -->
41                                         <!-- /TMPL_LOOP -->
42                                         </tr>
43                                         <!-- /TMPL_IF -->
44                                         <!-- /TMPL_LOOP -->
45                                     </table>
46                                 </form>
47                             </div>
48                             <!-- TMPL_IF NAME="err" -->
49                             <div class="yui-u">
50                                 <div class="alert">
51                                     <strong>WARNING: An error was encountered and <!-- TMPL_VAR NAME="errstr" --> Please have your system administrator check the syslog for details.</strong>
52                                 </div>
53                             </div>
54                             <!-- TMPL_ELSIF NAME="duplicate_message" -->
55                             <div class="yui-u">
56                                 <div class="dialog">
57                                     <strong><!-- TMPL_VAR NAME="duplicate_count" --> duplicate item(s) found and removed from batch <!-- TMPL_VAR NAME="batch_id" -->.</strong>
58                                 </div>
59                             </div>
60                             <!-- /TMPL_IF -->
61                         </div>
62                     </div>
63                 </div>
64                 <div class="yui-b">
65                     <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
66                 </div>
67             </div>
68         </div>
69     <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->