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 $status eq 'DONE'}
|
|
|
{tr _0=$friend|userlink}%0 has been removed from your friends{/tr}
|
|
|
{else}
|
|
|
<form method="post" action="{service controller=social action=remove_friend}">
|
|
|
<p>{tr _0=$friend|userlink}Do you really want to remove %0?{/tr}</p>
|
|
|
<div class="submit">
|
|
|
<input type="hidden" name="friend" value="{$friend|escape}"/>
|
|
|
<input type="submit" class="btn btn-primary btn-sm" value="{tr}Confirm{/tr}"/>
|
|
|
</div>
|
|
|
</form>
|
|
|
{/if}
|
|
|
{/block}
|