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:
parent
29bb1ab72d
commit
877188c114
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user