aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14272] Define min and max values for avatar width and heightMarc Alexander2015-12-271-2/+2
| | | | PHPBB3-14272
* [ticket/11795] Use data-reset-on-edit attr to reset elementsVjacheslav Trushkin2013-09-141-15/+1
| | | | | | | | | | Use data-reset-on-edit attribute to reset other inputs when editing input with data. Do not unbind event (old code unbound it after one use for no reason) PHPBB3-11795
* [ticket/11010] Fix email inputsVjacheslav Trushkin2013-05-201-1/+1
| | | | | | | Add type="email" to fields that should be email fields Change back to type="text" fields that might have wildcards or not necessary email PHPBB3-11010
* [feature/avatars] Auto-clear avatar dimensions when first changing avatarsMarc Alexander2013-02-281-0/+14
| | | | | | | | In the remote avatar and gravatar the dimension input boxes will now be cleared when changing the avatar. This will only happen once per page-load. Any input after the first change will not trigger this. PHPBB3-10018
* [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-251-5/+5
| | | | PHPBB3-10018
* [feature/avatars] Add missing language variables for avatarsMarc Alexander2012-11-161-2/+2
| | | | PHPBB3-10018
* [feature/avatars] Add barebone gravatar driverMarc Alexander2012-11-131-0/+11
PHPBB3-10018