File manager - Edit - /home/custbahd/irungikitchen.com/admin/modals/reminders/edit.php
Back
<!-- Add Client --> <div class="modal fade" id="edit_<?php echo $row['id']; ?>"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title font-w600">Edit <?php echo $row['type']; ?><b style="font-size: 16px">.</b><b class="flash">.</b></h5> <button type="button" class="close" data-dismiss="modal"><span>×</span> </button> </div> <div class="modal-body"> <form method="POST" action="reminders/edit/index.php" enctype="multipart/form-data"> <div class="row"> <input type="hidden" class="form-control" name="id" value="<?php echo $row['id']; ?>"> <input type="hidden" name="handler" value="Admin"> <input type="hidden" name="author" value="<?php echo $_SESSION['name'] ?>"> <input type="hidden" name="token" value="<?php echo $_SESSION['token'] ?>"> <input type="hidden" name="access" value="<?php echo $_SESSION['access'] ?>"> <input type="hidden" name="page" value="../../"> <div class="form-group col-lg-6 col-md-6 col-sm-6 col-6"> <input type="text" class="form-control" name="title" placeholder="Title" value="<?php echo $row['title']; ?>"> </div> <div class="form-group col-lg-6 col-md-6 col-sm-6 col-6"> <select class="form-control" name="type" required> <option value="<?php echo $row['type']; ?>" readonly><?php echo $row['type']; ?></option> <?php if ($row['type']=='Task') { echo ""; } else { echo "<option>Task</option>"; } if ($row['type']=='Event') { echo ""; } else { echo "<option>Event</option>"; } ?> </select> </div> <div class="form-group col-lg-12 col-md-12 col-sm-12 col-12"> <textarea class="form-control" name="notes" placeholder="Notes"> <?php echo $row['notes']; ?></textarea> </div> <div class="form-group col-lg-6 col-md-6 col-sm-6 col-6"> <label class="font-w500 fs-12 text-primary">Date</label> <input type="date" class="form-control" name="r_date" value="<?php echo $row['r_date']; ?>"> </div> <div class="form-group col-lg-6 col-md-6 col-sm-6 col-6"> <label class="font-w500 fs-12 text-primary">Time</label> <input type="time" class="form-control" name="r_time" value="<?php echo $row['r_time']; ?>"> </div> <div class="form-group col-lg-12 col-md-12 col-sm-12 col-12"> <button type="submit" class="btn btn-primary btn-block" name="submit">Update <?php echo $row['type']; ?></button> </div> </div> </form> </div> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 1.8 |
proxy
|
phpinfo
|
Settings