Skip to content

Commit

Permalink
removed buttons from work groups
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 3, 2022
1 parent cdc28ea commit 0e0c76e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions View/GrouperGroups/groupmember.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,9 @@ $collapsed = $config['defaultCollapse'] === 'collapsed' ? true : false;
</span>
</button>
</td>
<td>
<td colspan="2">
<?php echo $wggroup['workingDesc'] ?? " "; ?>
</td>
<td>
<span class="d-flex flex-row justify-content-center align-items-center">
<?php echo $wggroup['optOut'] ? $this->element('GrouperLite.Components/optAction', array(
'member' => $wggroup['optOut'],
'action' => 'leavegroup',
'group' => $wggroup['workingGroupId'],
'idx' => $key
)) : ''; ?>
<button class="btn btn-grouper btn-block btn-primary btn-sm m-1 text-nowrap members-btn" data-id="<?php echo $wggroup['workingGroupId']; ?>">
<?php echo _txt('pl.grouperlite.action.members'); ?> <em class="material-icons mt-0" aria-hidden="true">group</em>
</button>
</span>
</td>
</tr>
<?php foreach ($wggroup['Groups'] as $key => $group) : ?>
<tr class="<?php echo $collapsed ? 'collapse' : 'show'; ?> collapse-wg-working-group collapse-wg-<?php echo $wggroup['WGName']; ?>" id="collapse-wg-<?php echo $wggroup['WGName'] . '-' . $key; ?>">
Expand Down

0 comments on commit 0e0c76e

Please sign in to comment.