aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_groups_manage.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-05-14 12:18:40 +0200
committerMarc Alexander <admin@m-a-styles.de>2013-05-14 12:18:40 +0200
commit84cfacf1f254328e28f202336e2eae99a45a2c0b (patch)
treede64812c23565c1aa2a0b4dd190a52d7de0111cd /phpBB/styles/prosilver/template/ucp_groups_manage.html
parent45e014d35d755363224a8a84dd9bb51299a6f107 (diff)
downloadforums-84cfacf1f254328e28f202336e2eae99a45a2c0b.tar
forums-84cfacf1f254328e28f202336e2eae99a45a2c0b.tar.gz
forums-84cfacf1f254328e28f202336e2eae99a45a2c0b.tar.bz2
forums-84cfacf1f254328e28f202336e2eae99a45a2c0b.tar.xz
forums-84cfacf1f254328e28f202336e2eae99a45a2c0b.zip
[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
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_groups_manage.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_groups_manage.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_groups_manage.html b/phpBB/styles/prosilver/template/ucp_groups_manage.html
index 87b548c23b..a58829f99f 100644
--- a/phpBB/styles/prosilver/template/ucp_groups_manage.html
+++ b/phpBB/styles/prosilver/template/ucp_groups_manage.html
@@ -6,19 +6,18 @@
<div class="panel">
<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>
<!-- IF S_EDIT -->
<h3>{L_GROUP_DETAILS}</h3>
-
- <!-- IF S_ERROR -->
- <div class="errorbox">
- <h3>{L_WARNING}</h3>
- <p>{ERROR_MSG}</p>
- </div>
- <!-- ENDIF -->
-
+
<fieldset>
<dl>
<dt><label for="group_name">{L_GROUP_NAME}:</label></dt>