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_profile_profile_info.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_profile_profile_info.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_profile_profile_info.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html b/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html index 19259aebc8..25f1455746 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html @@ -22,11 +22,11 @@ </tr> <tr> <td class="row1" width="35%"><b class="genmed">{L_UCP_MSNM}{L_COLON} </b></td> - <td class="row2"><input class="post" type="text" name="msn" size="30" maxlength="255" value="{MSN}" /></td> + <td class="row2"><input class="post" type="email" name="msn" size="30" maxlength="255" value="{MSN}" /></td> </tr> <tr> <td class="row1" width="35%"><b class="genmed">{L_UCP_YIM}{L_COLON} </b></td> - <td class="row2"><input class="post" type="text" name="yim" size="30" maxlength="255" value="{YIM}" /></td> + <td class="row2"><input class="post" type="email" name="yim" size="30" maxlength="255" value="{YIM}" /></td> </tr> <tr> <td class="row1" width="35%"><b class="genmed">{L_UCP_JABBER}{L_COLON} </b></td> @@ -34,7 +34,7 @@ </tr> <tr> <td class="row1" width="35%"><b class="genmed">{L_WEBSITE}{L_COLON} </b></td> - <td class="row2"><input class="post" type="text" name="website" size="30" maxlength="255" value="{WEBSITE}" /></td> + <td class="row2"><input class="post" type="url" name="website" size="30" maxlength="255" value="{WEBSITE}" /></td> </tr> <tr> <td class="row1" width="35%"><b class="genmed">{L_LOCATION}{L_COLON} </b></td> |
