source:
extensions/Subscribe_to_comments/template/admin.tpl
@
15871
Last change on this file since 15871 was 15641, checked in by , 12 years ago | |
---|---|
File size: 933 bytes |
Line | |
---|---|
1 | <div class="titrePage" style="clear:right;"> |
2 | <h2>Subscribe to Comments</h2> |
3 | </div> |
4 | |
5 | <form method="post" action="" class="properties"> |
6 | <fieldset> |
7 | <legend>{'Configuration'|@translate}</legend> |
8 | <ul> |
9 | <li> |
10 | <label> |
11 | <span class="property">{'Notify administrators when a user take a new subscription'|@translate}</span> |
12 | <input type="checkbox" name="notify_admin_on_subscribe" value="1" {if $notify_admin_on_subscribe}checked="checked"{/if}> |
13 | </label> |
14 | </li> |
15 | <li> |
16 | <label> |
17 | <span class="property">{'Allow users to subscribe to global notifications'|@translate}</span> |
18 | <input type="checkbox" name="allow_global_subscriptions" value="1" {if $allow_global_subscriptions}checked="checked"{/if}> |
19 | </label> |
20 | </li> |
21 | </ul> |
22 | </fieldset> |
23 | |
24 | <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="config_submit"/></p> |
25 | </form> |
Note: See TracBrowser
for help on using the repository browser.