1{* $Id$ *}
2<div class="media">
3	<div class="mr-4">
4		<span class="fa-stack fa-lg" style="width: 100px;" title="Configuration Wizard">
5			<i class="fas fa-cog fa-stack-2x"></i>
6			<i class="fas fa-flip-horizontal fa-magic fa-stack-1x ml-4 mt-4"></i>
7		</span>
8	</div>
9	<div class="media-body">
10		{icon name="file-text-o" size=3 iclass="adminWizardIconright"}
11		<h4 class="mt-0 mb-4">{tr}Set up the Wiki environment{/tr}</h4>
12		<fieldset>
13			<legend>{tr}Wiki environment{/tr}</legend>
14			<div class="admin clearfix featurelist">
15				{preference name=feature_categories}
16				{preference name=wiki_auto_toc}
17				<div class="adminoptionboxchild">
18					{tr}See also{/tr} <a href="https://doc.tiki.org/Category" target="_blank">{tr}Category{/tr} @ doc.tiki.org</a>
19				</div>
20				{preference name=feature_wiki_structure}
21				<div class="adminoptionboxchild">
22					{tr}Look for the <img src="img/icons/camera.png" /> icon in the editor toolbar{/tr}. {tr}Requires Java{/tr}.<br/><a href="https://www.java.com/verify/" target="_blank">{tr}Verify your Java installation{/tr}</a>.<br>
23				</div>
24				{preference name=flaggedrev_approval}
25				<div id="flaggedrev_approval_childcontainer">
26					{if $prefs['feature_categories'] eq 'y'}
27						{preference name=flaggedrev_approval_categories}
28					{else}
29						{remarksbox type="info" title="{tr}Info{/tr}"}
30							{tr}Once you have the feature '<strong>Categories</strong>' enabled, you will need to define some content categories, and indicate which ones require revision approval for their wiki pages{/tr}.
31							<br><br/>
32							{tr}You will be able to set the category ids here when you come back with Categories enabled, or at the corresponding <a href="tiki-admin.php?page=wiki&cookietab=3" class="alert-link" target="_blank">Control Panel</a> with the '<em>Advanced</em>' features shown in the <a class='alert-link' target='tikihelp' href='https://doc.tiki.org/Preference+Filters'>Preference Filters</a>{/tr}.
33						{/remarksbox}
34					{/if}
35				</div>
36			</div>
37			<br><br>
38			<em>{tr}See also{/tr} <a href="tiki-admin.php?page=wiki&amp;alt=Wiki#content1" target="_blank">{tr}Wiki admin panel{/tr}</a></em>
39		</fieldset>
40	</div>
41</div>
42