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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt (-2 / +1 lines)
Lines 144-150 Link Here
144
            [% IF disable_superlibrarian_privs && patron.is_superlibrarian %]
144
            [% IF disable_superlibrarian_privs && patron.is_superlibrarian %]
145
                $("#CheckAllFlags,#UncheckAllFlags")
145
                $("#CheckAllFlags,#UncheckAllFlags")
146
                    .attr("disabled", true)
146
                    .attr("disabled", true)
147
                    .attr("title", _("The system preference ProtectSuperlibrarian is enabled"))
147
                    .attr("title", _("The system preference ProtectSuperlibrarianPrivileges is enabled"))
148
                    .on("click", function(e){e.preventDefault()});
148
                    .on("click", function(e){e.preventDefault()});
149
            [% ELSE %]
149
            [% ELSE %]
150
                $("#CheckAllFlags").on("click",function(){
150
                $("#CheckAllFlags").on("click",function(){
151
- 

Return to bug 34610