{strip} {jstab title=$smarty.const.BOARDS_PKG_DIR|ucfirst}
{if $boardsSettings} {form legend="Simple Settings"} {foreach from=$boardsSettings key=option item=output}
{assign var='pref' value=$output.pref} {if $userPrefs.$pref == null} {assign var='value' value=$output.default} {else} {assign var='value' value=$userPrefs.$pref} {/if} {formlabel label=$output.label for=$option} {forminput} {if $output.type == 'text'} {else} {/if} {formhelp note=$output.note page=$output.page link=$output.link} {/forminput}
{/foreach}
{/form} {/if} {form enctype="multipart/form-data" id="bitboarduprefs" legend="Edit Signature"} {formfeedback warning=$error} {textarea gContent=$signatureContent name="bitboarduprefs[edit]" rows=4 edit=$editUser->getPreference('signature_content_data')}
{/form} {if $preview} {legend legend="Preview Signature"}
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='nav' serviceHash=$signatureContent->mInfo}
{$signatureContent->mInfo.parsed_data}
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$signatureContent->mInfo}
{/legend} {/if} {* any service edit template tabs *}
{/jstab} {include file="bitpackage:liberty/edit_services_inc.tpl" serviceFile="content_edit_tab_tpl"} {/strip}