0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
comment
/
[
Home
]
File: remove.tpl
{extends 'layout_view.tpl'} {block name="title"} {title}{$title|escape}{/title} {/block} {block name="content"} {if $status neq 'DONE'} <form method="post" action="{service controller=comment action=remove}"> <div class="panel panel-warning"> <div class="panel-heading"> {tr}Are you sure you want to delete this comment?{/tr} </div> <div class="panel-body"> <input type="hidden" name="threadId" value="{$threadId|escape}"/> <input type="hidden" name="confirm" value="1"/> <input type="submit" class="btn btn-warning btn-sm" value="{tr}Delete{/tr}"/> {object_link type=$objectType id=$objectId title="{tr}Cancel{/tr}"} </div> </div> </form> {/if} {/block}