mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Added Summernote WYSIWYG to client portal
This commit is contained in:
@@ -76,9 +76,9 @@ if (isset($_GET['id']) && intval($_GET['id'])) {
|
||||
<form action="portal_post.php" method="post">
|
||||
<input type="hidden" name="ticket_id" value="<?php echo $ticket_id ?>">
|
||||
<div class="form-group">
|
||||
<textarea class="form-control" name="comment" placeholder="Add comments.."></textarea>
|
||||
<textarea class="form-control summernote" name="comment" placeholder="Add comments.."></textarea>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary" name="add_ticket_comment">Save reply</button>
|
||||
<button type="submit" class="btn btn-primary" name="add_ticket_comment">Reply</button>
|
||||
</form>
|
||||
|
||||
<?php }
|
||||
|
||||
Reference in New Issue
Block a user