aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/profile/buttons.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 09:09:24 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 09:09:24 +0000
commitd42771b8a74e665d33d29e7ce3b1612890a596f2 (patch)
treec592cc077c2d391d120a344ee17553e249676484 /mod/groups/views/default/groups/profile/buttons.php
parentf8797c313b9500e5d6af512786412601d7d641f0 (diff)
downloadelgg-d42771b8a74e665d33d29e7ce3b1612890a596f2.tar.gz
elgg-d42771b8a74e665d33d29e7ce3b1612890a596f2.tar.bz2
Touch ups of groups plugin
git-svn-id: http://code.elgg.org/elgg/trunk@8426 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/views/default/groups/profile/buttons.php')
-rw-r--r--mod/groups/views/default/groups/profile/buttons.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/groups/views/default/groups/profile/buttons.php b/mod/groups/views/default/groups/profile/buttons.php
index 31df7a5b5..0aef3920b 100644
--- a/mod/groups/views/default/groups/profile/buttons.php
+++ b/mod/groups/views/default/groups/profile/buttons.php
@@ -3,6 +3,8 @@
* Content header action buttons
*
* @uses $vars['entity']
+ *
+ * @todo This should be done by registering menu items with the page actions menu
*/
if (!elgg_is_logged_in()) {
@@ -47,7 +49,7 @@ if ($actions) {
echo elgg_view('output/url', array(
'text' => $action,
'href' => $url,
- 'class' => 'elgg-button-action',
+ 'class' => 'elgg-button elgg-button-action',
));
}
}