{* $Header$ *} {strip} {form} {legend legend="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="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="Listing Settings"} {foreach from=$pigeonholeListSettings 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="Member Thumbnail"} {forminput} {html_options values=$imageSizes options=$imageSizes name="pigeonholes_member_thumb" selected=$gBitSystem->getConfig('pigeonholes_member_thumb')} {formhelp note="This is the size of category members with a primary attachment."} {/forminput}
{formlabel label="Table Columns" for="pigeonholes_display_columns"} {forminput} {html_options name="pigeonholes_display_columns" options=$tableColumns values=$tableColumns selected=$gBitSystem->getConfig('pigeonholes_display_columns',3) id=pigeonholes_display_columns} {formhelp note="Set the number of columns you want to display the table in."} {/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} {/legend} {legend legend="Pigeonhole Content Edit Settings"} {foreach from=$pigeonholeContentEditSettings 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} {legend legend="Pigeonholeable Content"}
{formlabel label="Pigeonholeable Content"} {forminput} {html_checkboxes options=$formPigeonholeable.guids value=y name=pigeonholeable_content separator="
" checked=$formPigeonholeable.checked} {formhelp note="Here you can select what content can be pigeonholed."} {/forminput}
{/legend}
{/form} {/strip}