aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/ucp_resend.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:35:56 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:35:56 +0000
commitdff3e0f33036580a011dcf3c5b45d8ea058ed610 (patch)
tree801e6aff87d8e3393d9e64b25b1325acf377ed6a /phpBB/styles/subSilver/template/ucp_resend.html
parente6dab93a02a05a61799c1c0e56864961e8b56bba (diff)
downloadforums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar
forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar.gz
forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar.bz2
forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.tar.xz
forums-dff3e0f33036580a011dcf3c5b45d8ea058ed610.zip
huh? no more subsilver? Now i know you so well you want to leave me? bah, go away, just go away, you will see what you get by leaving me... i will search for another style wanting to hug me. :P
git-svn-id: file:///svn/phpbb/trunk@7262 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/ucp_resend.html')
-rw-r--r--phpBB/styles/subSilver/template/ucp_resend.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_resend.html b/phpBB/styles/subSilver/template/ucp_resend.html
deleted file mode 100644
index df72b523bc..0000000000
--- a/phpBB/styles/subSilver/template/ucp_resend.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_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">{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>
-
-</form>
-
-</div>
-
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file