diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2013-12-10 23:10:31 +0100 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2013-12-12 16:57:06 +0100 |
commit | e6b91de17b52d71b982b6bf809e322e56402b023 (patch) | |
tree | ba2cf3a1d4e49cc266f5f96493ac57af91ac5827 /phpBB | |
parent | 6658cd279cd93266c9124601df0a95fd16172d54 (diff) | |
download | forums-e6b91de17b52d71b982b6bf809e322e56402b023.tar forums-e6b91de17b52d71b982b6bf809e322e56402b023.tar.gz forums-e6b91de17b52d71b982b6bf809e322e56402b023.tar.bz2 forums-e6b91de17b52d71b982b6bf809e322e56402b023.tar.xz forums-e6b91de17b52d71b982b6bf809e322e56402b023.zip |
[ticket/10023] Make password change notification more noticeable
PHPBB3-10023
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_reg_details.html | 4 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_profile_reg_details.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_reg_details.html b/phpBB/styles/prosilver/template/ucp_profile_reg_details.html index 5eb55dc71c..2f24601645 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_reg_details.html +++ b/phpBB/styles/prosilver/template/ucp_profile_reg_details.html @@ -7,7 +7,7 @@ <div class="inner"><span class="corners-top"><span></span></span> <!-- IF S_FORCE_PASSWORD --> - <p>{L_FORCE_PASSWORD_EXPLAIN}</p> + <p class="error">{L_FORCE_PASSWORD_EXPLAIN}</p> <!-- ENDIF --> <fieldset> @@ -60,4 +60,4 @@ </fieldset> </form> -<!-- INCLUDE ucp_footer.html -->
\ No newline at end of file +<!-- INCLUDE ucp_footer.html --> diff --git a/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html b/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html index 09f60ad5a7..2eca7a93c8 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html @@ -6,7 +6,7 @@ </tr> <!-- IF S_FORCE_PASSWORD --> <tr> - <td class="row3" colspan="2" align="center"><span class="gensmall">{L_FORCE_PASSWORD_EXPLAIN}</span></td> + <td class="row3" colspan="2" align="center"><span class="gensmall error">{L_FORCE_PASSWORD_EXPLAIN}</span></td> </tr> <!-- ENDIF --> <!-- IF ERROR --> @@ -50,4 +50,4 @@ </tr> </table> -<!-- INCLUDE ucp_footer.html -->
\ No newline at end of file +<!-- INCLUDE ucp_footer.html --> |