Subversion Repositories cheapmusic

Rev

Rev 107 | Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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