]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/profile_listing_header.tpl
Normalize field_*.tpl formatting
[friendica.git] / view / theme / frio / templates / profile_listing_header.tpl
1
2 <div class="generic-page-wrapper">
3         <div class="section-title-wrapper pull-left">
4                 <h2>{{$header}}</h2>
5         </div>
6         <div id="profile-listing-new-link-wrapper" class="pull-right" >
7                 <a href="{{$cr_new_link}}" id="profile-listing-new-link" class="page-action faded-icon" title="{{$cr_new}}" data-toggle="tooltip">
8                 <i class="fa fa-plus"></i></a>
9         </div>
10
11         <div class="section-content-wrapper">
12                 <div id="profile-listing-profiles" class="profile-listing-table">
13                         {{$profiles nofilter}}
14                 </div>
15         </div>
16 </div>