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 121-126 Link Here
121
                }
121
                }
122
            });
122
            });
123
123
124
            [% IF disable_superlibrarian_privs %]
125
                $("input#flag-0").attr("disabled", true);
126
                $("form").submit(function(e) {
127
                    $("input#flag-0").removeAttr("disabled");
128
                });
129
            [% END %]
124
        });
130
        });
125
131
126
        // manage checking/unchecking parent permissions
132
        // manage checking/unchecking parent permissions
127
- 

Return to bug 20100