Subversion Repositories cheapmusic

Rev

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

Rev 35 Rev 36
Line 32... Line 32...
32
                    <h2><?php echo $userName; ?></h2>
32
                    <h2><?php echo $userName; ?></h2>
33
                </div>
33
                </div>
34
                <div class="right-pnl">
34
                <div class="right-pnl">
35
					<?php echo !empty($statusMsg)?'<p class="status-msg '.$statusMsgType.'">'.$statusMsg.'</p>':''; ?>
35
					<?php echo !empty($statusMsg)?'<p class="status-msg '.$statusMsgType.'">'.$statusMsg.'</p>':''; ?>
36
                    <form action="<?php echo BASE_URL; ?>userAccount.php" method="post">
36
                    <form action="<?php echo BASE_URL; ?>userAccount.php" method="post">
-
 
37
                        <input type="hidden" name="sessionTab" value="<?php if (isset($_POST['sessionTab'])) echo $_POST['sessionTab']; ?>">
-
 
38
                   	    <input type="hidden" name="searchTerm" value="<?php if (isset($_POST['searchTerm'])) echo $_POST['searchTerm']; ?>">
-
 
39
                       	<input type="hidden" name="buyerZip" value="<?php if (isset($_POST['buyerZip'])) echo $_POST['buyerZip']; ?>">
37
						<?php if(!empty($userData['password'])){ ?>
40
						<?php if(!empty($userData['password'])){ ?>
38
                        <div class="frm-input">
41
                        <div class="frm-input">
39
							<input type="password" name="old_password" class="pass-in" placeholder="Current Password" required="">
42
							<input type="password" name="old_password" class="pass-in" placeholder="Current Password" required="">
40
						</div>
43
						</div>
41
						<?php } ?>
44
						<?php } ?>