aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/ucp_remind.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-12-24 13:14:24 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-12-24 13:14:24 +0000
commite85f9f79bc892533e8b67d80ae265167f2e5d4cd (patch)
treec6d6e55e75c2cf80cc380f5540a8e62b54e0c3c3 /phpBB/styles/subsilver2/template/ucp_remind.html
parent8c9af252cba9c0d61351f7eb14e983b23b0c4256 (diff)
downloadforums-e85f9f79bc892533e8b67d80ae265167f2e5d4cd.tar
forums-e85f9f79bc892533e8b67d80ae265167f2e5d4cd.tar.gz
forums-e85f9f79bc892533e8b67d80ae265167f2e5d4cd.tar.bz2
forums-e85f9f79bc892533e8b67d80ae265167f2e5d4cd.tar.xz
forums-e85f9f79bc892533e8b67d80ae265167f2e5d4cd.zip
remove no longer necessary files... hooray
git-svn-id: file:///svn/phpbb/trunk@9221 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_remind.html')
-rw-r--r--phpBB/styles/subsilver2/template/ucp_remind.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_remind.html b/phpBB/styles/subsilver2/template/ucp_remind.html
deleted file mode 100644
index b14fbe8305..0000000000
--- a/phpBB/styles/subsilver2/template/ucp_remind.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!-- 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_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" 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" />&nbsp;&nbsp;<input type="reset" value="{L_RESET}" name="reset" class="btnlite" /></td>
-</tr>
-</table>
-{S_FORM_TOKEN}
-</form>
-
-</div>
-
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file