Merge remote-tracking branch 'refs/remotes/origin/3.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / manageSubscription.tpl
CommitLineData
95961bdf 1<div class="section">
320f4a6d
MW
2 <dl class="wide">
3 <dd>
6f2bc235 4 <label><input type="radio" name="subscribe" value="1"{if $userObjectWatch} checked{/if}> {lang}wcf.user.objectWatch.subscribe.{@$objectType->objectType}{/lang}</label>
320f4a6d 5
6f2bc235 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>
320f4a6d
MW
7 </dd>
8 </dl>
9 <dl class="wide">
10 <dd>
6f2bc235 11 <label><input type="radio" name="subscribe" value="0"{if !$userObjectWatch} checked{/if}> {lang}wcf.user.objectWatch.unsubscribe.{@$objectType->objectType}{/lang}</label>
320f4a6d
MW
12 </dd>
13 </dl>
14
15 {event name='fields'}
95961bdf 16</div>
320f4a6d
MW
17
18<div class="formSubmit">
19 <button class="jsButtonSave buttonPrimary">{lang}wcf.global.button.save{/lang}</button>
20</div>