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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-4 / +3 lines)
Lines 936-944 Link Here
936
936
937
        $(document).ready(function() {
937
        $(document).ready(function() {
938
            $('#bibliodetails').tabs();
938
            $('#bibliodetails').tabs();
939
            [% IF count == 0 %]
939
        [% IF count == 0 and ( Koha.Preference('HTML5MediaEnabled') == 'staff' or Koha.Preference('HTML5MediaEnabled') == 'both' ) %]
940
                $('#bibliodetails').tabs("option", "active", 3);
940
            $('#bibliodetails').tabs("option", "active", 3);
941
            [% END %]
941
        [% END %]
942
            $('#search-form').focus();
942
            $('#search-form').focus();
943
            $('.thumbnails > li > .remove').click(function() {
943
            $('.thumbnails > li > .remove').click(function() {
944
                var result = confirm(_("Are you sure you want to delete this cover image?"));
944
                var result = confirm(_("Are you sure you want to delete this cover image?"));
945
- 

Return to bug 23246