mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
allow to add file if group has to review
This commit is contained in:
parent
baa0d11d1c
commit
27ccf32206
|
@ -167,13 +167,21 @@ function checkGrpForm()
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<form method="post" action="../op/op.ReviewDocument.php" name="form1" onsubmit="return checkGrpForm();">
|
<form method="post" action="../op/op.ReviewDocument.php" name="form1" enctype="multipart/form-data" onsubmit="return checkGrpForm();">
|
||||||
<?php echo createHiddenFieldWithKey('reviewdocument'); ?>
|
<?php echo createHiddenFieldWithKey('reviewdocument'); ?>
|
||||||
<table class="table-condensed">
|
<table class="table-condensed">
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php printMLText("comment")?>:</td>
|
<td><?php printMLText("comment")?>:</td>
|
||||||
<td><textarea name="comment" cols="80" rows="4"></textarea></td>
|
<td><textarea name="comment" cols="80" rows="4"></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><?php printMLText("review_file")?>:</td>
|
||||||
|
<td>
|
||||||
|
<?php
|
||||||
|
$this->printFileChooser('reviewfile', false);
|
||||||
|
?>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php printMLText("review_status")?>:</td>
|
<td><?php printMLText("review_status")?>:</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user