{* $Header$ *} {strip}

{tr}PDF Plugin Settings{/tr}

{form legend="PDF Plugin settings"}

{booticon iname="icon-warning-sign" iexplain="Warning"} {tr}To make use of this plugin, you need to install SWF Tools. This will provide all necessary tools to convert uploaded PDF files to shockwave flash files that can be viewed in your browser.{/tr}

{if !$gLibertySystem->isPluginActive( 'mimepdf' )} {formfeedback error="This plugins has not been enabled. You need to enable it for these settings to take effect."} {/if} {formfeedback hash=$feedback} {foreach from=$pdfSettings key=feature item=output}
{formlabel label=`$output.label` for=$feature} {forminput} {if $output.type == 'checkbox'} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {else} {/if} {formhelp note=`$output.note` page=`$output.page`} {/forminput}
{/foreach}
{/form}
{/strip}