2016-07-20 00:46:51 +02:00
|
|
|
{extends file="ls:empty.tpl"}
|
|
|
|
{block "content"}
|
|
|
|
{if $pagetitle != '' || !empty($listAvailableDataEntryForm)}
|
|
|
|
<section class="content-header">
|
|
|
|
<h1>{$pagetitle}</h1>
|
2010-11-17 19:00:09 +01:00
|
|
|
|
|
|
|
{if !empty($listAvailableDataEntryForm)}
|
2016-07-20 00:46:51 +02:00
|
|
|
<p class='pull-right LSform_listAvailableDataEntryForm'>
|
|
|
|
<label>
|
|
|
|
{$DataEntryFormLabel}
|
|
|
|
<select id='LSform_listAvailableDataEntryForm'>
|
|
|
|
<option value=''>--</option>
|
|
|
|
{html_options options=$listAvailableDataEntryForm selected=$LSform_dataEntryForm}
|
|
|
|
</select>
|
2010-11-17 19:00:09 +01:00
|
|
|
</label>
|
2016-07-20 00:46:51 +02:00
|
|
|
</p>
|
2010-11-17 19:00:09 +01:00
|
|
|
{/if}
|
2016-07-20 00:46:51 +02:00
|
|
|
|
|
|
|
</section>
|
|
|
|
{/if}
|
|
|
|
<section class="content">
|
|
|
|
|
2013-06-17 23:39:22 +02:00
|
|
|
{include file='ls:LSform.tpl'}
|
2016-07-20 00:46:51 +02:00
|
|
|
|
|
|
|
</section>
|
|
|
|
{/block}
|