aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-06-04 16:15:48 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-06-04 16:15:48 +0200
commit82649b37e461b3a2701fd6bfef88167017d2c3b6 (patch)
tree8680bdbae01fa21f26a3fe0a026760919cd6801c
parent4fdbd6217d9d7fe741cfa56b2285a332f1e16d96 (diff)
parent877188c114e3cafb5044aa940050eb9d8c4898ef (diff)
downloadforums-82649b37e461b3a2701fd6bfef88167017d2c3b6.tar
forums-82649b37e461b3a2701fd6bfef88167017d2c3b6.tar.gz
forums-82649b37e461b3a2701fd6bfef88167017d2c3b6.tar.bz2
forums-82649b37e461b3a2701fd6bfef88167017d2c3b6.tar.xz
forums-82649b37e461b3a2701fd6bfef88167017d2c3b6.zip
Merge pull request #4302 from cyberalien/ticket/14612
[ticket/14612] Fix incorrect class for fieldset in mcp_approve.html
-rw-r--r--phpBB/styles/prosilver/template/mcp_approve.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_approve.html b/phpBB/styles/prosilver/template/mcp_approve.html
index ed68085484..f7874ab90b 100644
--- a/phpBB/styles/prosilver/template/mcp_approve.html
+++ b/phpBB/styles/prosilver/template/mcp_approve.html
@@ -39,7 +39,7 @@
<fieldset>
<!-- IF S_NOTIFY_POSTER -->
- <dl class="panel">
+ <dl class="fields2 nobg">
<dt>&nbsp;</dt>
<dd><label><input type="checkbox" name="notify_poster" checked="checked" /> <!-- IF S_APPROVE -->{L_NOTIFY_POSTER_APPROVAL}<!-- ELSE -->{L_NOTIFY_POSTER_DISAPPROVAL}<!-- ENDIF --></label></dd>
</dl>