Merge branch '5.3'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / manageSubscription.tpl
1 <div class="section">
2 <dl class="wide">
3 <dd>
4 <label><input type="radio" name="subscribe" value="1"{if $userObjectWatch} checked{/if}> {lang}wcf.user.objectWatch.subscribe.{@$objectType->objectType}{/lang}</label>
5
6 <small><label><input type="checkbox" name="enableNotification" value="1"{if $userObjectWatch && $userObjectWatch->notification} checked{/if}> {lang}wcf.user.objectWatch.enableNotification.{@$objectType->objectType}{/lang}</label></small>
7 </dd>
8 </dl>
9 <dl class="wide">
10 <dd>
11 <label><input type="radio" name="subscribe" value="0"{if !$userObjectWatch} checked{/if}> {lang}wcf.user.objectWatch.unsubscribe.{@$objectType->objectType}{/lang}</label>
12 </dd>
13 </dl>
14
15 {event name='fields'}
16 </div>
17
18 <div class="formSubmit">
19 <button class="jsButtonSave buttonPrimary">{lang}wcf.global.button.save{/lang}</button>
20 </div>