* refactor codes.

This commit is contained in:
Catouse
2018-05-21 09:08:08 +08:00
parent 1fc9c5dc7c
commit d27fb779c3
20 changed files with 39 additions and 35 deletions

View File

@@ -71,7 +71,7 @@
<div class='detail-title'><?php echo $lang->files;?></div>
<div class='detail-content'><?php echo $this->fetch('file', 'buildform');?></div>
</div>
<div class='detail text-center'>
<div class='detail text-center form-actions'>
<?php echo html::hidden('lastEditedDate', $task->lastEditedDate);?>
<?php echo html::hidden('consumed', $task->consumed);?>
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?>