diff options
| author | Vinny <vinny@suportephpbb.com.br> | 2012-08-10 20:43:07 -0300 |
|---|---|---|
| committer | Senky <jakubsenko@gmail.com> | 2013-05-20 18:39:49 +0200 |
| commit | e09412db58b3f081cf458637e652eb420da8eeaf (patch) | |
| tree | 5ec8b8b2be84fb68dcdf008f6d1680559ae12983 /phpBB/styles/subsilver2/template/ucp_resend.html | |
| parent | ce6ae9a7eb4164cd3b10fb41d00316ada3519afb (diff) | |
| download | forums-e09412db58b3f081cf458637e652eb420da8eeaf.tar forums-e09412db58b3f081cf458637e652eb420da8eeaf.tar.gz forums-e09412db58b3f081cf458637e652eb420da8eeaf.tar.bz2 forums-e09412db58b3f081cf458637e652eb420da8eeaf.tar.xz forums-e09412db58b3f081cf458637e652eb420da8eeaf.zip | |
[ticket/11010] Changing email and url input types in subsilver2 templates
PHPBB3-11010
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_resend.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_resend.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_resend.html b/phpBB/styles/subsilver2/template/ucp_resend.html index 7e88f6ede2..62e7e96d6b 100644 --- a/phpBB/styles/subsilver2/template/ucp_resend.html +++ b/phpBB/styles/subsilver2/template/ucp_resend.html @@ -14,7 +14,7 @@ </tr> <tr> <td class="row1"><b class="genmed">{L_EMAIL_ADDRESS}{L_COLON} </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> + <td class="row2"><input type="email" 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> |
