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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt (-1 / +6 lines)
Lines 48-53 Link Here
48
            }
48
            }
49
        });
49
        });
50
50
51
        [% IF disable_superlibrarian_privs %]
52
            $("input#flag-0").attr("disabled", true);
53
            $("form").submit(function(e) {
54
                $("input#flag-0").removeAttr("disabled");
55
            });
56
        [% END %]
51
    });
57
    });
52
58
53
    // manage checking/unchecking parent permissions
59
    // manage checking/unchecking parent permissions
54
- 

Return to bug 20100