2013-06-17 23:39:22 +02:00
|
|
|
{include file='ls:top.tpl'}
|
2008-11-10 00:24:46 +01:00
|
|
|
{if $pagetitle != ''}<h1 id='LSform_title'>{$pagetitle}</h1>{/if}
|
2010-11-17 19:00:09 +01:00
|
|
|
|
|
|
|
{if !empty($listAvailableDataEntryForm)}
|
|
|
|
<p class='LSform_listAvailableDataEntryForm'><label>{$DataEntryFormLabel}
|
|
|
|
<select id='LSform_listAvailableDataEntryForm'>
|
2010-11-18 11:17:46 +01:00
|
|
|
<option value=''>--</option>
|
2010-11-17 19:00:09 +01:00
|
|
|
{html_options options=$listAvailableDataEntryForm selected=$LSform_dataEntryForm}
|
|
|
|
</select>
|
|
|
|
</label>
|
|
|
|
{/if}
|
2008-02-12 18:59:44 +01:00
|
|
|
|
2013-06-17 23:39:22 +02:00
|
|
|
{include file='ls:LSform.tpl'}
|
|
|
|
{include file='ls:bottom.tpl'}
|