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' ) ); ?>