mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- Documentation related changes
- added resend activation email dialog - fixed issue in session code - log failed/successful admin re-authentication/login - fixed simple forum dropdown box (used in mcp and posting) git-svn-id: file:///svn/phpbb/trunk@5114 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -33,7 +33,11 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b class="gensmall">{L_PASSWORD}:</b></td>
|
||||
<td><input class="post" type="password" name="password" size="25" maxlength="25" tabindex="2" /><br /><a class="gensmall" href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a></td>
|
||||
<td>
|
||||
<input class="post" type="password" name="password" size="25" maxlength="25" tabindex="2" />
|
||||
<!-- IF U_SEND_PASSWORD --><br /><a class="gensmall" href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a><!-- ENDIF -->
|
||||
<!-- IF U_RESEND_ACTIVATION --><br /><a class="gensmall" href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a><!-- ENDIF -->
|
||||
</td>
|
||||
</tr>
|
||||
<!-- IF S_DISPLAY_FULL_LOGIN -->
|
||||
<tr>
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th height="25">{SITENAME} - {REGISTRATION}</th>
|
||||
<th height="25">{SITENAME} - {L_REGISTRATION}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="center"><table width="90%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
@@ -18,7 +18,7 @@
|
||||
<!-- IF S_SHOW_COPPA -->
|
||||
<td class="gen" align="center"><br />{L_COPPA_BIRTHDAY}<br /><br /><a href="{U_COPPA_NO}">{L_COPPA_NO}</a> :: <a href="{U_COPPA_YES}">{L_COPPA_YES}</a><br /><br /></td>
|
||||
<!-- ELSE -->
|
||||
<td><span class="genmed"><br />{L_AGREEMENT}<br /><br /></span>
|
||||
<td><span class="genmed"><br />{L_TERMS_OF_USE}<br /><br /></span>
|
||||
<div align="center">
|
||||
<input class="btnlite" type="submit" name="agreed" value="{L_AGREE}"><br /><br />
|
||||
<input class="btnlite" type="submit" name="not_agreed" value="{L_NOT_AGREE}">
|
||||
|
22
phpBB/styles/subSilver/template/ucp_resend.html
Normal file
22
phpBB/styles/subSilver/template/ucp_resend.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<form action="{S_PROFILE_ACTION}" method="post">
|
||||
|
||||
<table class="tablebg" width="50%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th colspan="2">{L_UCP_RESEND}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="38%"><b class="genmed">{L_USERNAME}: </b></td>
|
||||
<td class="row2"><input type="text" class="post" name="username" size="25" maxlength="60" value="{USERNAME}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_EMAIL_ADDRESS}: </b><br /><span class="gensmall">{L_EMAIL_REMIND}</span></td>
|
||||
<td class="row2"><input type="text" class="post" name="email" size="25" maxlength="255" value="{EMAIL}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="btnmain" /> <input type="reset" value="{L_RESET}" name="reset" class="btnlite" /></td>
|
||||
</tr>
|
||||
</table></form>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
Reference in New Issue
Block a user