aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-12-16 10:25:45 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-12-16 10:25:45 +0100
commite3e34add7f725457b2a6e4809bbfdd6fa576203d (patch)
treecf945b4a8425bb5e9f9b9d4b0c0ffa3d89464469 /phpBB
parent4a73ce0933c8bfecf37cf760d3fd96bb7a7f48ca (diff)
parent89fd73c18d08c9ade898c951b8877094ac349ebc (diff)
downloadforums-e3e34add7f725457b2a6e4809bbfdd6fa576203d.tar
forums-e3e34add7f725457b2a6e4809bbfdd6fa576203d.tar.gz
forums-e3e34add7f725457b2a6e4809bbfdd6fa576203d.tar.bz2
forums-e3e34add7f725457b2a6e4809bbfdd6fa576203d.tar.xz
forums-e3e34add7f725457b2a6e4809bbfdd6fa576203d.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10023] Make password change notification more noticeable
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/template/ucp_profile_reg_details.html2
-rw-r--r--phpBB/styles/subsilver2/template/ucp_profile_reg_details.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_reg_details.html b/phpBB/styles/prosilver/template/ucp_profile_reg_details.html
index 699be4a27e..4b26bc2e99 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">
<!-- IF S_FORCE_PASSWORD -->
- <p>{L_FORCE_PASSWORD_EXPLAIN}</p>
+ <p class="error">{L_FORCE_PASSWORD_EXPLAIN}</p>
<!-- ENDIF -->
<fieldset>
diff --git a/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html b/phpBB/styles/subsilver2/template/ucp_profile_reg_details.html
index 6944a62764..d8fe84bf79 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 -->