1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-02 04:24:56 +02:00

[ticket/14612] Fix incorrect class for fieldset in mcp_approve.html

PHPBB3-14612
This commit is contained in:
cyberalien 2016-04-23 22:46:52 +03:00
parent 29bb1ab72d
commit 877188c114

View File

@ -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>