]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/follow.tpl
Merge pull request #6497 from MrPetovan/bug/6383-delivery-no-data
[friendica.git] / view / theme / frio / templates / follow.tpl
1
2 <div id="follow-sidebar" class="widget">
3         <h3>{{$connect}}</h3>
4
5         <form action="follow" method="get">
6                 <label for="side-follow-url" id="connect-desc">{{$desc nofilter}}</label>
7                 {{* The input field - For visual consistence we are using a search input field*}}
8                 <div class="form-group form-group-search">
9                         <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}}" />
10                         <button id="side-follow-submit" class="btn btn-default btn-sm form-button-search" type="submit">{{$follow}}</button>
11                 </div>
12         </form>
13 </div>
14