Skip to content

Commit

Permalink
Fixed modal
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 27, 2021
1 parent 763d84a commit be89637
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions View/GrouperGroups/groupmember.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,20 @@ $numColumns = count($columns);
data-id="<?php echo $wggroup['WGName']; ?>">
<?php echo _txt('pl.grouperlite.action.members'); ?> <i class="fa fa-group"></i>
</button>
<!-- --><?php //if ($isuserowner === 'T') : ?>
<!-- --><?php
// $baseUrl = $grouperbaseurl;
// $path = '/grouper/grouperUi/app/UiV2Main.index';
// $groupOperation = '?operation=UiV2Group.viewGroup&groupId=';
// $groupUrlBase = $baseUrl . $path . $groupOperation;
// $attrOperation = '?operation=UiV2AttributeDefName.viewAttributeDefName&attributeDefNameId=';
// $attrUrlBase = $baseUrl . $path . $attrOperation;
// ?>
<!-- <a href="--><?php //echo $groupUrlBase . $groupergroupsdetail['uuid']; ?><!--" class="btn btn-grouper btn-block btn-sm btn-success mt-0 text-nowrap" target="_blank" role="button">-->
<!-- --><?php //echo _txt('pl.grouperlite.action.grouper'); ?><!-- &nbsp;-->
<!-- <i class="fa fa-external-link"></i>-->
<!-- </a>-->
<!-- --><?php //endif ?>
<?php if ($isuserowner === 'T') : ?>
<?php
$baseUrl = $grouperbaseurl;
$path = '/grouper/grouperUi/app/UiV2Main.index';
$groupOperation = '?operation=UiV2Group.viewGroup&groupId=';
$groupUrlBase = $baseUrl . $path . $groupOperation;
$attrOperation = '?operation=UiV2AttributeDefName.viewAttributeDefName&attributeDefNameId=';
$attrUrlBase = $baseUrl . $path . $attrOperation;
?>
<a href="<?php echo $groupUrlBase . $wggroup['workingGroupId']; ?>" class="btn btn-grouper btn-block btn-sm btn-success mt-0 text-nowrap" target="_blank" role="button">
<?php echo _txt('pl.grouperlite.action.grouper'); ?> &nbsp;
<i class="fa fa-external-link"></i>
</a>
<?php endif ?>
</span>
</td>
</tr>
Expand Down

0 comments on commit be89637

Please sign in to comment.