From 7bf402c7b58280921f66ed956e6877dfc295d578 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Fri, 12 Feb 2021 08:23:36 -0700 Subject: [PATCH] added tooltips, updated css --- View/CoGrouperLites/display.ctp | 4 +-- View/GrouperGroups/base.ctp | 2 +- View/GrouperGroups/groupmember.ctp | 19 ++++++-------- View/GrouperGroups/groupoptin.ctp | 42 ++++++++++++++---------------- View/GrouperGroups/groupowner.ctp | 29 +++++---------------- 5 files changed, 38 insertions(+), 58 deletions(-) diff --git a/View/CoGrouperLites/display.ctp b/View/CoGrouperLites/display.ctp index b35721b..6906fde 100644 --- a/View/CoGrouperLites/display.ctp +++ b/View/CoGrouperLites/display.ctp @@ -37,7 +37,7 @@ $divid = $vv_config['CoGrouperLite']['co_dashboard_widget_id'];
-
+ \ 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'] + )); ?> + + + -
+
\ No newline at end of file diff --git a/View/GrouperGroups/groupowner.ctp b/View/GrouperGroups/groupowner.ctp index c288924..606de69 100644 --- a/View/GrouperGroups/groupowner.ctp +++ b/View/GrouperGroups/groupowner.ctp @@ -15,23 +15,13 @@ - Html->link( - isset($group['friendlyName']) ? $group['friendlyName'] : "No Name", - array( - 'controller' => 'groupergroups', - 'action' => 'groupinfo', - '?' => array('groupname' => urlencode($group['name'])) - ), - array( - 'data-toggle' => 'popover', - 'data-content' => $this->element('Components/groupproperties', array( - 'group' => $group - )), - 'data-html' => 'true', - 'data-trigger' => 'hover', - 'data-placement' => 'top' - ) - ) ?> + @@ -50,9 +40,4 @@ -
\ No newline at end of file