Html->image('GrouperLite.Grouper.jpg', array('class' => 'img-fluid mr-2', 'style' => 'height: 50px')); ?>
-
+
fetch('content'); ?>
diff --git a/View/GrouperGroups/emaillistsmanage.ctp b/View/GrouperGroups/emaillistsmanage.ctp
index 7080913..09793f6 100644
--- a/View/GrouperGroups/emaillistsmanage.ctp
+++ b/View/GrouperGroups/emaillistsmanage.ctp
@@ -2,53 +2,61 @@
Html->addCrumb(_txt('pl.grouperlite.title.emaillists-manage')); ?>
element('Components/navigation-emaillists', array('active' => 'emaillistsmanage', 'create' => true)); ?>
element('Components/search', array('active' => 'emaillistsmanaged')); ?>
-
-
-
-
- |
- |
- |
- |
- |
-
-
-
-
- Html->link(
- isset($group['name']) ? $group['domain'] . ':' . $group['name'] : "--",
- array(
- 'controller' => 'grouper_groups',
- 'action' => 'emaillistinfo',
- '?' => array('groupname' => urlencode($group['name']))
- )
- ) ?> |
- |
-
- (10) |
- (2) |
- (1)
- |
- |
-
-
-
-
-
- |
-
-
-
- element("pagination", array(
- 'goto' => false,
- 'limit' => true,
- 'numbers' => true,
- 'counter' => false
- )); ?>
-
\ No newline at end of file
+
+ 0) : ?>
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+ Html->link(
+ isset($group['name']) ? $group['domain'] . ':' . $group['name'] : "--",
+ array(
+ 'controller' => 'grouper_groups',
+ 'action' => 'emaillistinfo',
+ '?' => array('groupname' => urlencode($group['name']))
+ )
+ ) ?> |
+ |
+
+ (10) |
+ (2) |
+ (1)
+ |
+ |
+
+
+
+
+
+ |
+
+
+
+ element("pagination", array(
+ 'goto' => false,
+ 'limit' => true,
+ 'numbers' => true,
+ 'counter' => false
+ )); ?>
+
+
+
+
+
\ No newline at end of file
diff --git a/View/GrouperGroups/emaillistsmember.ctp b/View/GrouperGroups/emaillistsmember.ctp
index 3da5f92..e1f61d0 100644
--- a/View/GrouperGroups/emaillistsmember.ctp
+++ b/View/GrouperGroups/emaillistsmember.ctp
@@ -3,43 +3,51 @@
element('Components/navigation-emaillists', array('active' => 'emaillistsmember')); ?>
element('Components/search', array('active' => 'emaillistsmember')); ?>
-
-
-
-
- |
- |
- |
-
-
-
-
-
- Html->link(
+ 0) : ?>
+
+
+
+
+ |
+ |
+ |
+
+
+
+ $group) : ?>
+
+ Html->link(
- isset($group['name']) ? $group['domain'].':'.$group['name'] : "No Name",
- array(
- 'controller' => 'grouper_groups',
- 'action' => 'emaillistinfo',
- '?' => array('groupname' => urlencode($group['name']))
- )
- ) ?> |
- |
-
- element('GrouperLite.Components/optAction', array(
- 'member' => $group['optedin'],
- 'action' => 'leavegroup',
- 'group' => $group['name']
- )) : ''; ?>
- |
-
-
-
-
- element("pagination", array(
- 'goto' => false,
- 'limit' => true,
- 'numbers' => true,
- 'counter' => false
- )); ?>
-
\ No newline at end of file
+ isset($group['name']) ? $group['domain'] . ':' . $group['name'] : "No Name",
+ array(
+ 'controller' => 'grouper_groups',
+ 'action' => 'emaillistinfo',
+ '?' => array('groupname' => urlencode($group['name']))
+ )
+ ) ?> |
+ |
+
+ element('GrouperLite.Components/optAction', array(
+ 'member' => $group['optedin'],
+ 'action' => 'leavegroup',
+ 'group' => $group['name'],
+ 'idx' => $key
+ )) : ''; ?>
+ |
+
+
+
+
+ element("pagination", array(
+ 'goto' => false,
+ 'limit' => true,
+ 'numbers' => true,
+ 'counter' => false
+ )); ?>
+
+
+
+
+
\ No newline at end of file
diff --git a/View/GrouperGroups/emaillistsoptin.ctp b/View/GrouperGroups/emaillistsoptin.ctp
index b1460f4..11992bd 100644
--- a/View/GrouperGroups/emaillistsoptin.ctp
+++ b/View/GrouperGroups/emaillistsoptin.ctp
@@ -2,42 +2,48 @@
Html->addCrumb(_txt('pl.grouperlite.title.emaillists-join')); ?>
element('Components/navigation-emaillists', array('active' => 'emaillistsoptin')); ?>
element('Components/search', array('active' => 'emaillistsoptin')); ?>
-
-
-
-
-
- |
- |
- |
-
-
-
-
-
- Html->link(
- isset($group['name']) ? $group['domain'] . ':' . $group['name'] : "No Name",
- array(
- 'controller' => 'grouper_groups',
- 'action' => 'emaillistinfo',
- '?' => array('groupname' => urlencode($group['name']))
- )
- ) ?> |
- |
-
-
- |
-
-
-
-
- element("pagination", array(
- 'goto' => false,
- 'limit' => true,
- 'numbers' => true,
- 'counter' => false
- )); ?>
-
\ No newline at end of file
+ 0) : ?>
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+ Html->link(
+ isset($group['name']) ? $group['domain'] . ':' . $group['name'] : "No Name",
+ array(
+ 'controller' => 'grouper_groups',
+ 'action' => 'emaillistinfo',
+ '?' => array('groupname' => urlencode($group['name']))
+ )
+ ) ?> |
+ |
+
+
+ |
+
+
+
+
+ element("pagination", array(
+ 'goto' => false,
+ 'limit' => true,
+ 'numbers' => true,
+ 'counter' => false
+ )); ?>
+
+
+
+
+
\ No newline at end of file
diff --git a/View/GrouperGroups/groupinfo.ctp b/View/GrouperGroups/groupinfo.ctp
index 57c6176..d8695bd 100644
--- a/View/GrouperGroups/groupinfo.ctp
+++ b/View/GrouperGroups/groupinfo.ctp
@@ -50,11 +50,11 @@ $attrUrlBase = $baseUrl . $path . $attrOperation;
-