View | Details | Raw Unified | Return to bug 40366
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-1 lines)
Lines 229-235 Link Here
229
    <input type="hidden" name="batch_id" value="[% batch_id | html %]" />
229
    <input type="hidden" name="batch_id" value="[% batch_id | html %]" />
230
</form>
230
</form>
231
[% MACRO jsinclude BLOCK %]
231
[% MACRO jsinclude BLOCK %]
232
    [% INCLUDE 'greybox.inc' %]
233
    [% INCLUDE 'datatables.inc' %]
232
    [% INCLUDE 'datatables.inc' %]
234
    [% Asset.js("js/labels-menu.js") | $raw %]
233
    [% Asset.js("js/labels-menu.js") | $raw %]
235
    <script>
234
    <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt (-1 lines)
Lines 10-16 Link Here
10
    [% END %]</title
10
    [% END %]</title
11
>
11
>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'greybox.inc' %]
14
</head>
13
</head>
15
<body id="labels_label-home" class="tools labels">
14
<body id="labels_label-home" class="tools labels">
16
[% WRAPPER 'header.inc' %]
15
[% WRAPPER 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-2 lines)
Lines 156-162 Link Here
156
[% END %]
156
[% END %]
157
157
158
[% MACRO jsinclude BLOCK %]
158
[% MACRO jsinclude BLOCK %]
159
    [% INCLUDE 'greybox.inc' %]
160
    [% INCLUDE 'datatables.inc' %]
159
    [% INCLUDE 'datatables.inc' %]
161
    <script>
160
    <script>
162
        function Xport() {
161
        function Xport() {
163
- 

Return to bug 40366