Grey out new email to ticket parse option whilst we test further

This commit is contained in:
Marcus Hill 2022-12-11 02:04:45 +00:00
parent 1c11da4b7d
commit ed6ccb831b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<div class="custom-control custom-switch mb-2">
<input type="checkbox" class="custom-control-input" name="config_ticket_email_parse" <?php if($config_ticket_email_parse == 1){ echo "checked"; } ?> value="1" id="customSwitch1">
<input type="checkbox" class="custom-control-input" disabled name="config_ticket_email_parse" <?php if($config_ticket_email_parse == 1){ echo "checked"; } ?> value="1" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1">Email-to-ticket parsing (Beta) <small>(email_parser_cron.php must also be added to cron and run every few mins)</small></label>
</div>