diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/subSilver/posting_body.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/posting_body.tpl b/phpBB/templates/subSilver/posting_body.tpl index 71de4d50e2..35471755ed 100644 --- a/phpBB/templates/subSilver/posting_body.tpl +++ b/phpBB/templates/subSilver/posting_body.tpl @@ -390,12 +390,14 @@ function bbstyle(formObj, bbnumber) { <td><span class="gen">{L_ATTACH_SIGNATURE}</span></td> </tr> <!-- END signature_checkbox --> + <!-- BEGIN notify_checkbox --> <tr> <td> <input type="checkbox" name="notify" {S_NOTIFY_CHECKED} /> </td> <td><span class="gen">{L_NOTIFY_ON_REPLY}</span></td> </tr> + <!-- END notify_checkbox --> <!-- BEGIN delete_checkbox --> <tr> <td> |
