1{* $Id$ *}
2
3<div class="userWizardIconleft"><img src="img/icons/large/wizard_user48x48.png" alt="{tr}User Wizard{/tr}" /></div>
4{tr}Use 'watches' to monitor wiki pages or other objects.{/tr} {tr}Watch new items by clicking the {icon name='watch'} button on specific pages.{/tr}<br/>
5{tr}Set up below preferences related to receiving notifications by email about changes in the site{/tr}.<br/><br/><br/>
6
7{if $email_ok eq 'n'}
8	{remarksbox type="warning" title="{tr}Warning{/tr}"}
9		{tr}You need to set your email to receive email notifications.{/tr}
10		<a href="tiki-user_preferences.php" class="alert-link">{icon name="next"}</a>
11	{/remarksbox}
12{/if}
13
14<div class="adminWizardContent">
15	<fieldset>
16		{if $prefs.feature_user_watches eq 'y'}
17			<legend>{tr}Notification Preferences{/tr}</legend>
18			<div class="userWizardIconright"><img src="img/icons/large/evolution48x48.png" alt="{tr}Notification Preferences{/tr}" /></div>
19			<table class="formcolor" style="width:80%">
20				{tr}Send notification when I am the editor:{/tr}
21				<tr>
22					<td style="width:48%">
23						<p><input type="checkbox" class="form-check-input" name="user_wiki_watch_editor" {if $user_wiki_watch_editor eq 'y'}checked{/if}> {tr}Wiki{/tr}</p>
24						<p><input type="checkbox" class="form-check-input" name="user_article_watch_editor" {if $user_article_watch_editor eq 'y'}checked{/if}> {tr}Article{/tr}</p>
25						<p><input type="checkbox" class="form-check-input" name="user_blog_watch_editor" {if $user_blog_watch_editor eq 'y'}checked{/if}> {tr}Blog{/tr}</p>
26						<p><input type="checkbox" class="form-check-input" name="user_category_watch_editor" {if $user_category_watch_editor eq 'y'}checked{/if}> {tr}Category{/tr}</p>
27					</td>
28					<td style="width:4%">
29						&nbsp;
30					</td>
31					<td style="width:48%">
32						<p><input type="checkbox" class="form-check-input" name="user_tracker_watch_editor" {if $user_tracker_watch_editor eq 'y'}checked{/if}> {tr}Tracker{/tr}</p>
33						<p><input type="checkbox" class="form-check-input" name="user_calendar_watch_editor" {if $user_calendar_watch_editor eq 'y'}checked{/if}> {tr}Calendar{/tr}</p>
34						<p><input type="checkbox" class="form-check-input" name="user_comment_watch_editor" {if $user_comment_watch_editor eq 'y'}checked{/if}> {tr}Comment{/tr}</p>
35						<p><input type="checkbox" class="form-check-input" name="user_plugin_approval_watch_editor" {if $user_plugin_approval_watch_editor eq 'y'}checked{/if}> {tr}Plugin approval{/tr}</p>
36					</td>
37				</tr>
38			</table>
39		{else}
40			{tr}The feature user watches is disabled in this site{/tr}.<br/>
41			{tr}You might ask your site admin to enable it{/tr}.
42		{/if}
43	</fieldset>
44
45</div>
46