]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/profile_listing_header.tpl
Avoid memory issue in exception
[friendica.git] / view / theme / frio / templates / profile_listing_header.tpl
index 7b612f959ba79bcd5737e860665d7cf2a894f93b..3419c410493c396612d4ddc10af607258ff912c1 100644 (file)
@@ -1,15 +1,16 @@
 
-<div class="gerneric-page-wrapper">
-       <div class="section-title-wrapper">
+<div class="generic-page-wrapper">
+       <div class="section-title-wrapper pull-left">
                <h2>{{$header}}</h2>
        </div>
+       <div id="profile-listing-new-link-wrapper" class="pull-right" >
+               <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-new-link-wrapper" class="button" >
-                       <a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" >{{$cr_new}}</a>
-               </div>
                <div id="profile-listing-profiles" class="profile-listing-table">
-                       {{$profiles}}
+                       {{$profiles nofilter}}
                </div>
        </div>
 </div>