{* $Header: /cvsroot/bitweaver/_bit_themes/templates/admin_themes.tpl,v 1.1 2006/09/10 21:16:39 squareing Exp $ *} {strip} {form legend="Theme Settings"}
{formlabel label="Display action links as" for="site_biticon_display_style"} {forminput} {html_options name="site_biticon_display_style" id="site_biticon_display_style" options=$biticon_display_options selected=$gBitSystem->mConfig.site_biticon_display_style} {formhelp note="Changing this setting will modify the way all action icons are displayed on your site. Icons in menus are not affected."} {/forminput}
{foreach from=$themeSettings 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}
{/form} {/strip}