Skip to content
Snippets Groups Projects
Commit d7b78465 authored by Peter Rotich's avatar Peter Rotich
Browse files

Add lock time to reply form (used to auto-enable/disable locking on js end)

parent ca6e1bc6
No related branches found
No related tags found
No related merge requests found
......@@ -366,6 +366,7 @@ if(!$cfg->showNotesInline()) { ?>
<?php csrf_token(); ?>
<input type="hidden" name="id" value="<?php echo $ticket->getId(); ?>">
<input type="hidden" name="msgId" value="<?php echo $msgId; ?>">
<input type="hidden" name="locktime" value="<?php echo $cfg->getLockTime(); ?>">
<input type="hidden" name="a" value="reply">
<span class="error"></span>
<table border="0" cellspacing="0" cellpadding="3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment