diff --git a/View/GrouperGroups/groupmember.ctp b/View/GrouperGroups/groupmember.ctp index 1f2077a..00396cd 100644 --- a/View/GrouperGroups/groupmember.ctp +++ b/View/GrouperGroups/groupmember.ctp @@ -67,16 +67,17 @@ $numColumns = count($columns); 'group' => $group['name'], 'idx' => $key )) : ''; ?> - + - + @@ -115,8 +116,7 @@ $numColumns = count($columns); 'group' => $wggroup['workingGroupId'], 'idx' => $key )) : ''; ?> - + diff --git a/View/GrouperGroups/groupowner.ctp b/View/GrouperGroups/groupowner.ctp index 3a7d62e..9b1f66f 100644 --- a/View/GrouperGroups/groupowner.ctp +++ b/View/GrouperGroups/groupowner.ctp @@ -63,15 +63,34 @@ $numColumns = count($columns); - - + + - - - - */ ?> + element('GrouperLite.Components/optAction', array( + 'member' => $group['optOut'], + 'action' => 'leavegroup', + 'group' => $group['name'], + 'idx' => $key + )) : ''; ?> + + + + + + + + + + @@ -106,15 +125,32 @@ $numColumns = count($columns); - - + + - - - - */ ?> + element('GrouperLite.Components/optAction', array( + 'member' => $group['optOut'], + 'action' => 'leavegroup', + 'group' => $group['name'], + 'idx' => $key + )) : ''; ?> + + + + + + + + @@ -134,4 +170,5 @@ $numColumns = count($columns); - \ No newline at end of file + +element('Components/subscriberList'); ?> \ No newline at end of file