source: extensions/Subscribe_to_comments/admin/template/config.tpl @ 26139

Last change on this file since 26139 was 26139, checked in by mistic100, 10 years ago

update for 2.6

File size: 881 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          <input type="checkbox" name="notify_admin_on_subscribe" value="1" {if $notify_admin_on_subscribe}checked="checked"{/if}>
12          <b>{'Notify administrators when a user take a new subscription'|translate}</b>
13        </label>
14      </li>
15      <li>
16        <label>
17          <input type="checkbox" name="allow_global_subscriptions" value="1" {if $allow_global_subscriptions}checked="checked"{/if}>
18          <b>{'Allow users to subscribe to global notifications'|translate}</b>
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.