Blame Extras/phpBB/3.0.4/styles/modern/template/ucp_resend.html

4c79b5
4c79b5
4c79b5
4c79b5
<form action="{S_PROFILE_ACTION}" method="post" id="resend">
4c79b5
4c79b5
4c79b5
	
4c79b5
4c79b5
	
4c79b5
		

{L_UCP_RESEND}

4c79b5
4c79b5
		<fieldset>
4c79b5
		
4c79b5
			
<label for="username">{L_USERNAME}:</label>
4c79b5
			
<input class="inputbox narrow" type="text" name="username" id="username" size="25" />
4c79b5
		
4c79b5
		
4c79b5
			
<label for="email">{L_EMAIL_ADDRESS}:</label>
{L_EMAIL_REMIND}
4c79b5
			
<input class="inputbox narrow" type="text" name="email" id="email" size="25" maxlength="100" />
4c79b5
		
4c79b5
		
4c79b5
			
 
4c79b5
			
{S_HIDDEN_FIELDS}{S_FORM_TOKEN}<input type="submit" name="submit" id="submit" class="button1" value="{L_SUBMIT}" tabindex="2" />  <input type="reset" value="{L_RESET}" name="reset" class="button2" />
4c79b5
		
4c79b5
		</fieldset>
4c79b5
	
4c79b5
4c79b5
	
4c79b5
4c79b5
</form>
4c79b5
4c79b5