Skip to content

Commit

Permalink
Fixed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jul 7, 2021
1 parent a554711 commit 1db882d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions View/GrouperGroups/groupowner.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ $numColumns = count($columns);
<p class="h6 fw-bold m-0">Ad-hoc groups</>
</td>
</tr>
<?php if (count($groupsowners) < 1) : ?>
<tr>
<td colspan="<?php echo $numColumns; ?>">
You are not a manager of any ad-hoc groups.
</td>
</tr>
<?php endif; ?>
<?php foreach ($groupsowners as $group) : ?>
<tr>
<td class="pl-3"><a href="<?php echo $this->Html->url(
Expand All @@ -54,10 +61,10 @@ $numColumns = count($columns);
<?php echo _txt('pl.grouperlite.action.edit-group'); ?> &nbsp;
<i class="fa fa-pencil fa-sm"></i>
</button>
<button class="btn btn-grouper btn btn-danger btn btn-block ml-1 mt-0" disabled>
<?php /*<button class="btn btn-grouper btn btn-danger btn btn-block ml-1 mt-0" disabled>
<?php echo _txt('pl.grouperlite.action.disable-group'); ?> &nbsp;
<i class="fa fa-ban fa-sm"></i>
</button>
</button>*/ ?>
</span>
</td>
</tr>
Expand Down Expand Up @@ -89,10 +96,10 @@ $numColumns = count($columns);
<?php echo _txt('pl.grouperlite.action.edit-group'); ?> &nbsp;
<i class="fa fa-pencil fa-sm"></i>
</button>
<button class="btn btn-grouper btn btn-danger btn btn-block ml-1 mt-0" disabled>
<?php /*echo <button class="btn btn-grouper btn btn-danger btn btn-block ml-1 mt-0" disabled>
<?php echo _txt('pl.grouperlite.action.disable-group'); ?> &nbsp;
<i class="fa fa-ban fa-sm"></i>
</button>
</button>*/ ?>
</span>
</td>
</tr>
Expand Down

0 comments on commit 1db882d

Please sign in to comment.