diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-05 23:10:03 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-05 23:10:03 +0000 | 
| commit | 54e341d7605bb3b8088614e9c428dedb14caf773 (patch) | |
| tree | b6bc5a51dab182f237a335590b8bd1b01c572732 | |
| parent | 7f2a199536b86c4764f72b46807a575524af1080 (diff) | |
| download | elgg-54e341d7605bb3b8088614e9c428dedb14caf773.tar.gz elgg-54e341d7605bb3b8088614e9c428dedb14caf773.tar.bz2  | |
changed rest of title buttons to an elgg-menu
git-svn-id: http://code.elgg.org/elgg/trunk@8601 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | mod/messages/read.php | 1 | ||||
| -rw-r--r-- | mod/pages/view.php | 1 | 
2 files changed, 2 insertions, 0 deletions
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 = "<ul class=\"elgg-menu elgg-menu-title\"><li>$buttons</li></ul>";  	}  } 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 = "<ul class=\"elgg-menu elgg-menu-title\"><li>$buttons</li></ul>";  }  $body = elgg_view_layout('content', array(  | 
