#752508 by TR: Fixed admin/people/permissions displays disabled checkboxes wrong.

merge-requests/26/head
Angie Byron 2010-04-19 21:17:16 +00:00
parent cd6a08d843
commit 1f99fbb356
1 changed files with 2 additions and 2 deletions

View File

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