<fieldset class="side-by-side">
<legend><%= _('If you would like to change your password please complete the following fields.') %></legend>
<div class="form-input">
<label for="user_current_password"><%= _('Current Password') %></label>
<input type="password" id="user_current_password" name="user[current_password]"
class="left-indent required medium-input" value="" />
<span role="" id="current_password_error"
class="error-tooltip-right left-indent"></span>
</div>
<div class="form-input">
<label for="user_new_password"><%= _('New Password') %></label>
<input type="password" id="user_new_password" name="user[new_password]"
class="left-indent required medium-input" value="" />
<span role="" id="new_password_error"
class="error-tooltip-right left-indent"></span>
</div>
<div class="form-input">
<label for="user_password_confirmation"><%= _('Password Confirmation') %></label>
<input type="password" id="user_password_confirmation"
name="user[password_confirmation]"
class="left-indent required medium-input" value="" />
<span role="" id="password_confirmation_error"
class="error-tooltip-right left-indent"></span>
</div>
<div class="form-input">
<div class="form-input checkbox-right">
<label for="passwords_show" class="checkbox-label">
<%= _('Show passwords') %>
</label>
<input type="checkbox" id="passwords_show" />
</div>
</div>
</fieldset>