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 18-26 Link Here
18
[% INCLUDE 'calendar.inc' %]
19
[% INCLUDE 'calendar.inc' %]
19
[% INCLUDE 'str/cataloging_additem.inc' %]
20
[% INCLUDE 'str/cataloging_additem.inc' %]
20
[% Asset.js("js/cataloging_additem.js") | $raw %]
21
[% Asset.js("js/cataloging_additem.js") | $raw %]
21
<script>
22
  var has_volumes = [% volumes.count %];
23
</script>
24
</head>
22
</head>
25
23
26
<body id="cat_additem" class="cat">
24
<body id="cat_additem" class="cat">
Lines 311-314 Link Here
311
        </div> <!-- /.col-sm-12 -->
309
        </div> <!-- /.col-sm-12 -->
312
    </div> <!-- /.row -->
310
    </div> <!-- /.row -->
313
311
312
[% MACRO jsinclude BLOCK %]
313
    <script>
314
      var has_volumes = [% volumes.count | html %];
315
    </script>
316
[% END %]
317
314
[% INCLUDE 'intranet-bottom.inc' %]
318
[% INCLUDE 'intranet-bottom.inc' %]
315
- 

Return to bug 24857