diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-19 18:47:10 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-19 18:47:10 +0000 |
commit | a7b0a98e223e36090f7b2fc2a68a036e655727cc (patch) | |
tree | 61fd07b4edb0e3c4b8448bfb5fbc44e3fb8d69e9 /mod/messages/index.php | |
parent | a7113d7403510ee5637b5b6fddb09f7ad502fd6b (diff) | |
download | elgg-a7b0a98e223e36090f7b2fc2a68a036e655727cc.tar.gz elgg-a7b0a98e223e36090f7b2fc2a68a036e655727cc.tar.bz2 |
replacing action-button with elgg-action-button
git-svn-id: http://code.elgg.org/elgg/trunk@7688 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/messages/index.php')
-rw-r--r-- | mod/messages/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/messages/index.php b/mod/messages/index.php index 3fe1b0f84..02257551e 100644 --- a/mod/messages/index.php +++ b/mod/messages/index.php @@ -32,7 +32,7 @@ $messages = elgg_get_entities_from_metadata(array( // Set the page title $area2 = "<div id='content-header'><div class='content-header-title'>"; $area2 .= elgg_view_title(elgg_echo("messages:inbox"))."</div>"; -$area2 .= "<div class='content-header-options'><a class='action-button' href='".elgg_get_site_url()."mod/messages/send.php'>" . elgg_echo('messages:compose') . "</a></div></div>"; +$area2 .= "<div class='content-header-options'><a class='elgg-action-button' href='".elgg_get_site_url()."mod/messages/send.php'>" . elgg_echo('messages:compose') . "</a></div></div>"; // Display them. The last variable 'page_view' is to allow the view page to know where this data is coming from, // in this case it is the inbox, this is necessary to ensure the correct display |