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.
|
|
{extends 'layout_view.tpl'}
|
|
|
|
|
|
{block name="title"}
|
|
|
{title}{$title|escape}{/title}
|
|
|
{/block}
|
|
|
|
|
|
{block name="content"}
|
|
|
{if $schedulerId}
|
|
|
<form class="simple" method="post" action="{service controller=scheduler action=remove}">
|
|
|
<p>{tr _0=$name}Do you really want to remove the %0 scheduler?{/tr}</p>
|
|
|
<div class="submit">
|
|
|
<input type="hidden" name="schedulerId" value="{$schedulerId|escape}">
|
|
|
<input type="submit" class="btn btn-primary" value="{tr}Remove{/tr}">
|
|
|
{ticket mode='confirm'}
|
|
|
</div>
|
|
|
</form>
|
|
|
{else}
|
|
|
<a href="tiki-admin_schedulers.php">{tr}Back to tracker list{/tr}
|
|
|
{/if}
|
|
|
{/block}
|