From 270ad2c34a8d21eb75931c8be230aef3ea6adfb7 Mon Sep 17 00:00:00 2001 From: axman Date: Wed, 31 Mar 2021 07:58:18 -0700 Subject: [PATCH] Related to Ticket ICPCO-118 --- Lib/lang.php | 3 ++- View/Elements/Components/groupattributes.ctp | 8 ++++---- View/Elements/Components/navigation-groups.ctp | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Lib/lang.php b/Lib/lang.php index 80f2baf..fc692eb 100644 --- a/Lib/lang.php +++ b/Lib/lang.php @@ -127,5 +127,6 @@ 'pl.grouperlite.search.tags.text' => 'Search', - 'pl.grouperlite.pagination.counter' => 'Viewing {:start}-{:end} of {:count}' + 'pl.grouperlite.pagination.counter' => 'Viewing {:start}-{:end} of {:count}', + 'pl.grouperlite.attributes.zero-state' => 'No Attributes Associated to this Group.' ); \ No newline at end of file diff --git a/View/Elements/Components/groupattributes.ctp b/View/Elements/Components/groupattributes.ctp index e23f097..2c0ff8b 100644 --- a/View/Elements/Components/groupattributes.ctp +++ b/View/Elements/Components/groupattributes.ctp @@ -9,10 +9,10 @@ - - + + - + @@ -20,7 +20,7 @@ - +

diff --git a/View/Elements/Components/navigation-groups.ctp b/View/Elements/Components/navigation-groups.ctp index d28751b..4b54c44 100644 --- a/View/Elements/Components/navigation-groups.ctp +++ b/View/Elements/Components/navigation-groups.ctp @@ -43,7 +43,7 @@ $createGroupUrl = $this->Html->url( array( 'controller' => 'grouper_groups', - 'action' => 'groupcreateform' + 'action' => 'groupcreate' ) ); ?>