mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
- general ucp fixing (profile and ucp_main) - created three new functions (return correct topic author string, generate topic related pagination and get topic type/status...). These general bits are used on several pages (subscribed topics, bookmarks, viewforum). - config basic schema fix - commented out inline fix for unread topic tracking in viewforum, instead tried another method (hopefully working as well) git-svn-id: file:///svn/phpbb/trunk@5001 89ea8834-ac86-4346-8a33-228a782c2dd0
22 lines
988 B
HTML
22 lines
988 B
HTML
<!-- 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_SEND_PASSWORD}</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 --> |