You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
724 B

{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=clear}">
<p>{tr _0=$name}Do you really want to clear all the items from tracker "%0"? (Note: there is no undo and notifications will not be sent.){/tr}</p>
<div class="submit">
{ticket mode="confirm"}
<input type="hidden" name="trackerId" value="{$trackerId|escape}">
<input type="submit" class="btn btn-danger" value="{tr}Clear All{/tr}">
</div>
</form>
{else}
<a href="tiki-list_trackers.php">{tr}Back to tracker list{/tr}
{/if}
{/block}