phpBB

Code Changes

File: styles/prosilver/template/ucp_profile_reg_details.html

  Unmodified   Added   Modified   Removed
Line 7Line 7
	<div class="inner"><span class="corners-top"><span></span></span>

<!-- IF S_FORCE_PASSWORD -->

	<div class="inner"><span class="corners-top"><span></span></span>

<!-- IF S_FORCE_PASSWORD -->

		<p>{L_FORCE_PASSWORD_EXPLAIN}</p>

		<p class="error">{L_FORCE_PASSWORD_EXPLAIN}</p>

	<!-- ENDIF -->

<fieldset>

	<!-- ENDIF -->

<fieldset>

Line 45Line 45

<fieldset>
<dl>


<fieldset>
<dl>

		<dt><label for="cur_password">{L_CURRENT_PASSWORD}:</label><br /><span>{L_CURRENT_PASSWORD_EXPLAIN}</span></dt>

		<dt><label for="cur_password">{L_CURRENT_PASSWORD}:</label><br /><span><!-- IF S_CHANGE_PASSWORD -->{L_CURRENT_CHANGE_PASSWORD_EXPLAIN}<!-- ELSE -->{L_CURRENT_PASSWORD_EXPLAIN}<!-- ENDIF --></span></dt>

		<dd><input type="password" name="cur_password" id="cur_password" maxlength="255" value="{CUR_PASSWORD}" class="inputbox" title="{L_CURRENT_PASSWORD}" /></dd>
</dl>
</fieldset>

		<dd><input type="password" name="cur_password" id="cur_password" maxlength="255" value="{CUR_PASSWORD}" class="inputbox" title="{L_CURRENT_PASSWORD}" /></dd>
</dl>
</fieldset>

Line 61Line 61
</form>

<!-- INCLUDE ucp_footer.html -->

</form>

<!-- INCLUDE ucp_footer.html -->