diff --git a/View/Elements/Components/navigation-groups.ctp b/View/Elements/Components/navigation-groups.ctp
index aadcef4..ff546ac 100644
--- a/View/Elements/Components/navigation-groups.ctp
+++ b/View/Elements/Components/navigation-groups.ctp
@@ -46,27 +46,28 @@
'action' => 'groupcreate'
)
);
+ $createGroupUrl = '#';
?>
-
+
-
-
Html->url(
diff --git a/View/Elements/base-styles.ctp b/View/Elements/base-styles.ctp
index 694c648..d000702 100644
--- a/View/Elements/base-styles.ctp
+++ b/View/Elements/base-styles.ctp
@@ -20,7 +20,7 @@
max-width: 220px;
}
- .grouper .btn:hover {
+ .grouper .btn:not([disabled]):hover {
text-decoration: none !important;
filter: brightness(1.1);
}
diff --git a/View/GrouperGroups/emaillistsmanage.ctp b/View/GrouperGroups/emaillistsmanage.ctp
index cf9b0fe..7080913 100644
--- a/View/GrouperGroups/emaillistsmanage.ctp
+++ b/View/GrouperGroups/emaillistsmanage.ctp
@@ -32,11 +32,11 @@
|
-
+ */ ?>
-
+
diff --git a/View/GrouperGroups/groupcreatetemplate.ctp b/View/GrouperGroups/groupcreatetemplate.ctp
index a30930d..d465236 100644
--- a/View/GrouperGroups/groupcreatetemplate.ctp
+++ b/View/GrouperGroups/groupcreatetemplate.ctp
@@ -7,7 +7,7 @@ $model = $this->name;
-
+
Form->create(false, array(
'url' => array('controller' => 'grouper_groups', 'action' => 'groupcreatetemplate')
diff --git a/View/GrouperGroups/groupowner.ctp b/View/GrouperGroups/groupowner.ctp
index 0e1baa1..b4a1cae 100644
--- a/View/GrouperGroups/groupowner.ctp
+++ b/View/GrouperGroups/groupowner.ctp
@@ -33,11 +33,11 @@
|
- | |