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

Return to bug 24857