* fix for change task mode.

This commit is contained in:
wangyidong
2022-08-24 23:19:19 +08:00
parent c0467f2b7d
commit 1ac7743874
3 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ foreach(explode(',', $config->task->create->requiredFields) as $field)
</tbody>
<tfoot>
<tr>
<td colspan='3' class='text-center'><?php echo html::a('javascript:void(0)', $lang->confirm, '', "class='btn btn-primary'");?></td>
<td colspan='3' class='text-center form-actions'><?php echo html::a('javascript:void(0)', $lang->confirm, '', "id='confirmButton' class='btn btn-primary'");?></td>
</tr>
</tfoot>
</table>