mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-13 05:53:03 +01:00
14 lines
544 B
Smarty
14 lines
544 B
Smarty
{include file='ls:top.tpl'}
|
|
{if $pagetitle != ''}<h1 id='LSform_title'>{$pagetitle|escape:"htmlall"}</h1>{/if}
|
|
|
|
{if !empty($listAvailableDataEntryForm)}
|
|
<p class='LSform_listAvailableDataEntryForm'><label>{$DataEntryFormLabel|escape:"htmlall"}
|
|
<select id='LSform_listAvailableDataEntryForm'>
|
|
<option value=''>--</option>
|
|
{html_options options=$listAvailableDataEntryForm selected=$LSform_dataEntryForm}
|
|
</select>
|
|
</label>
|
|
{/if}
|
|
|
|
{include file='ls:LSform.tpl'}
|
|
{include file='ls:bottom.tpl'}
|