]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/profile_listing_header.tpl
frio + core: some restructure in profiles.php + frio template for profiles settings
[friendica.git] / view / theme / frio / templates / profile_listing_header.tpl
diff --git a/view/theme/frio/templates/profile_listing_header.tpl b/view/theme/frio/templates/profile_listing_header.tpl
new file mode 100644 (file)
index 0000000..7b612f9
--- /dev/null
@@ -0,0 +1,15 @@
+
+<div class="gerneric-page-wrapper">
+       <div class="section-title-wrapper">
+               <h2>{{$header}}</h2>
+       </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}}
+               </div>
+       </div>
+</div>