mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user