mirror of https://github.com/itflow-org/itflow
Merge pull request #334 from wrongecho/scheduled-tickets
Scheduled tickets - remove email ticket updates option
This commit is contained in:
commit
e91340a89c
|
|
@ -107,18 +107,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Leaving this here for when the functionality is implemented -->
|
||||
<?php if(!empty($config_smtp_host)){ ?>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input type="checkbox" class="custom-control-input" id="customControlAutosizing" name="email_ticket_updates" value="1" checked>
|
||||
<label class="custom-control-label" for="customControlAutosizing">Email ticket updates <span class="text-secondary"><?php echo $contact_email; ?></span></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Asset</label>
|
||||
<div class="input-group">
|
||||
|
|
|
|||
Loading…
Reference in New Issue