* finish task #3442.

This commit is contained in:
wangyidong
2017-12-14 15:29:09 +08:00
parent fc70d4ffdb
commit 11d80a5d93
12 changed files with 49 additions and 7 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
<?php include '../../common/view/action.html.php';?>
<fieldset id='commentBox' class='hide'>
<legend><?php echo $lang->comment;?></legend>
<form method='post' action='<?php echo inlink('edit', "docID=$doc->id&comment=true")?>'>
<form method='post' action='<?php echo $this->createLink('action', 'comment', "objectType=doc&objectID=$doc->id")?>' target='hiddenwin'>
<div class="form-group"><?php echo html::textarea('comment', '',"style='width:100%;height:100px'");?></div>
<?php echo html::submitButton() . html::backButton();?>
</form>