* finish task #1295.

This commit is contained in:
wangyidong
2016-02-15 17:29:23 +08:00
parent 1f9055b610
commit e8bb9aa1ee
12 changed files with 46 additions and 9 deletions
+1
View File
@@ -48,6 +48,7 @@
<div class='form-group'><?php echo $this->fetch('file', 'buildform');?></div>
</fieldset>
<div class='actions actions-form'>
<?php echo html::hidden('lastEditedDate', $task->lastEditedDate);?>
<?php echo html::submitButton($lang->save) . html::linkButton($lang->goback, $this->inlink('view', "taskID=$task->id")) .html::hidden('consumed', $task->consumed);?>
</div>
<?php include '../../common/view/action.html.php';?>