Skip to content

Commit

Permalink
Merge pull request #5756 from BOINC/dpa_forum8
Browse files Browse the repository at this point in the history
forums: 'subscribe' checkbox is initially unchecked
  • Loading branch information
AenBleidd committed Aug 13, 2024
2 parents af6c23c + 6d66e9e commit e1fa944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/user/forum_post.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function() use($content, $title) {
<input name="add_signature" %s id="add_sig" type="checkbox">
<label for="add_sig">%s</label>
&nbsp;&nbsp;&nbsp;
<input name="subscribe" id="subscribe" type="checkbox" checked>
<input name="subscribe" id="subscribe" type="checkbox">
<label for="subscribe">%s</label>',
tra("Preview"),
tra("OK"),
Expand Down
2 changes: 1 addition & 1 deletion html/user/forum_reply.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function show_message_row($thread, $parent_post) {
<input type="checkbox" name="add_signature" id="add_signature" %s>
<label for="add_signature">%s</label>
&nbsp;&nbsp;&nbsp;
<input type="checkbox" name="subscribe" id="subscribe" checked>
<input type="checkbox" name="subscribe" id="subscribe">
<label for="subscribe">%s</label>
</form>',
button_style('blue'),
Expand Down

0 comments on commit e1fa944

Please sign in to comment.