diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_approve.html')
-rw-r--r-- | phpBB/styles/subSilver/template/mcp_approve.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_approve.html b/phpBB/styles/subSilver/template/mcp_approve.html index efb5f5bcc6..e62476879e 100644 --- a/phpBB/styles/subSilver/template/mcp_approve.html +++ b/phpBB/styles/subSilver/template/mcp_approve.html @@ -14,7 +14,7 @@ <span class="gen" style="color:red">{ADDITIONAL_MSG}</span><br /> <!-- ENDIF --> <!-- IF S_NOTIFY_POSTER --> - <input type="checkbox" name="notify_poster" checked="checked" /><span class="gen"><!-- IF S_APPROVE -->{L_NOTIFY_POSTER_APPROVAL}<!-- ELSE -->{L_NOTIFY_POSTER_DISAPPROVAL}<!-- ENDIF --></span><br /> + <input type="checkbox" class="radio" name="notify_poster" checked="checked" /><span class="gen"><!-- IF S_APPROVE -->{L_NOTIFY_POSTER_APPROVAL}<!-- ELSE -->{L_NOTIFY_POSTER_DISAPPROVAL}<!-- ENDIF --></span><br /> <!-- ENDIF --> <!-- IF not S_APPROVE --> <br /> |