Skip to content

Commit

Permalink
Initial conversion work
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Feb 24, 2023
1 parent f9bccb8 commit 99e04b3
Show file tree
Hide file tree
Showing 14 changed files with 280 additions and 628 deletions.
2 changes: 1 addition & 1 deletion View/CoGrouperLites/display.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* @link http://www.internet2.edu/comanage COmanage Project
* @package registry
* @since COmanage Registry v3.2.0
* @since COmanage Registry v4.1.1
* @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/

Expand Down
19 changes: 14 additions & 5 deletions View/GrouperGroups/base.ctp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@


<?php

echo $this->Html->meta(
array('http-equiv' => 'Cache-Control', 'content' => 'no-cache, no-store, must-revalidate'),
null,
Expand All @@ -14,24 +17,30 @@ echo $this->Html->meta(
null,
array('inline' => false)
);
?>
<?php

print $this->element('GrouperLite.base-styles');
print $this->Html->css('GrouperLite.co-grouper-plugin') . "\n ";
print $this->Html->script('vue/vue-3.2.31.global.prod.js');

?>
<!-- Load JavaScript -->
<?php /* only JQuery here - other scripts at bottom */
print $this->Html->script('GrouperLite.typeahead.bundle.js') . "\n ";


<?php
$this->Html->addCrumb(_txt('pl.grouperlite.crumb.root'), array('controller' => 'grouper_groups', 'action' => 'groupmember'), array('prepend' => true));
?>



<!-- Load JavaScript -->


<div id="grouper-plugin" class="grouper pt-2">
<div class="d-flex align-items-center mb-4">
<?php print $this->Html->image('GrouperLite.Grouper.jpg', array('class' => 'img-fluid mr-2', 'style' => 'height: 50px')); ?>
<h1 class="h2"><?php echo $title; ?></h1>
<!--<div class="ml-auto"><a href="#">Why Grouper?</a></div>-->
</div>

<?php echo $this->fetch('content'); ?>
</div>

Expand Down
70 changes: 0 additions & 70 deletions View/GrouperGroups/emaillistinfo.ctp

This file was deleted.

57 changes: 0 additions & 57 deletions View/GrouperGroups/emaillistsmanage.ctp

This file was deleted.

47 changes: 0 additions & 47 deletions View/GrouperGroups/emaillistsmember.ctp

This file was deleted.

44 changes: 0 additions & 44 deletions View/GrouperGroups/emaillistsoptin.ctp

This file was deleted.

35 changes: 0 additions & 35 deletions View/GrouperGroups/groupcreate.ctp

This file was deleted.

30 changes: 0 additions & 30 deletions View/GrouperGroups/groupcreatetemplate.ctp

This file was deleted.

Loading

0 comments on commit 99e04b3

Please sign in to comment.