]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/mail_head.tpl
frio - improve some hover effects to action link/buttons
[friendica.git] / view / theme / frio / templates / mail_head.tpl
1
2 <div class="pull-left">
3         <h3 class="heading">{{$messages}}</h3>
4 </div>
5
6 <div id="message-new" class="pull-right">
7         {{if $button.sel == "new"}}
8         <a href="{{$button.url}}" accesskey="m" class="newmessage-selected faded-icon page-action" title="{{$button.label}}" data-toggle="tooltip">
9                 <i class="fa fa-plus"></i>
10         </a>
11         {{else}}
12         <a href="{{$button.url}}" title="{{$button.label}}" class="faded-icon page-action" data-toggle="tooltip">
13                 <i class="fa fa-close"></i>
14         </a>
15         {{/if}}
16 </div>
17
18 <div class="clear"></div>
19 {{$tab_content}}