+
@@ -45,7 +45,7 @@ $divid = $vv_config['CoGrouperLite']['co_dashboard_widget_id'];
-
\ No newline at end of file
+
diff --git a/View/GrouperGroups/groupmember.ctp b/View/GrouperGroups/groupmember.ctp
index 48b0f3a..5bb3b0a 100644
--- a/View/GrouperGroups/groupmember.ctp
+++ b/View/GrouperGroups/groupmember.ctp
@@ -14,16 +14,13 @@
-
- Html->link(
- isset($group['friendlyName']) ? $group['friendlyName'] : "No Name",
- array(
- 'controller' => 'groupergroups',
- 'action' => 'groupinfo',
- '?' => array('groupname' => urlencode($group['name']))
- )
- ) ?>
- |
+ |
|
element('GrouperLite.Components/optAction', array(
@@ -36,4 +33,4 @@
|
-
+
\ No newline at end of file
diff --git a/View/GrouperGroups/groupoptin.ctp b/View/GrouperGroups/groupoptin.ctp
index 41ff706..aaa80ed 100644
--- a/View/GrouperGroups/groupoptin.ctp
+++ b/View/GrouperGroups/groupoptin.ctp
@@ -1,4 +1,3 @@
-
extend('/GrouperGroups/base'); ?>
Html->addCrumb(_txt('pl.grouperlite.nav.groups-can-join')); ?>
element('GrouperLite.Components/navigation', array('active' => 'groupoptin')); ?>
@@ -13,26 +12,25 @@
-
-
- Html->link(
- isset($group['friendlyName']) ? $group['friendlyName'] : "No Name",
- array(
- 'controller' => 'groupergroups',
- 'action' => 'groupinfo',
- '?' => array('groupname' => urlencode($group['name']))
- )
- ) ?> |
- |
-
- element('GrouperLite.Components/optAction', array(
- 'member' => $group['member'],
- 'action' => 'joingroup',
- 'group' => $group['name']
- )); ?>
- |
-
-
+
+
+ |
+ |
+
+ element('GrouperLite.Components/optAction', array(
+ 'member' => $group['member'],
+ 'action' => 'joingroup',
+ 'group' => $group['name']
+ )); ?>
+ |
+
+
-