]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/widget/follow.tpl
Fix ignore notification
[friendica.git] / view / theme / frio / templates / widget / follow.tpl
1
2 <div id="follow-sidebar" class="widget">
3         <h3>{{$connect}}</h3>
4
5         <form action="follow" method="get">
6                 {{* The input field - For visual consistence we are using a search input field*}}
7                 <div class="form-group form-group-search">
8                         <input id="side-follow-url" class="search-input form-control form-search" type="text" name="url" value="{{$value}}" placeholder="{{$hint}}" data-toggle="tooltip" title="{{$hint}}" />
9                         <button id="side-follow-submit" class="btn btn-default btn-sm form-button-search" type="submit">{{$follow}}</button>
10                 </div>
11         </form>
12 </div>
13