Line 32... |
Line 32... |
32 |
<div class="right-pnl">
|
32 |
<div class="right-pnl">
|
33 |
<?php echo !empty($statusMsg) ? '<p class="status-msg ' . $statusMsgType . '">' . $statusMsg . '</p>' : ''; ?>
|
33 |
<?php echo !empty($statusMsg) ? '<p class="status-msg ' . $statusMsgType . '">' . $statusMsg . '</p>' : ''; ?>
|
34 |
<form action="<?php echo BASE_URL; ?>userAccount.php" method="post">
|
34 |
<form action="<?php echo BASE_URL; ?>userAccount.php" method="post">
|
35 |
<input type="hidden" name="sessionTab" value="<?php if (isset($_POST['sessionTab'])) echo $_POST['sessionTab']; ?>" />
|
35 |
<input type="hidden" name="sessionTab" value="<?php if (isset($_POST['sessionTab'])) echo $_POST['sessionTab']; ?>" />
|
36 |
<input type="hidden" name="searchTerm" value="<?php if (isset($_POST['searchTerm'])) echo $_POST['searchTerm']; ?>" />
|
36 |
<input type="hidden" name="searchTerm" value="<?php if (isset($_POST['searchTerm'])) echo $_POST['searchTerm']; ?>" />
|
- |
|
37 |
<input type="hidden" name="nonce" value="<?php if (isset($_SESSION['nonce'])) echo $_SESSION['nonce']; ?>" />
|
37 |
<?php if (!empty($userData['password'])) { ?>
|
38 |
<?php if (!empty($userData['password'])) { ?>
|
38 |
<input id="emailfieldHidden" type="text" value="<?php echo $userData['email'] ?>" autocomplete="username" />
|
39 |
<input id="emailfieldHidden" type="text" value="<?php echo $userData['email'] ?>" autocomplete="username" />
|
39 |
<div class="frm-input">
|
40 |
<div class="frm-input">
|
40 |
<input type="password" name="old_password" class="pass-in" placeholder="Current Password" aria-label="Current Password" required="" autocomplete="current-password" />
|
41 |
<input type="password" name="old_password" class="pass-in" placeholder="Current Password" aria-label="Current Password" required="" autocomplete="current-password" />
|
41 |
</div>
|
42 |
</div>
|