Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
1f99fbb3
Commit
1f99fbb3
authored
Apr 19, 2010
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#752508
by TR: Fixed admin/people/permissions displays disabled checkboxes wrong.
parent
cd6a08d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/user/user.permissions.js
modules/user/user.permissions.js
+2
-2
No files found.
modules/user/user.permissions.js
View file @
1f99fbb3
...
...
@@ -16,8 +16,8 @@ Drupal.behaviors.permissions = {
$
(
this
).
addClass
(
'
real-checkbox
'
);
$
(
'
<input type="checkbox" class="dummy-checkbox" disabled="disabled" checked="checked" />
'
)
.
attr
(
'
title
'
,
Drupal
.
t
(
"
This permission is inherited from the authenticated user role.
"
))
.
hide
(
)
.
insertAfter
(
this
);
.
insertAfter
(
this
)
.
hide
(
);
});
// Helper function toggles all dummy checkboxes based on the checkboxes'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment