* code for task #2540: adjust the position of the custom button.

This commit is contained in:
chenfeiCF
2016-04-13 17:03:09 +08:00
parent 6ccfbaebef
commit 0daddb0d6e
+1 -1
View File
@@ -26,8 +26,8 @@
<small class='text-muted'><?php echo html::icon($lang->icons['story']) . ' ' . $story->title ?></small>
<?php endif;?>
<div class='actions'>
<button type="button" class="btn btn-default" data-toggle="customModal"><i class='icon icon-cog'></i></button>
<?php echo html::commonButton($lang->pasteText, "data-toggle='myModal' ")?>
<button type="button" class="btn btn-default" data-toggle="customModal"><i class='icon icon-cog'></i></button>
</div>
</div>
</div>