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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +2 lines)
Lines 37-42 function verify_images() { Link Here
37
}
37
}
38
     $(document).ready(function() {
38
     $(document).ready(function() {
39
        $('#bibliodetails').tabs();
39
        $('#bibliodetails').tabs();
40
        $('#search-form').focus();
40
     });
41
     });
41
     [% IF ( AmazonEnabled ) %]$(window).load(function() {
42
     [% IF ( AmazonEnabled ) %]$(window).load(function() {
42
        verify_images();
43
        verify_images();
Lines 45-51 function verify_images() { Link Here
45
</script>
46
</script>
46
</head>
47
</head>
47
48
48
<body id="catalog_detail" class="catalog" onload="document.getElementById('search-form').focus();">
49
<body id="catalog_detail" class="catalog">
49
50
50
[% INCLUDE 'header.inc' %]
51
[% INCLUDE 'header.inc' %]
51
[% INCLUDE 'cat-search.inc' %]
52
[% INCLUDE 'cat-search.inc' %]
52
- 

Return to bug 8217