From fc32df035889dd74f2cfc1c62bb793d36f333ec2 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 9 Apr 2005 12:26:45 +0000 Subject: - Documentation related changes - added resend activation email dialog - fixed issue in session code - log failed/successful admin re-authentication/login - fixed simple forum dropdown box (used in mcp and posting) git-svn-id: file:///svn/phpbb/trunk@5114 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/login_body.html | 6 +++++- phpBB/styles/subSilver/template/ucp_agreement.html | 4 ++-- phpBB/styles/subSilver/template/ucp_resend.html | 22 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 phpBB/styles/subSilver/template/ucp_resend.html (limited to 'phpBB/styles') diff --git a/phpBB/styles/subSilver/template/login_body.html b/phpBB/styles/subSilver/template/login_body.html index 58734462dd..d5cd8cd19f 100644 --- a/phpBB/styles/subSilver/template/login_body.html +++ b/phpBB/styles/subSilver/template/login_body.html @@ -33,7 +33,11 @@ {L_PASSWORD}: -
{L_FORGOT_PASS} + + +
{L_FORGOT_PASS} +
{L_RESEND_ACTIVATION} + diff --git a/phpBB/styles/subSilver/template/ucp_agreement.html b/phpBB/styles/subSilver/template/ucp_agreement.html index bddda95fe0..6348b4b609 100644 --- a/phpBB/styles/subSilver/template/ucp_agreement.html +++ b/phpBB/styles/subSilver/template/ucp_agreement.html @@ -10,7 +10,7 @@ - +
{SITENAME} - {REGISTRATION}{SITENAME} - {L_REGISTRATION}
@@ -18,7 +18,7 @@ -

{L_COPPA_BIRTHDAY}

{L_COPPA_NO} :: {L_COPPA_YES}


{L_AGREEMENT}

+

{L_TERMS_OF_USE}



diff --git a/phpBB/styles/subSilver/template/ucp_resend.html b/phpBB/styles/subSilver/template/ucp_resend.html new file mode 100644 index 0000000000..86c3c99503 --- /dev/null +++ b/phpBB/styles/subSilver/template/ucp_resend.html @@ -0,0 +1,22 @@ + + +
+ + + + + + + + + + + + + + + + +
{L_UCP_RESEND}
{L_USERNAME}:
{L_EMAIL_ADDRESS}:
{L_EMAIL_REMIND}
{S_HIDDEN_FIELDS}  
+ + \ No newline at end of file -- cgit v1.2.1