diff options
| author | Vinny <vinny@suportephpbb.com.br> | 2012-08-10 20:32:16 -0300 |
|---|---|---|
| committer | Senky <jakubsenko@gmail.com> | 2013-05-20 18:39:46 +0200 |
| commit | ce6ae9a7eb4164cd3b10fb41d00316ada3519afb (patch) | |
| tree | 70ea9b11b227697a6fb086790da4010715386775 /phpBB/styles/prosilver/template/ucp_profile_profile_info.html | |
| parent | 49c1e0e3480d92f3b29c323c8441550a6f8aec5b (diff) | |
| download | forums-ce6ae9a7eb4164cd3b10fb41d00316ada3519afb.tar forums-ce6ae9a7eb4164cd3b10fb41d00316ada3519afb.tar.gz forums-ce6ae9a7eb4164cd3b10fb41d00316ada3519afb.tar.bz2 forums-ce6ae9a7eb4164cd3b10fb41d00316ada3519afb.tar.xz forums-ce6ae9a7eb4164cd3b10fb41d00316ada3519afb.zip | |
[ticket/11010] Changing email and url input types in prosilver templates
PHPBB3-11010
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_profile_profile_info.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_profile_info.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html index 03d89e8590..88d0a026ae 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html @@ -20,11 +20,11 @@ </dl> <dl> <dt><label for="msn">{L_UCP_MSNM}{L_COLON}</label></dt> - <dd><input type="text" name="msn" id="msn" maxlength="255" value="{MSN}" class="inputbox" /></dd> + <dd><input type="email" name="msn" id="msn" maxlength="255" value="{MSN}" class="inputbox" /></dd> </dl> <dl> <dt><label for="yim">{L_UCP_YIM}{L_COLON}</label></dt> - <dd><input type="text" name="yim" id="yim" maxlength="255" value="{YIM}" class="inputbox" /></dd> + <dd><input type="email" name="yim" id="yim" maxlength="255" value="{YIM}" class="inputbox" /></dd> </dl> <dl> <dt><label for="jabber">{L_UCP_JABBER}{L_COLON}</label></dt> @@ -32,7 +32,7 @@ </dl> <dl> <dt><label for="website">{L_WEBSITE}{L_COLON}</label></dt> - <dd><input type="text" name="website" id="website" maxlength="255" value="{WEBSITE}" class="inputbox" /></dd> + <dd><input type="url" name="website" id="website" maxlength="255" value="{WEBSITE}" class="inputbox" /></dd> </dl> <dl> <dt><label for="location">{L_LOCATION}{L_COLON}</label></dt> |
