{* $Header$ *} {strip} {form} {jstabs} {jstab title="Article Settings"} {legend legend="CMS Settings"} {foreach from=$formCmsSettings key=feature item=output}
{formlabel label=$output.label for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {formhelp note=$output.note page=$output.page} {/forminput}
{/foreach}
{formlabel label="Maximum Articles" for="articles-maxhome"} {forminput} {formhelp note="Number of articles shown on the main articles page."} {/forminput}
{formlabel label="Article Description Length" for="articles-descrlength"} {forminput} {tr}characters{/tr} {formhelp note="Number of characters displayed on the articles main page before splitting the article into a heading and body.
Changing this value might influence existing articles."} {/forminput}
{formlabel label="Article Image Size" for="article_topic_thumbnail_size"} {forminput} {html_options values=$imageSizes options=$imageSizes name="articles_image_size" selected=$gBitSystem->getConfig('articles_image_size')|default:small} {formhelp note="Here you can select the size of the displayed article image."} {/forminput}
{/legend} {/jstab} {jstab title="Article Listings"} {legend legend="CMS Settings"} {foreach from=$formArticleListing key=feature item=output}
{formlabel label=$output.label for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {formhelp note=$output.note page=$output.page} {/forminput}
{/foreach} {/legend} {/jstab} {/jstabs}
{/form} {/strip}