diff options
| author | Senky <jakubsenko@gmail.com> | 2013-01-27 22:45:45 +0100 |
|---|---|---|
| committer | Senky <jakubsenko@gmail.com> | 2013-05-20 18:40:12 +0200 |
| commit | cf9d407493d76cee76987edf38ae0191360bb661 (patch) | |
| tree | 42378903e71ef7cd6a1e39a3270e0b84e0c11a32 /phpBB/styles/prosilver/template/memberlist_search.html | |
| parent | 4bb7a69afa90636a473005467828bfecf0e31b29 (diff) | |
| download | forums-cf9d407493d76cee76987edf38ae0191360bb661.tar forums-cf9d407493d76cee76987edf38ae0191360bb661.tar.gz forums-cf9d407493d76cee76987edf38ae0191360bb661.tar.bz2 forums-cf9d407493d76cee76987edf38ae0191360bb661.tar.xz forums-cf9d407493d76cee76987edf38ae0191360bb661.zip | |
[ticket/11010] applying some of EXreaction notes
PHPBB3-11010
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_search.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/memberlist_search.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_search.html b/phpBB/styles/prosilver/template/memberlist_search.html index 7f30f4611e..c26b48cb6d 100644 --- a/phpBB/styles/prosilver/template/memberlist_search.html +++ b/phpBB/styles/prosilver/template/memberlist_search.html @@ -68,11 +68,11 @@ function insert_single(user) </dl> <dl> <dt><label for="yahoo">{L_YIM}{L_COLON}</label></dt> - <dd><input type="email" name="yahoo" id="yahoo" value="{YAHOO}" class="inputbox" /></dd> + <dd><input type="text" name="yahoo" id="yahoo" value="{YAHOO}" class="inputbox" /></dd> </dl> <dl> <dt><label for="msn">{L_MSNM}{L_COLON}</label></dt> - <dd><input type="email" name="msn" id="msn" value="{MSNM}" class="inputbox" /></dd> + <dd><input type="text" name="msn" id="msn" value="{MSNM}" class="inputbox" /></dd> </dl> </fieldset> |
