]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/mail_head.tpl
Make frio more consistent by replacing textual links with icons everywhere. (#5415)
[friendica.git] / view / theme / frio / templates / mail_head.tpl
index d788845af3141f8679007996834970de88ca887c..6701910bc5c4962a4d1f0393612077a313200cb7 100644 (file)
@@ -1,4 +1,19 @@
 
+<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" title="{{$button.label}}" data-toggle="tooltip">
+       <i class="faded-icon fa fa-plus"></i>
+       </a>
+       {{else}}
+       <a href="{{$button.url}}" title="{{$button.label}}" data-toggle="tooltip">
+       <i class="faded-icon fa fa-close"></i>
+       </a>
+       {{/if}}
+</div>
+
+<div class="clear"></div>
 {{$tab_content}}