Ignore:
Timestamp:
May 6, 2013, 8:34:56 PM (11 years ago)
Author:
flop25
Message:

bug:2890

for "Manage Permissions" and "Manage the members", don't display the button "apply action" button and style as a button the links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/group_list.tpl

    r22368 r22516  
    3434    $("[id^=action_]").hide();
    3535    $("#action_"+$(this).prop("value")).show();
    36     if ($(this).val() != -1) {
     36    if ($(this).val() != -1 && $(this).val() !="manage_pemissions" && $(this).val() !="manage_members" ) {
    3737      $("#applyActionBlock").show();
    3838    }
Note: See TracChangeset for help on using the changeset viewer.