1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

[ticket/11098] Fix error reporting on the autologin key pages

PHPBB3-11098
This commit is contained in:
Matt Friedman
2014-04-09 23:17:30 -07:00
parent 150a45b943
commit 80bc30214f
3 changed files with 6 additions and 15 deletions

View File

@@ -5,14 +5,8 @@
<h2>{L_TITLE}</h2>
<div class="panel">
<div class="inner">
<!-- IF .errors -->
<p class="error">
<!-- BEGIN errors -->
{errors} <br />
<!-- END errors -->
</p>
<!-- ENDIF -->
<p>{L_PROFILE_AUTOLOGIN_KEYS}</p>
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
<table class="table1">
<thead>
<tr>

View File

@@ -4,13 +4,10 @@
<tr>
<th colspan="4">{L_TITLE}</th>
</tr>
<!-- IF .errors -->
<!-- IF ERROR -->
<tr>
<td class="row3" colspan="2" align="center"><span class="gensmall error">
<!-- BEGIN errors -->
{errors} <br />
<!-- END errors -->
</td>
<td class="row3" colspan="4" align="center"><span class="genmed error">{ERROR}</span></td>
</tr>
<!-- ENDIF -->