aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/views/default/object/reported_content.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-09-24 18:39:27 -0400
committercash <cash.costello@gmail.com>2011-09-24 18:39:27 -0400
commit6074142b6fbcf8834e4a9b1fccdbdb13ede7ab00 (patch)
tree499bcffb0c99036eaaa907021e4f53ed38490091 /mod/reportedcontent/views/default/object/reported_content.php
parentd9d3cc65e96c54332f22f90ac17b014dfe183ddf (diff)
downloadelgg-6074142b6fbcf8834e4a9b1fccdbdb13ede7ab00.tar.gz
elgg-6074142b6fbcf8834e4a9b1fccdbdb13ede7ab00.tar.bz2
Fixes #3809 updated admin buttons css
Diffstat (limited to 'mod/reportedcontent/views/default/object/reported_content.php')
-rw-r--r--mod/reportedcontent/views/default/object/reported_content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/views/default/object/reported_content.php b/mod/reportedcontent/views/default/object/reported_content.php
index 6bcbf6e5d..b0176c11f 100644
--- a/mod/reportedcontent/views/default/object/reported_content.php
+++ b/mod/reportedcontent/views/default/object/reported_content.php
@@ -29,7 +29,7 @@ if ($report->state == 'archived') {
'href' => $archive_url,
'text' => elgg_echo('reportedcontent:archive'),
'is_action' => true,
- 'class' => 'elgg-button elgg-button-action',
+ 'class' => 'elgg-button elgg-button-action mrm',
);
echo elgg_view('output/url', $params);
}