aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/login_body.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/security/228] Add form token to login boxDerky2019-04-261-0/+1
| | | | SECURITY-228
* [ticket/13200] Disable autocomplete for sensitive input fieldsMarc Alexander2015-06-041-1/+1
| | | | PHPBB3-13200
* [ticket/12442] Add CSS classes to important headingsPayBas2014-04-251-1/+1
| | | | PHPBB3-12442
* [ticket/11795] Redo form elements auto-focusVjacheslav Trushkin2013-09-141-9/+1
| | | | | | | Use data-focus attribute for forms to focus elements when document is loaded instead of adding JavaScript PHPBB3-11795
* [feature/oauth] Don't allow external login methods on admin authJoseph Warner2013-08-141-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Finish updating interface and related codeJoseph Warner2013-08-021-9/+4
| | | | PHPBB3-11673
* [feature/oauth] Initial UI element added, this is non-finalJoseph Warner2013-07-221-1/+6
| | | | | | | At this point, all UI changes are purely for testing and should not be considered final. PHPBB3-11673
* [feature/oauth] Possible way of getting the login data to login_box()Joseph Warner2013-07-221-1/+1
| | | | PHPBB3-11673
* [feature/oauth] Initial step in creating OAuth login supportJoseph Warner2013-07-221-1/+5
| | | | PHPBB3-11673
* [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-101-2/+2
| | | | | | | Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780
* [ticket/11008] Change onunload_functions to not use eval()Igor Wiedler2012-07-211-1/+3
| | | | PHPBB3-11008
* [ticket/10734] Removed unwanted span classesShibu Lijack2012-04-021-2/+2
| | | | | | Removed the corner and clear span classes PHPBB-10734
* [ticket/10734] Fixed template filesShibu Lijack2012-03-311-4/+4
| | | | | | Removed unnecessary span from several other template files PHPBB3-10734
* Merge branch 'develop-olympus' into developAndreas Fischer2010-12-291-1/+1
|\ | | | | | | | | | | | | | | * develop-olympus: [ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'. [ticket/9953] Set focus to password on re-authentication [ticket/9905] Add SQLite to the DSN description [ticket/9859] Remove years from the credit line.
| * [ticket/9953] Set focus to password on re-authenticationPatrick Webster2010-12-281-1/+1
| | | | | | | | | | | | | | Sets the login focus to the password field when prompting for admin re-authentication, rather than the username field. PHPBB3-9953
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-1/+1
|/ | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* [ticket/7417] Focus username field when prosilver login page is loaded.Oleg Pudeyev2010-10-161-0/+6
| | | | PHPBB3-7417
* [ticket/9117] Wrong redirection after login.rxu2010-08-281-1/+1
| | | | | | | Go easy way for now - just place S_LOGIN_REDIRECT before S_HIDDEN_FIELDS so the last value override the previous one. PHPBB3-9117
* #54145 - move redirect parameter back to POST to avoid mod_security triggersHenry Sudhof2009-12-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10332 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change of r10055, which itself was:Meik Sievertsen2009-08-271-6/+7
| | | | | | | | Adjustement for r10050, related to Bug #50185 Instead of S_TAB_INDEX we now use a method suggested by nickvergessen - we simply DEFINE the tabindex for the captcha depending on where it is included. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10058 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adjustement for r10050, related to Bug #50185Meik Sievertsen2009-08-251-7/+7
| | | | | | Use internal S_TAB_INDEX instead of DEFINE git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10055 89ea8834-ac86-4346-8a33-228a782c2dd0
* new tabindex handling, #50185; subsilver doesn't use tabindexesHenry Sudhof2009-08-241-5/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10050 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor captcha API change - disable display of plugin by returning false in ↵Henry Sudhof2009-07-271-1/+1
| | | | | | get_template. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9869 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use dynamic includes, fix some style bugs, make the old default captcha ↵Henry Sudhof2009-06-171-2/+2
| | | | | | family backwards compatible to 3.0.5 styles git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9609 89ea8834-ac86-4346-8a33-228a782c2dd0
* Okay, a first ci of the new captcha plugins. We'll add dynamic template ↵Henry Sudhof2009-06-021-7/+3
| | | | | | includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9524 89ea8834-ac86-4346-8a33-228a782c2dd0
* One commit for those fixes having a very tiny impact (mostly only ↵Meik Sievertsen2008-01-301-1/+1
| | | | | | | | | | | | | | whitespaces or forgotten spans, etc.) Although i somehow mistakingly got #20445 and #15249 into it. :/ Removing s_watching_img from watch_topic_forum() function (Bug #20445) Changing order for post review if more than one post affected (Bug #15249) Language typos/fixes (Bug #20425, #15719, #15429, #14669, #13479) Style/Template fixes (Bug #20065, #19405, #19205, #15028, #14934, #14821, #14752, #14497, #13707, #14738) Tiny code fixes (Bug #20165, #20025, #19795, #14804) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8350 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15038Henry Sudhof2007-11-051-1/+0
| | | | | | | I'm very sorry. This should make W3C happy again. git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i41Meik Sievertsen2007-10-031-4/+4
| | | | | | | (basically do not allow autocompletion for admin re-authentication) git-svn-id: file:///svn/phpbb/trunk@8126 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-0/+1
| | | | | | | | | | | | #i91 #i92 #i93 #i94 #i95 #i96 git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, mess around with the templates + fixing some bugs + adjusting headers ↵Meik Sievertsen2007-06-091-2/+2
| | | | | | for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!) git-svn-id: file:///svn/phpbb/trunk@7736 89ea8834-ac86-4346-8a33-228a782c2dd0
* small changes - mostly style related to fix cross-browser issues.Meik Sievertsen2007-05-291-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7696 89ea8834-ac86-4346-8a33-228a782c2dd0
* say hello to prosilver... YAAAYEEEEMeik Sievertsen2007-04-011-0/+67
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0