]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/follow.tpl
Merge develop into 0308-Notifications-restructure
[friendica.git] / view / theme / frio / templates / follow.tpl
index 8100f853e87342d0e3089012d8b77822ccc5d298..a35bcb2131c4c02e3ae962c90ca0346f03e6992e 100644 (file)
@@ -1,8 +1,10 @@
 
 <div id="follow-sidebar" class="widget">
        <h3>{{$connect}}</h3>
-       <div id="connect-desc">{{$desc}}</div>
+
+       <div id="connect-desc">{{$desc}}</div> {{* The description *}}
        <form action="follow" method="get" >
+               {{* The input field - For visual consistence we are using a search input field*}}
                <div class="form-group form-group-search">
                        <input id="side-follow-url" class="search-input form-control form-search" type="text" name="url" value="{{$value|escape:'html'}}" placeholder="{{$hint|escape:'html'}}" data-toggle="tooltip" title="{{$hint|escape:'html'}}" />
                        <button id="side-follow-submit" class="btn btn-default btn-sm form-button-search" type="submit" name="submit" value="{{$follow|escape:'html'}}">{{$follow}}</button>