From 89ded32abebd0f2100e0014249df54bde7a44258 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 2 Dec 2010 01:19:33 +0000 Subject: Refs #2700 changed underscores to hyphens for the forms css elements git-svn-id: http://code.elgg.org/elgg/trunk@7492 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/views/default/object/reported_content.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/reportedcontent/views/default/object/reported_content.php') diff --git a/mod/reportedcontent/views/default/object/reported_content.php b/mod/reportedcontent/views/default/object/reported_content.php index fa809bae6..1c4647cfe 100644 --- a/mod/reportedcontent/views/default/object/reported_content.php +++ b/mod/reportedcontent/views/default/object/reported_content.php @@ -28,7 +28,7 @@ if ($report->state == 'archived') { 'href' => $archive_url, 'text' => elgg_echo('reportedcontent:archive'), 'is_action' => true, - 'class' => 'action_button', + 'class' => 'action-button', ); echo elgg_view('output/url', $params); } @@ -36,7 +36,7 @@ if ($report->state == 'archived') { 'href' => $delete_url, 'text' => elgg_echo('reportedcontent:delete'), 'is_action' => true, - 'class' => 'action_button disabled', + 'class' => 'action-button disabled', ); echo elgg_view('output/url', $params); ?> -- cgit v1.2.3