ldapsaisie/public_html/templates/default/create.tpl
2010-11-17 19:00:09 +01:00

14 lines
471 B
Smarty

{include file='top.tpl'}
{if $pagetitle != ''}<h1 id='LSform_title'>{$pagetitle}</h1>{/if}
{if !empty($listAvailableDataEntryForm)}
<p class='LSform_listAvailableDataEntryForm'><label>{$DataEntryFormLabel}
<select id='LSform_listAvailableDataEntryForm'>
{html_options options=$listAvailableDataEntryForm selected=$LSform_dataEntryForm}
</select>
</label>
{/if}
{include file='LSform.tpl'}
{include file='bottom.tpl'}