mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-14 14:33:02 +01:00
ab7f16ea67
puisse être traduit.
13 lines
517 B
Smarty
13 lines
517 B
Smarty
{include file='top.tpl'}
|
|
{if $pagetitle != ''}<h1>{$pagetitle}</h1>{/if}
|
|
{if $LSview_actions != ''}
|
|
<p class='LSview-actions'>
|
|
{foreach from=$LSview_actions item=item}
|
|
<a href='{$item.url}' class='LSview-actions'><img src='{$LS_IMAGES_DIR}/{$item.action}.png' alt='{$item.label}' title='{$item.label}' /></a>
|
|
{/foreach}
|
|
</p>
|
|
{/if}
|
|
|
|
<p class='question'>{$question}</p>
|
|
<a href='{$validation_url}' class='question'>{$validation_label}</a>
|
|
{include file='bottom.tpl'}
|