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 |
- |
|
|