mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Added Red * to required fields, fixed blank form dates not erroring out because of not being null, current defaults to 0000-00-00 if blank
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
|
||||
<div class="modal-body bg-white">
|
||||
<div class="form-group">
|
||||
<label>Title</label>
|
||||
<input type="text" class="form-control" name="subject" required autofocus>
|
||||
<label>Title <strong class="text-danger">*</strong></label>
|
||||
<input type="text" class="form-control" name="subject" placeholder="Title" required autofocus>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Note</label>
|
||||
<label>Note <strong class="text-danger">*</strong></label>
|
||||
<textarea rows="8" class="form-control" name="note" id="addClientNote"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user