|
|
{extends 'layout_view.tpl'}
|
|
|
|
|
|
{block name="title"}
|
|
|
{title}{$title|escape}{/title}
|
|
|
{/block}
|
|
|
|
|
|
{block name="content"}
|
|
|
{if $trackerId}
|
|
|
<form class="simple" method="post" action="{service controller=tracker action=remove}">
|
|
|
<p>{tr _0=$name}Do you really want to remove the "%0" tracker?{/tr}</p>
|
|
|
{remarksbox type='warning' title='{tr}Please note{/tr}' close='n'}
|
|
|
{tr _0=$info.items}This tracker, its fields and all of its %0 items will be permanently removed from your system.{/tr}<br>
|
|
|
<strong>{tr}There is no undo!{/tr}</strong>
|
|
|
{/remarksbox}
|
|
|
<div class="submit">
|
|
|
<input type="hidden" name="confirm" value="1">
|
|
|
<input type="hidden" name="trackerId" value="{$trackerId|escape}">
|
|
|
<input type="submit" class="btn btn-danger" value="{tr}Remove{/tr}">
|
|
|
</div>
|
|
|
</form>
|
|
|
{else}
|
|
|
<a href="tiki-list_trackers.php">{tr}Back to tracker list{/tr}
|
|
|
{/if}
|
|
|
{/block}
|