From a7b0a98e223e36090f7b2fc2a68a036e655727cc Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 19 Dec 2010 18:47:10 +0000 Subject: replacing action-button with elgg-action-button git-svn-id: http://code.elgg.org/elgg/trunk@7688 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/layout/shells/content/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/layout/shells/content/header.php') diff --git a/views/default/layout/shells/content/header.php b/views/default/layout/shells/content/header.php index a4fa2d354..768f26337 100644 --- a/views/default/layout/shells/content/header.php +++ b/views/default/layout/shells/content/header.php @@ -31,7 +31,7 @@ if ($context) { $params = array( 'href' => $new_link = elgg_normalize_url($new_link), 'text' => elgg_echo("$context:new"), - 'class' => 'action-button right', + 'class' => 'elgg-action-button', ); $buttons = elgg_view('output/url', $params); } -- cgit v1.2.3