* Refact link story page and story page of project.

This commit is contained in:
liugang
2018-04-27 13:36:09 +08:00
parent 50336ef762
commit 827b31d89e
28 changed files with 148 additions and 141 deletions
+2 -1
View File
@@ -102,7 +102,8 @@
<tfoot>
<tr>
<td colspan="<?php echo count($visibleFields) + 6?>" class="text-center">
<?php echo html::submitButton($lang->save, '', 'btn btn-wide btn-primary') . '&nbsp;' . html::backButton('', '', "btn btn-wide");?>
<?php echo html::submitButton($lang->save, '', 'btn btn-wide btn-primary');?>
<?php echo html::backButton('', '', "btn btn-wide btn-gray");?>
</td>
</tr>
</tfoot>