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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-2 / +1 lines)
Lines 6-12 Link Here
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Catalog &rsaquo; Stock rotation details for [% biblio.title | html %]</title>
7
<title>Koha &rsaquo; Catalog &rsaquo; Stock rotation details for [% biblio.title | html %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'browser-strings.inc' %]
10
</head>
9
</head>
11
<body id="catalog_stockrotation" class="catalog">
10
<body id="catalog_stockrotation" class="catalog">
12
[% USE KohaDates %]
11
[% USE KohaDates %]
Lines 166-171 Link Here
166
</div>
165
</div>
167
166
168
[% MACRO jsinclude BLOCK %]
167
[% MACRO jsinclude BLOCK %]
168
    [% INCLUDE 'browser-strings.inc' %]
169
    [% Asset.js("js/browser.js") | $raw %]
169
    [% Asset.js("js/browser.js") | $raw %]
170
    <script type="text/javascript">
170
    <script type="text/javascript">
171
        var browser = KOHA.browser('[% searchid | html %]', parseInt('[% biblionumber | html %]', 10));
171
        var browser = KOHA.browser('[% searchid | html %]', parseInt('[% biblionumber | html %]', 10));
172
- 

Return to bug 21553