root/groupapplymail/templates/userGroupApplyMail.tpl @ 269

Revision 269, 1.0 kB (checked in by d0nut, 5 years ago)

first working release of groupapplymail

Line 
1<form method="post" action="index.php?action=UserGroupOptions">
2        <fieldset>
3                <legend>{lang}wcf.groupapplymail.options{/lang}</legend>
4
5                <div class="formCheckBox formElement" id="enableGroupApplyMailDiv">
6
7                        <div class="formField">
8                                <label for="enableGroupApplyMail"><input id="enableGroupApplyMail" type="checkbox" name="groupApplyMail_enabled" value="1"
9                                {if $enabled}checked="checked"{/if}/> {lang}wcf.groupapplymail.enableEmailNotification.{$groupType}{/lang}</label>
10                        </div>
11
12                        <div class="formFieldDesc">
13                                <p>{lang}wcf.groupapplymail.enableEmailNotification.{$groupType}.description{/lang}</p>
14                        </div>
15                </div>
16       
17                {if $additionalOptions|isset}{@$additionalOptions}{/if}
18       
19                <div class="formSubmit">
20                        <input type="submit" accesskey="s" value="{lang}wcf.global.button.submit{/lang}" />
21                        <input type="reset" accesskey="r" value="{lang}wcf.global.button.reset{/lang}" />
22                        <input type="hidden" name="groupID" value="{$groupID}" />
23                </div>
24        </fieldset>
25</form>
Note: See TracBrowser for help on using the browser.