{* $Header$ *} {strip} {if $smarty.request.preview}

{tr}Preview{/tr}

{$smarty.request.title|escape}

{$smarty.request.data}
{/if} {form legend="Edit/Create module" id="editusr"} {formfeedback hash=$feedback}
{formlabel label="Name" for="name"} {forminput} {formhelp note="You will see this name show up"} {/forminput}
{formlabel label="Title" for="title"} {forminput} {formhelp note="This is the name that will appear as the title of your module."} {/forminput}
{formlabel label="Data" for="usermoduledata"} {forminput} {formhelp note="Simply insert any HTML in this textarea."} {/forminput}
{/form} {section name=user loop=$customModules} {sectionelse} {/section}
{tr}Custom Modules{/tr}
{tr}Name{/tr} {tr}Title{/tr} {tr}Action{/tr}
{$customModules[user].name|escape} {$customModules[user].title|escape} {biticon ipackage="icons" iname="stock_attach" iexplain=assign} {biticon ipackage="icons" iname="edit" iexplain=edit} {biticon ipackage="icons" iname="user-trash" iexplain=delete}
{tr}No records found{/tr}
{/strip}