streams/view/tpl/follow.tpl
friendica 9be4cd4dcd Lots of positional changes on sidebar menus - reduce indented margins
Merge branch 'master' into ruler

Conflicts:
	view/css/widgets.css
2014-04-16 20:28:23 -07:00

12 lines
475 B
Smarty
Executable file

<div id="follow-sidebar" class="widget">
<h3>{{$connect}}</h3>
<div id="connect-desc">{{$desc}}</div>
<form action="follow" method="post" />
<input id="side-follow-url" type="text" name="url" size="24" title="{{$hint}}" />
<input id="side-follow-submit" type="submit" name="submit" class="btn btn-default" value="{{$follow}}" />
</form>
{{if $abook_usage_message}}
<div class="usage-message" id="abook-usage-message">{{$abook_usage_message}}</div>
{{/if}}
</div>