aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14272] Use input type number instead of text in avatarsMarc Alexander2016-01-011-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 input type for urlsVjacheslav Trushkin2013-05-201-1/+1
| | | | 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-1/+1
| | | | PHPBB3-10018
* [feature/avatars] Replace colon usage with {L_COLON}Marc Alexander2012-11-121-2/+2
| | | | PHPBB3-10018
* [feature/avatars] Fixing remote avatars size checksCullen Walsh2012-03-181-2/+2
| | | | | | | Remote avatars size checks were broken. It assumed getimagesize() was available and used the wrong template values. PHPBB3-10018
* [feature/avatars] Implement UCP remote/local avatarsCullen Walsh2012-03-181-2/+9
| | | | | | | | Implementing selection logic for gallery and remote avatars. Modified some of the driver interfaces to make things work nicer also. Upload functionality will be in the next commit. PHPBB3-10018
* [feature/avatars] UCP Avatar InterfaceCullen Walsh2012-03-181-0/+4
This stubs out the avatar form fields and how form processing will occur. Form processing is not yet implemented, but shouldn't be too hard. After this I will refactor/duplicate some of the logic for the ACP. PHPBB3-10018