diff --git a/module/story/view/activate.html.php b/module/story/view/activate.html.php
index e7591a1fae..82bfe8b8c5 100644
--- a/module/story/view/activate.html.php
+++ b/module/story/view/activate.html.php
@@ -43,11 +43,10 @@
|
- |
-
+ |
icons['activate']) . ' ' . $lang->story->activate, '', 'btn btn-success');
- echo html::linkButton($lang->goback, $app->session->storyList ? $app->session->storyList : inlink('view', "storyID=$story->id"));
+ echo html::submitButton($lang->story->activate, '', 'btn btn-wide btn-success');
+ echo html::linkButton($lang->goback, $app->session->storyList ? $app->session->storyList : inlink('view', "storyID=$story->id"), '', '', 'btn btn-wide');
?>
|