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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-1 / +7 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Tools &rsaquo; Rotating collections &rsaquo; Add/Remove items</title>
2
<title>Koha &rsaquo; Tools &rsaquo; Rotating collections &rsaquo; Add/Remove items</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript">
5
    //<![CDATA[
6
        $( document ).ready(function() {
7
            $("#barcode").focus();
8
        });
9
    //]]>
10
</script>
4
</head>
11
</head>
5
<body>
12
<body>
6
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' %]
7
- 

Return to bug 8836