]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/mail_head.tpl
Merge pull request #5966 from JeroenED/theme/frio/oembed/view-active-class
[friendica.git] / view / theme / frio / templates / mail_head.tpl
index d788845af3141f8679007996834970de88ca887c..fa4f46cf8ca2cc1fc8869c90b98a1abfad9737a0 100644 (file)
@@ -1,4 +1,19 @@
 
-<h3 class="heading">{{$messages}}</h3>
+<div class="pull-left">
+       <h3 class="heading">{{$messages}}</h3>
+</div>
 
+<div id="message-new" class="pull-right">
+       {{if $button.sel == "new"}}
+       <a href="{{$button.url}}" accesskey="m" class="newmessage-selected faded-icon page-action" title="{{$button.label}}" data-toggle="tooltip">
+               <i class="fa fa-plus"></i>
+       </a>
+       {{else}}
+       <a href="{{$button.url}}" title="{{$button.label}}" class="faded-icon page-action" data-toggle="tooltip">
+               <i class="fa fa-close"></i>
+       </a>
+       {{/if}}
+</div>
+
+<div class="clear"></div>
 {{$tab_content}}