<?php /* Smarty version 2.6.28, created on 2017-04-05 01:30:57
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/clientareachangepw.tpl */ ?>
<script type="text/javascript" src="includes/jscript/pwstrength.js"></script>

<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => ($this->_tpl_vars['template'])."/clientareadetailslinks.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['clientareanavchangepw']; ?>
</h2>
		</div><!-- .bigheader -->

<?php if ($this->_tpl_vars['successful']): ?>

	<div class="notice notice-success">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['changessavedsuccessfully']; ?>
</p>
		</div>
	</div>

<?php endif; ?>

<?php if ($this->_tpl_vars['errormessage']): ?>

	<div class="notice notice-error">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['errormessage']; ?>
</p>
		</div>
	</div>

<?php endif; ?>

<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>
?action=changepw">
  <input type="hidden" name="submit" value="true" />
  
  		<div class="feildset">
		
			<div class="col1">
			
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['existingpassword']; ?>
: (<?php echo $this->_tpl_vars['LANG']['required']; ?>
)</span>
						<input type="password" name="existingpw" tabindex="1" placeholder="<?php echo $this->_tpl_vars['LANG']['resetpassword_existing']; ?>
" requred="required" autofocus="autofocus" />
					</label>
				</div>	
				
				
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['newpassword']; ?>
: (<?php echo $this->_tpl_vars['LANG']['required']; ?>
)</span>
						<input type="password" name="newpw" tabindex="2" placeholder="<?php echo $this->_tpl_vars['LANG']['resetpassword_new']; ?>
" requred="required" />
					</label>
				</div>	
				
				<div>
					<label>
						<span><?php echo $this->_tpl_vars['LANG']['confirmnewpassword']; ?>
: (<?php echo $this->_tpl_vars['LANG']['required']; ?>
)</span>
						<input type="password" name="confirmpw" tabindex="2" placeholder="<?php echo $this->_tpl_vars['LANG']['resetpassword_confirm']; ?>
" requred="required" />
					</label>
				</div>											
			
			</div>
			
		</div>  
  
  <p class="center">
    <input type="submit" value="<?php echo $this->_tpl_vars['LANG']['clientareasavechanges']; ?>
" class="button1 color2" />
    <input type="reset" value="<?php echo $this->_tpl_vars['LANG']['clientareacancel']; ?>
" class="button1 color1" />
  </p>
</form>