{* $Header: /cvsroot/bitweaver/_bit_articles/templates/admin_articles.tpl,v 1.12 2006/11/23 15:18:18 squareing Exp $ *} {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} {tr}pixels{/tr} {formhelp note="Here you can set the maximum width and height an article image can have. If you don't want this feature active, set it very high, then your images will not be resized."} {/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}