diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 174d9a8dd..374ec3437 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -293,7 +293,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} #pwgMain {padding-left:0} -input[type="submit"], input[type="button"], input[type="reset"], a.bigButton { +.grp_action A, input[type="submit"], input[type="button"], input[type="reset"], a.bigButton { font-size:12px; font-weight:bold; letter-spacing:1px; @@ -307,7 +307,7 @@ input[type="submit"], input[type="button"], input[type="reset"], a.bigButton { margin-left:0; } -input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover { +.grp_action A:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover { cursor: pointer; background-color:#ff7700; color:white; diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl index c11b6369a..dd74e04ac 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -19,7 +19,7 @@ $(document).ready(function() { $("p[group_id="+$(this).attr("value")+"]").each(function () { $(this).toggle(); }); - + if (nbSelected<2) { $("#two_to_select").show(); $("#two_atleast").hide(); @@ -32,8 +32,8 @@ $(document).ready(function() { $("[id^=action_]").hide(); $("select[name=selectAction]").change(function () { $("[id^=action_]").hide(); - $("#action_"+$(this).attr("value")).show(); - if ($(this).val() != -1) { + $("#action_"+$(this).attr("value")).show(); + if ($(this).val() != -1 && $(this).val() !="manage_pemissions" && $(this).val() !="manage_members" ) { $("#applyActionBlock").show(); } else { @@ -59,13 +59,13 @@ $(document).ready(function() { - +