Can add comment when refused question
This commit is contained in:
parent
b9e54784fa
commit
89122cc4a4
2 changed files with 8 additions and 1 deletions
|
|
@ -35,6 +35,10 @@ if ($question->isValidation())
|
|||
<form method="post"
|
||||
class="invalidation"
|
||||
action="thanksRefused.php">
|
||||
<label for="comment">Précisez les raisons de votre refus</label>
|
||||
<input name="comment" type="textarea"
|
||||
rows="5" cols="50" />
|
||||
|
||||
<input type="hidden" name="id" value="<?php echo $question->getId() ?>">
|
||||
<input type="submit" value="Refuser la question">
|
||||
</form>
|
||||
|
|
|
|||
Reference in a new issue