{* $Header: /cvsroot/bitweaver/_bit_pigeonholes/templates/admin_pigeonholes.tpl,v 1.8 2006/06/11 11:02:05 squareing Exp $ *} {strip} {form} {legend legend="Pigeonhole Display Settings"} {foreach from=$pigeonholeDisplaySettings 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="List style" for="pigeonholes_list_style"} {forminput} {html_options name="pigeonholes_list_style" options=$listStyles values=$listStyles selected=$gBitSystem->getConfig('pigeonholes_list_style') id=pigeonholes_list_style} {formhelp note="Select the display method. Table listing is better suited for large categories.
Custom sorting only works with the dynamic list method."} {/forminput}
{formlabel label="Number of Members" for="member_number"} {forminput} {html_options name="pigeonholes_limit_member_number" options=$memberLimit values=$memberLimit selected=$gBitSystem->getConfig('pigeonholes_limit_member_number') id=member_number} {formhelp note="Here you can specify what number of members are displayed at the bottom of a page."} {/forminput}
{/legend} {legend legend="Pigeonhole Edit Settings"} {foreach from=$pigeonholeEditSettings 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="Number of categories for a scrolling list" for="pigeonholes_scrolling_list_number"} {forminput} {formhelp note="If you have more than this number of categories, categories selection is displayed in a scrolling list instead of checkboxes"} {/forminput}
{/legend}
{/form} {/strip}