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.
 
 
 
 
 
 

22 lines
959 B

{* $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="file-text-o" size=3 iclass="float-sm-end"}
<h4 class="mt-0 mb-4">{tr}Automatic table of contents for a wiki page{/tr}</h4>
<fieldset>
<legend>{tr}Auto TOC options{/tr}</legend>
{preference name=wiki_inline_auto_toc}
{preference name=wiki_toc_pos}
{preference name=wiki_toc_offset}
{preference name=wiki_toc_tabs}
<br>
<em>{tr}See also{/tr} <a href="http://doc.tiki.org/tiki-index.php?page=Auto+TOC" target="_blank">{tr}Auto TOC{/tr} @ doc.tiki.org</a></em>
</fieldset>
</div>
</div>