* Adjust linkButton.

This commit is contained in:
daitingting
2018-05-18 13:46:36 +08:00
parent 2fafe58dbe
commit 9eda304837
22 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
<tr>
<td colspan="2" class="text-center">
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?>
<?php echo html::linkButton($lang->goback, $this->session->taskList, '', '', 'btn btn-wide');?>
<?php echo html::linkButton($lang->goback, $this->session->taskList, 'self', '', 'btn btn-wide');?>
</td>
</tr>
</table>