mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/11537] Adjust error message on ucp group manage to fit rest of ucp
The current look highly differed from the rest of the UCP. Additionally, this caused the error message to be hardly noticeable at all. PHPBB3-11537
This commit is contained in:
parent
45e014d35d
commit
84cfacf1f2
1 changed files with 8 additions and 9 deletions
|
@ -7,18 +7,17 @@
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner"><span class="corners-top"><span></span></span>
|
<div class="inner"><span class="corners-top"><span></span></span>
|
||||||
|
|
||||||
|
<!-- IF S_ERROR -->
|
||||||
|
<fieldset>
|
||||||
|
<p class="error">{ERROR_MSG}</p>
|
||||||
|
</fieldset>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<p>{L_GROUPS_EXPLAIN}</p>
|
<p>{L_GROUPS_EXPLAIN}</p>
|
||||||
|
|
||||||
<!-- IF S_EDIT -->
|
<!-- IF S_EDIT -->
|
||||||
<h3>{L_GROUP_DETAILS}</h3>
|
<h3>{L_GROUP_DETAILS}</h3>
|
||||||
|
|
||||||
<!-- IF S_ERROR -->
|
|
||||||
<div class="errorbox">
|
|
||||||
<h3>{L_WARNING}</h3>
|
|
||||||
<p>{ERROR_MSG}</p>
|
|
||||||
</div>
|
|
||||||
<!-- ENDIF -->
|
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="group_name">{L_GROUP_NAME}:</label></dt>
|
<dt><label for="group_name">{L_GROUP_NAME}:</label></dt>
|
||||||
|
|
Loading…
Add table
Reference in a new issue