mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/10023] Make password change notification more noticeable
PHPBB3-10023
This commit is contained in:
@@ -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>
|
||||
|
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user