aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_profile_autologin_keys.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13590] Headers of remember me login keys are not centeredRMcGirr832015-03-041-7/+7
| | | | | | Corrected a few other files as well PHPBB3-13590
* [ticket/11098] Fix error reporting on the autologin key pagesMatt Friedman2014-04-091-7/+1
| | | | PHPBB3-11098
* [ticket/11098] Add mark/unmark all options to remember me keysMatt Friedman2014-04-091-34/+34
| | | | PHPBB3-11098
* [ticket/11935] Remove obsolete table attributes from ProsilverMatt Friedman2013-10-191-1/+1
| | | | | | | cellpadding, cellspacing, border are obsolete table attributes. They are handled by CSS already using table and .table1 PHPBB3-11935
* [ticket/11893] Remove unnecessary <fieldset> causing a large font sizeCesar G2013-10-051-2/+0
| | | | PHPBB3-11893
* [feature/delete-auto-logins] fixes styleDhruv Goel2012-05-171-3/+2
| | | | | | | removes reset button and some minor style fixes in subsilver2 and prosilver. PHPBB3-9647
* [feature/delete-auto-logins] improves stylingDhruv Goel2012-05-171-24/+23
| | | | PHPBB3-9647
* [feature/delete-auto-logins] fix language keys and stylingDhruv Goel2012-05-171-5/+5
| | | | | | introduction of language variables instead of hardcoded language. PHPBB3-9647
* [feature/delete-auto-logins] improved styling and fixes languageDhruv Goel2012-05-171-7/+11
| | | | | | | | Table ahs been styled. Date is now formatted properly instead of the unix timestamp being displayed earlier. fixes small mistake in language entry PHPBB3-9647
* [feature/delete-auto-logins] using loop for errorsDhruv Goel2012-05-171-1/+7
| | | | | | | instead of hardcoding html code into ERROR variable, we use errors array and use loop in template file. PHPBB3-9647
* [feature/delete-auto-logins] fixes css cornersDhruv Goel2012-05-171-2/+2
| | | | PHPBB3-9647
* [feature/delete-auto-logins] User can view/delete auto logins.Dhruv Goel2012-05-171-0/+45
User has an extra option in UCP->Profile to view the auto logins and clear them. PHPBB3-9647