Skip to content

Commit

Permalink
Removed email list navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Mar 8, 2022
1 parent 8f25ede commit 7ae003d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions View/CoGrouperLites/display.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ echo $this->element('GrouperLite.base-styles');

<div class="container-fluid p-0 grouper">
<div class="row no-gutters">
<div class="col-12">
<div class="col-xl-6 col-lg-8 col-xs-12">
<div class="border rounded container ml-0 mr-auto">
<div class="row no-gutters py-2">
<div class="col-xs-12 col-lg-4">
<div class="col-xs-12 col-md-6">
<div class="p-4 h-100 d-flex flex-md-column justify-content-center flex-row align-items-center">
<?php print $this->Html->image('GrouperLite.grouper-logo.png', array('class' => 'logo-fluid')); ?>
</div>
</div>
<div class="col-xs-12 col-md-6 col-lg-4">
<div class="col-xs-12 col-md-6">
<h3 class="text-center mb-2 mt-2 h6"><i class="fa fa-users"></i>&nbsp; <?php echo _txt('pl.grouperlite.dashboard.heading.groups'); ?></h3>
<div class="px-4 d-flex flex-column justify-content-center align-items-center">
<a class="btn btn-primary btn-block text-nowrap" href="<?php print $this->Html->url(
Expand Down Expand Up @@ -87,6 +87,7 @@ echo $this->element('GrouperLite.base-styles');
</a>
</div>
</div>
<?php /*
<div class="col-xs-12 col-md-6 col-lg-4 border-left">
<h3 class="text-center mb-2 mt-2 h6"><i class="fa fa-envelope"></i>&nbsp; <?php echo _txt('pl.grouperlite.dashboard.heading.email-lists'); ?></h3>
<div class="px-4 d-flex flex-column justify-content-center align-items-center">
Expand Down Expand Up @@ -126,7 +127,7 @@ echo $this->element('GrouperLite.base-styles');
</a>
</div>
</div>
</div> */ ?>
</div>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions View/Elements/Components/navigation-groups.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
</a>
</div>
<?php } ?>
<?php /*
<div class="align-self-center ml-auto">
<?php
$gotoEmailListsUrl = $this->Html->url(
Expand All @@ -81,4 +82,5 @@
<i class="fa fa-envelope"></i>&nbsp; <?php echo _txt('pl.grouperlite.nav.emaillists'); ?>
</a>
</div>
*/ ?>
</nav>

0 comments on commit 7ae003d

Please sign in to comment.