aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_avatar_options_local.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x'Tristan Darricau2015-10-191-1/+2
|\ | | | | | | | | | | | | | | * 3.1.x: [ticket/13799] Split lines in HTML files for better readability [ticket/13799] Add missing space before checked attribute [ticket/13799] Correctly urlencode category and show selected avatar [ticket/13799] Do not rawurlencode category in gallery avatar
| * [ticket/13799] Split lines in HTML files for better readabilityMarc Alexander2015-06-041-1/+2
| | | | | | | | PHPBB3-13799
| * [ticket/13799] Add missing space before checked attributeMarc Alexander2015-06-041-1/+1
| | | | | | | | PHPBB3-13799
| * [ticket/13799] Correctly urlencode category and show selected avatarMarc Alexander2015-05-301-1/+1
| | | | | | | | PHPBB3-13799
* | [ticket/14139] Add class of IDs to html tagsMichael Miday2015-09-141-1/+1
|/
* [ticket/12666] Use "None" for images in root of gallery avatar pathMarc Alexander2014-06-051-1/+0
| | | | | | | "None" serves no real purpose right now. After this it will be used instead of "Main" for images in the root of the gallery avatar path. PHPBB3-12666
* [feature/avatars] Inform user of no available local avatarsMarc Alexander2013-01-041-0/+4
| | | | | | | | Rather than showing the user an empty drop-down list for the local avatar categories, inform him/her that there are currently no (local) avatars available. PHPBB3-10018
* [feature/avatars] Remove unnecessary abbreviationsMarc Alexander2012-11-251-11/+11
| | | | PHPBB3-10018
* [feature/avatars] Miscellaenous template fixesMarc Alexander2012-11-181-2/+2
| | | | PHPBB3-10018
* [feature/avatars] Replace colon usage with {L_COLON}Marc Alexander2012-11-121-1/+1
| | | | PHPBB3-10018
* [feature/avatars] Made ACP avatar gallery in Manage Users prettierCullen Walsh2012-03-181-4/+6
| | | | | | | Added row/column information so avatars can be displayed nicely in the ACP PHPBB3-10018
* [feature/avatars] Implement UCP remote/local avatarsCullen Walsh2012-03-181-1/+1
| | | | | | | | 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/+14
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