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>Items &rsaquo; [% title | html %] [% IF ( author ) %] by [% author | html %][% END %] (Record #[% biblionumber | html %]) &rsaquo; Cataloging &rsaquo; Koha</title>
8
<title>Items &rsaquo; [% title | html %] [% IF ( author ) %] by [% author | html %][% END %] (Record #[% biblionumber | html %]) &rsaquo; Cataloging &rsaquo; Koha</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 319-322 Link Here
319
        </div> <!-- /.col-sm-12 -->
317
        </div> <!-- /.col-sm-12 -->
320
    </div> <!-- /.row -->
318
    </div> <!-- /.row -->
321
319
320
[% MACRO jsinclude BLOCK %]
321
    <script>
322
      var has_volumes = [% volumes.count | html %];
323
    </script>
324
[% END %]
325
322
[% INCLUDE 'intranet-bottom.inc' %]
326
[% INCLUDE 'intranet-bottom.inc' %]
323
- 

Return to bug 24857