]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/profile_listing_header.tpl
Normalize field_*.tpl formatting
[friendica.git] / view / theme / frio / templates / profile_listing_header.tpl
index f6364706bc81d143985bece68d74483d186eae96..3419c410493c396612d4ddc10af607258ff912c1 100644 (file)
@@ -4,13 +4,13 @@
                <h2>{{$header}}</h2>
        </div>
        <div id="profile-listing-new-link-wrapper" class="pull-right" >
-               <a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" data-toggle="tooltip">
-               <i class="faded-icon fa fa-plus"></i></a>
+               <a href="{{$cr_new_link}}" id="profile-listing-new-link" class="page-action faded-icon" title="{{$cr_new}}" data-toggle="tooltip">
+               <i class="fa fa-plus"></i></a>
        </div>
 
        <div class="section-content-wrapper">
                <div id="profile-listing-profiles" class="profile-listing-table">
-                       {{$profiles}}
+                       {{$profiles nofilter}}
                </div>
        </div>
 </div>