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.
 
 
 
 
 
 

25 lines
998 B

{* $Id$ *}
<form role="form" action="tiki-admin.php?page=faqs" method="post">
{ticket}
<div class="t_navbar mb-4 clearfix">
<a role="link" class="btn btn-link tips" href="tiki-list_faqs.php" title=":{tr}FAQ listing{/tr}">
{icon name="list"} {tr}FAQs{/tr}
</a>
{include file='admin/include_apply_top.tpl'}
</div>
<fieldset>
<legend>{tr}Activate the feature{/tr}</legend>
{preference name=feature_faqs visible="always"}
</fieldset>
<fieldset class="mb-3 w-100">
<legend>{tr}Settings{/tr}</legend>
{preference name=faq_prefix}
{preference name=feature_faq_comments}
<div class="adminoptionboxchild" id="feature_faq_comments_childcontainer">
{preference name=faq_comments_per_page}
{preference name=faq_comments_default_ordering}
</div>
{preference name=faq_feature_copyrights}
</fieldset>
{include file='admin/include_apply_bottom.tpl'}
</form>