You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
2.0 KiB

{* $Id$ *}
<div class="d-flex">
<div class="flex-shrink-0">
<span class="fa-stack fa-lg" style="width: 100px;" title="Configuration Wizard">
<i class="fas fa-cog fa-stack-2x"></i>
<i class="fas fa-flip-horizontal fa-magic fa-stack-1x ms-4 mt-4"></i>
</span>
</div>
<div class="flex-grow-1 ms-3">
{icon name="admin_fgal" size=3 iclass="float-sm-end"}
<h4 class="mt-0 mb-4">{tr}Set up the file gallery and attachments{/tr}. {tr}Choose to store them either in the database or in files on disk, among other options{/tr}.</h4>
<fieldset class="mb-4">
{icon name="admin_fgal" size=2 iclass="adminWizardIconright"}
<legend>{tr}File Gallery{/tr}</legend>
{preference name='fgal_elfinder_feature'}
<div class="adminoptionboxchild">
{tr}This setting makes the feature available, go to next wizard page to apply elFinder to File Galleries.
This setting also activates jQuery, which is required for elFinder{/tr}.
{tr}See also{/tr} <a href="http://doc.tiki.org/elFinder" target="_blank">{tr}elFinder{/tr} @ doc.tiki.org</a>
</div>
<br>
{preference name='fgal_use_db'}<br>
<em>{tr}See also{/tr} <a href="tiki-admin.php?page=fgal#content1" target="_blank">{tr}File Gallery admin panel{/tr}</a></em>
</fieldset>
<fieldset>
{icon name="admin_wiki" size=2 iclass="adminWizardIconright"}
<legend>{tr}Wiki Attachments{/tr}</legend>
{preference name=feature_wiki_attachments}
{preference name=feature_use_fgal_for_wiki_attachments}
<br>
<em>{tr}See also{/tr} <a href="tiki-admin.php?page=wiki&amp;alt=Wiki#content2" target="_blank">{tr}Wiki admin panel{/tr}</a></em>
</fieldset>
</div>
</div>