From 54e341d7605bb3b8088614e9c428dedb14caf773 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 5 Mar 2011 23:10:03 +0000 Subject: changed rest of title buttons to an elgg-menu git-svn-id: http://code.elgg.org/elgg/trunk@8601 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/messages/read.php | 1 + mod/pages/view.php | 1 + 2 files changed, 2 insertions(+) (limited to 'mod') diff --git a/mod/messages/read.php b/mod/messages/read.php index b830aa51c..47d9b45dc 100644 --- a/mod/messages/read.php +++ b/mod/messages/read.php @@ -43,6 +43,7 @@ if ($inbox) { 'class' => 'elgg-button elgg-button-action', 'id' => 'messages-show-reply', )); + $buttons = ""; } } diff --git a/mod/pages/view.php b/mod/pages/view.php index 479ec1c93..e6189bae8 100644 --- a/mod/pages/view.php +++ b/mod/pages/view.php @@ -40,6 +40,7 @@ if ($page->canEdit()) { 'href' => $url, 'class' => 'elgg-button elgg-button-action', )); + $buttons = ""; } $body = elgg_view_layout('content', array( -- cgit v1.2.3