* refactor codes.

This commit is contained in:
Catouse
2018-05-24 11:10:05 +08:00
parent 1c89503442
commit b6b41ae2da
11 changed files with 72 additions and 62 deletions
+1 -1
View File
@@ -164,7 +164,7 @@
<td colspan='3'><?php echo html::radio('after', $lang->task->afterChoices, $this->config->global->flow == 'onlyTask' || !empty($task->id) ? 'toTaskList' : 'continueAdding');?></td>
</tr>
<tr>
<td colspan='4' class='text-center'>
<td colspan='4' class='text-center form-actions'>
<?php echo html::submitButton('', '', 'btn btn-primary btn-wide');?>
<?php echo html::backButton('', '', 'btn btn-wide');?>
</td>