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"}
|
|
|
<p>{tr}Know the username?{/tr}</p>
|
|
|
<form method="post" action="{service controller=social action=add_friend}">
|
|
|
<p>
|
|
|
<input type="text" class="form-control" name="username" value="{$username|escape}"/>
|
|
|
</p>
|
|
|
<div class="submit">
|
|
|
<input type="submit" class="btn btn-primary btn-sm" value="{tr}Add{/tr}">
|
|
|
</div>
|
|
|
</form>
|
|
|
{/block}
|