mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
Although i somehow mistakingly got #20445 and #15249 into it. :/ Removing s_watching_img from watch_topic_forum() function (Bug #20445) Changing order for post review if more than one post affected (Bug #15249) Language typos/fixes (Bug #20425, #15719, #15429, #14669, #13479) Style/Template fixes (Bug #20065, #19405, #19205, #15028, #14934, #14821, #14752, #14497, #13707, #14738) Tiny code fixes (Bug #20165, #20025, #19795, #14804) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8350 89ea8834-ac86-4346-8a33-228a782c2dd0
29 lines
973 B
HTML
29 lines
973 B
HTML
<!-- INCLUDE overall_header.html -->
|
|
|
|
<div align="center">
|
|
|
|
<form action="{S_PROFILE_ACTION}" method="post">
|
|
|
|
<table class="tablebg" width="50%" cellspacing="1" cellpadding="4" border="0">
|
|
<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" 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="100" value="{EMAIL}" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="cat" colspan="2" align="center">{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>
|
|
{S_FORM_TOKEN}
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<!-- INCLUDE overall_footer.html --> |