mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge remote-tracking branch 'Elsensee/ticket/10023' into develop-olympus
* Elsensee/ticket/10023: [ticket/10023] Make password change notification more noticeable
This commit is contained in:
commit
89fd73c18d
2 changed files with 4 additions and 4 deletions
|
@ -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 -->
|
||||
<!-- INCLUDE ucp_footer.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 -->
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
|
Loading…
Add table
Reference in a new issue