diff --git a/Controller/GrouperGroupsController.php b/Controller/GrouperGroupsController.php index 19b927c..a9790da 100644 --- a/Controller/GrouperGroupsController.php +++ b/Controller/GrouperGroupsController.php @@ -144,7 +144,7 @@ public function beforeRender() { $cfg = $this->CoGrouperLiteWidget->getConfig(); $this->set('vv_config', $cfg); - $this->set('title', _txt('pl.grouperlite.title.groupmember')); + $this->set('vv_title', _txt('pl.grouperlite.title.dashboard')); $this->set('vv_is_user_owner', $this->GrouperGroup->isUserGroupOwner($this->userId ?? '', $cfg) ); // $this->set('vv_is_template_user', $this->GrouperGroup->isTemplateUser($this->userId ?? '', $cfg) ); // $this->set('vv_is_grouper_visible', $this->GrouperGroup->isGrouperVisible($this->userId ?? '', $cfg)); diff --git a/Lib/lang.php b/Lib/lang.php index d5e490b..d0dc12a 100644 --- a/Lib/lang.php +++ b/Lib/lang.php @@ -37,7 +37,7 @@ 'pl.grouperlite.dashboard.heading.groups' => 'Groups', 'pl.grouperlite.dashboard.heading.email-lists' => 'Email lists', - 'pl.grouperlite.title.root' => 'Grouper Collaborations:', + 'pl.grouperlite.title.dashboard' => 'Grouper Lite Dashboard', 'pl.grouperlite.title.groupinfo' => 'Group configuration and attributes', 'pl.grouperlite.title.groupowner' => 'Groups I manage', 'pl.grouperlite.title.groupmember' => 'My Memberships', @@ -48,6 +48,7 @@ 'pl.grouperlite.title.emaillistsinfo' => 'Email list configuration and attributes', 'pl.grouperlite.title.groupcreate' => 'Create a group', 'pl.grouperlite.title.templatecreate' => 'Create a working group', + 'pl.grouperlite.title.root' => 'Grouper Collaborations:', 'pl.grouperlite.message.flash.join-group-success' => 'You have been added to the group:', 'pl.grouperlite.message.flash.join-group-failed' => 'You are unable to join the group:', diff --git a/View/CoGrouperLiteWidgets/display.ctp b/View/CoGrouperLiteWidgets/display.ctp index 2ce6518..0cfb893 100644 --- a/View/CoGrouperLiteWidgets/display.ctp +++ b/View/CoGrouperLiteWidgets/display.ctp @@ -115,7 +115,7 @@ $idsuffix = rand();
-
+
Html->image('GrouperLiteWidget.grouper-logo.png', array('class' => 'logo-fluid')); ?> diff --git a/View/GrouperGroups/index.ctp b/View/GrouperGroups/index.ctp index 8cbfe08..8db2442 100644 --- a/View/GrouperGroups/index.ctp +++ b/View/GrouperGroups/index.ctp @@ -6,13 +6,13 @@ $this->extend('/GrouperGroups/base'); print $this->Html->script('GrouperLiteWidget.vue-router.js'); // Add Breadcrumb -$this->Html->addCrumb(_txt('pl.grouperlite.nav.memberships')); +$this->Html->addCrumb(_txt('pl.grouperlite.title.dashboard')); ?>
Html->image('GrouperLiteWidget.Grouper.jpg', ['class' => 'img-fluid mr-2', 'style' => 'height: 50px']) ?> -

+