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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-7 / +2 lines)
Lines 10-21 Link Here
10
    });
10
    });
11
	 $(document).ready(function() {
11
	 $(document).ready(function() {
12
           var $tabs = $('#addbibliotabs').tabs();
12
           var $tabs = $('#addbibliotabs').tabs();
13
           $( "ul.sortable_field", $tabs ).sortable({
13
           $( "ul.sortable_field", $tabs ).sortable().disableSelection();
14
             placeholder: "ui-state-highlight",
14
           $( "ul.sortable_subfield", $tabs ).sortable().disableSelection();
15
           }).disableSelection();
16
           $( "ul.sortable_subfield", $tabs ).sortable({
17
             placeholder: "ui-state-highlight",
18
           }).disableSelection();
19
15
20
		/* check cookie to hide/show marcdocs*/
16
		/* check cookie to hide/show marcdocs*/
21
		if($.cookie("marcdocs_[% borrowernumber %]") == 'false'){
17
		if($.cookie("marcdocs_[% borrowernumber %]") == 'false'){
22
- 

Return to bug 7882