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

Return to bug 20100