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="note_id" value="<?php echo $note_id; ?>">
<div class="modal-body bg-white">
<div class="form-group">
<label>Subject <strong class="text-danger">*</strong></label>
<input type="text" class="form-control" name="subject" value="<?php echo $note_subject; ?>" placeholder="Subject" required>
</div>
<div class="form-group">
<label>Note <strong class="text-danger">*</strong></label>
<textarea class="form-control summernote" name="note"><?php echo $note_body; ?></textarea>
</div>
</div>