Finished Campaign Test Email and some other fixups

This commit is contained in:
johnnyq
2022-01-24 22:07:50 -05:00
parent d03ef74e4d
commit ba75378f9b
5 changed files with 93 additions and 62 deletions

View File

@@ -77,7 +77,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-clock"></i></span>
</div>
<input type="datetime-local" class="form-control" name="scheduled_time" placeholder="Schedule Date and Time" value="<?php echo $campaign_scheduled_at; ?>">
<input type="datetime-local" class="form-control" name="scheduled_at" placeholder="Schedule Date and Time" value="<?php echo $campaign_scheduled_at; ?>">
</div>
</div>