mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 00:21:42 +02: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:
@@ -6,19 +6,18 @@
|
|||||||
|
|
||||||
<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>
|
||||||
|
Reference in New Issue
Block a user