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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-4 / +7 lines)
Lines 3-8 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE TablesSettings %]
5
[% USE TablesSettings %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Cataloging &rsaquo; [% title | html %] [% IF ( author ) %] by [% author | html %][% END %] (Record #[% biblionumber | html %]) &rsaquo; Items</title>
8
<title>Koha &rsaquo; Cataloging &rsaquo; [% title | html %] [% IF ( author ) %] by [% author | html %][% END %] (Record #[% biblionumber | html %]) &rsaquo; Items</title>
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
Lines 19-27 Link Here
19
[% INCLUDE 'calendar.inc' %]
20
[% INCLUDE 'calendar.inc' %]
20
[% INCLUDE 'str/cataloging_additem.inc' %]
21
[% INCLUDE 'str/cataloging_additem.inc' %]
21
[% Asset.js("js/cataloging_additem.js") | $raw %]
22
[% Asset.js("js/cataloging_additem.js") | $raw %]
22
<script>
23
  var has_volumes = [% volumes.count %];
24
</script>
25
</head>
23
</head>
26
24
27
<body id="cat_additem" class="cat">
25
<body id="cat_additem" class="cat">
Lines 312-315 Link Here
312
        </div> <!-- /.col-sm-12 -->
310
        </div> <!-- /.col-sm-12 -->
313
    </div> <!-- /.row -->
311
    </div> <!-- /.row -->
314
312
313
[% MACRO jsinclude BLOCK %]
314
    <script>
315
      var has_volumes = [% volumes.count | html %];
316
    </script>
317
[% END %]
318
315
[% INCLUDE 'intranet-bottom.inc' %]
319
[% INCLUDE 'intranet-bottom.inc' %]
316
- 

Return to bug 24857