diff options
author | cyberalien <cyberalien@gmail.com> | 2016-04-23 22:46:52 +0300 |
---|---|---|
committer | cyberalien <cyberalien@gmail.com> | 2016-04-23 22:46:52 +0300 |
commit | 877188c114e3cafb5044aa940050eb9d8c4898ef (patch) | |
tree | dadd9d502a88627569771fe5ec0f89d2ef8c1d99 /phpBB/styles | |
parent | 29bb1ab72d68ff9a19cb3e1d99d4a4a9060e55a1 (diff) | |
download | forums-877188c114e3cafb5044aa940050eb9d8c4898ef.tar forums-877188c114e3cafb5044aa940050eb9d8c4898ef.tar.gz forums-877188c114e3cafb5044aa940050eb9d8c4898ef.tar.bz2 forums-877188c114e3cafb5044aa940050eb9d8c4898ef.tar.xz forums-877188c114e3cafb5044aa940050eb9d8c4898ef.zip |
[ticket/14612] Fix incorrect class for fieldset in mcp_approve.html
PHPBB3-14612
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_approve.html | 2 |
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> </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> |