* Fix bug#12006.

This commit is contained in:
qiyu-xie
2021-04-12 16:19:25 +08:00
parent bcc8fc401f
commit eef102a26b
+2 -2
View File
@@ -45,8 +45,8 @@
</tr>
<tr>
<td colspan='3' class='text-center form-actions'>
<?php
echo html::submitButton($lang->story->activate, '', 'btn btn-wide btn-success');
<?php
echo html::submitButton($lang->story->activate, '', 'btn btn-wide btn-primary');
echo html::linkButton($lang->goback, $app->session->storyList ? $app->session->storyList : inlink('view', "storyID=$story->id"), 'self', '', 'btn btn-wide');
?>
</td>