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}
|
2008-02-12 18:59:44 +01:00
|
|
|
{if $LSview_actions != ''}
|
2008-07-05 22:28:49 +02:00
|
|
|
<ul class='LSview-actions'>
|
2008-02-12 18:59:44 +01:00
|
|
|
{foreach from=$LSview_actions item=item}
|
2008-10-09 03:31:33 +02:00
|
|
|
<li class='LSview-actions'><a href='{$item.url}' class='LSview-actions'><img src='{$LS_IMAGES_DIR}/{$item.action}.png' alt='{$item.label}' title='{$item.label}' /> {$item.label}</a></li>
|
2008-02-12 18:59:44 +01:00
|
|
|
{/foreach}
|
2008-07-05 22:28:49 +02:00
|
|
|
</ul>
|
2008-02-12 18:59:44 +01:00
|
|
|
{/if}
|
2008-02-08 18:39:24 +01:00
|
|
|
|
2013-06-17 23:39:22 +02:00
|
|
|
{include file='ls:LSform.tpl'}
|
2008-02-26 18:40:05 +01:00
|
|
|
|
2013-06-17 23:39:22 +02:00
|
|
|
{include file='ls:bottom.tpl'}
|