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.
 
 
 
 
 
 

58 lines
3.3 KiB

{* $Id$ *}
<div class="d-flex">
<div class="me-4">
<span class="float-start fa-stack fa-lg margin-right-18em" alt="{tr}Changes Wizard{/tr}" title="Changes Wizard">
<i class="fas fa-arrow-circle-up fa-stack-2x"></i>
<i class="fas fa-flip-horizontal fa-magic fa-stack-1x ms-4 mt-4"></i>
</span>
</div>
</br></br>
<div class="flex-grow-1 ms-3">
{icon name="desktop" size=3 iclass="float-sm-end"}
{tr}Some User Interface (UI) improvements which usually come disabled in new Tiki installations{/tr}.
<a href="http://doc.tiki.org/Interface" target="tikihelp" class="tikihelp" title="{tr}User Interface:{/tr}
{tr}They are proven to be useful enhancements in some production environments{/tr}.
<br/><br/>
{tr}The ones still tagged as <em>experimental</em> <img src=img/icons/error.png> might have failed to work under some environments, but they are very likely to work as-is in your environment also, so you might like to give them a try{/tr}.
">
{icon name="help" size=1}
</a>
<fieldset class="mb-3 w-100 clearfix featurelist">
<legend> {tr}Icons and Profile Pictures{/tr} </legend>
{preference name=menus_items_icons}
{preference name=user_use_gravatar}
</fieldset>
<fieldset class="mb-3 w-100 clearfix featurelist">
<legend> {tr}File Galleries{/tr} </legend>
{preference name=fgal_elfinder_feature}
<div class="adminoptionboxchild form-check" id="fgal_elfinder_feature_childcontainer">
<input type="checkbox" class="form-check-input" name="useElFinderAsDefault" {if !isset($useElFinderAsDefault) or $useElFinderAsDefault eq true}checked='checked'{/if} /> {tr}Set elFinder as the default file gallery viewer{/tr}.
<div class="adminoptionboxchild">
{tr}See also{/tr} <a href="http://doc.tiki.org/elFinder" target="_blank">{tr}elFinder{/tr} @ doc.tiki.org</a>
</div>
</div>
</fieldset>
<fieldset class="mb-3 w-100 clearfix featurelist">
<legend> {tr}Text Areas{/tr} </legend>
{preference name=wiki_auto_toc}
<div class="adminoptionboxchild" id="wiki_auto_toc_childcontainer">
{preference name=wiki_inline_auto_toc}
{preference name=wiki_toc_pos}
{preference name=wiki_toc_offset}
{preference name=wiki_toc_tabs}
</div>
{preference name=wysiwyg_inline_editing}
</fieldset>
<fieldset class="mb-3 w-100 clearfix featurelist">
<legend> {tr}jQuery plugins and add-ons{/tr} </legend>
{preference name=feature_jquery_media}
{preference name=feature_jquery_reflection}
{preference name=feature_jquery_zoom}
{preference name=feature_jquery_carousel} <img src="img/icons/bug_error.png" alt="{tr}Experimental{/tr}" title="{tr}Experimental{/tr}">
{preference name=feature_jquery_tablesorter} <img src="img/icons/bug_error.png" alt="{tr}Experimental{/tr}" title="{tr}Experimental{/tr}">
{preference name=jquery_select2}
{preference name=jquery_fitvidjs}
</fieldset>
</div>
</div>