Skip to content

Commit

Permalink
create preference
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Apr 16, 2024
1 parent 4976b2b commit 1016fb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/templates/tpl-preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<label for="noWatch" class="afch-label">Do not add pages to watchlist</label>
<input type="checkbox" id="noWatch" class="afch-input" {{#noWatch}}checked{{/noWatch}} />
</div>
<div id="autoSubscribeWrapper">
<label for="autoSubscribe" class="afch-label"><a href="https://www.mediawiki.org/wiki/Help:DiscussionTools#Topic_subscriptions" target="_blank">Receive a notification</a> whenever a draft author replies to one of your user talk messages</label>
<input type="checkbox" id="autoSubscribe" class="afch-input" {{#autoSubscribe}}checked{{/autoSubscribe}} />
</div>
</div>
<!-- /preferences -->

Expand Down

0 comments on commit 1016fb3

Please sign in to comment.