Update manage_incident.php

This commit is contained in:
jakani24
2024-06-25 21:09:02 +02:00
parent a724529b14
commit 8f90e7f4bc

View File

@@ -175,7 +175,7 @@ if(isset($_GET["upload_evidence"])){
<div id="chat" style="display:none">
<?php
//add message
echo("<form action='manage_incident.php?list_id=$list_id&show=chat&add_message=true&incident_id=".$_GET["incident_id"]."' method='POST'><input type='text' class='form-control' id='message' name='message' required><button type='submit' class='btn btn-primary btn-block'>Send message</button></form>");
echo("<form action='manage_incident.php?show=chat&add_message=true&incident_id=".$_GET["incident_id"]."' method='POST' style='width:70%'><input type='text' class='form-control' id='message' name='message' required><button type='submit' class='btn btn-primary btn-block' style='width:25%'>Send message</button></form>");
//display messages
?>
</div>