More updates cosmetic and fixed password decrypt issue under software and assets, fixed encrypting password when adding password via asset or software

This commit is contained in:
johnny@pittpc.com
2020-02-02 02:09:33 -05:00
parent da9cad0723
commit db6931d2a4
11 changed files with 79 additions and 56 deletions

View File

@@ -11,11 +11,9 @@
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<div class="modal-body bg-white">
<div class="form-group">
<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 <strong class="text-danger">*</strong></label>
<textarea class="form-control summernote" name="note" id="addClientNote"></textarea>
</div>
</div>