mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Seperate message for forced password change ... probably needs to be a little more bold than this.
git-svn-id: file:///svn/phpbb/trunk@4803 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
58f315b5e6
commit
8ab1ebd019
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2" valign="middle">{L_TITLE}</th>
|
<th colspan="2" valign="middle">{L_TITLE}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- IF S_FORCE_PASSWORD -->
|
||||||
|
<tr>
|
||||||
|
<td class="row3" colspan="2" align="center"><span class="gensmall">Before you may continue browsing the board you are required to change your password.</span></td>
|
||||||
|
</tr>
|
||||||
|
<!-- ENDIF -->
|
||||||
<!-- IF ERROR -->
|
<!-- IF ERROR -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row3" colspan="2" align="center"><span class="gensmall" style="color:red">{ERROR}</span></td>
|
<td class="row3" colspan="2" align="center"><span class="gensmall" style="color:red">{ERROR}</span></td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue