]> git.mxchange.org Git - friendica.git/blobdiff - templates/contacts-template.tpl
hovercard: some polishing
[friendica.git] / templates / contacts-template.tpl
index d3dde53309ecc8c664b5f593692402c41ad9de35..e8870e830748fb79a57d351ace3d6f792a977af5 100644 (file)
@@ -4,7 +4,7 @@
        {{$tabs}}
 
        {{* The page headding with it's contacts counter *}}
-       <h3 class="headding">{{$header}} {{if $total}} ({{$total}}) {{/if}}</h3>
+       <h2 class="headding">{{$header}} {{if $total}} ({{$total}}) {{/if}}</h2>
 
        {{if $finding}}<h4>{{$finding}}</h4>{{/if}}
 
@@ -36,8 +36,8 @@
                {{* We put the contact batch actions in a dropdown menu *}}
                <ul class="nav nav-pills preferences">
                        <li class="dropdown pull-right">
-                               <a class="btn btn-link dropdown-toggle" type="button" id="BatchActionDropdownMenuTools" data-toggle="dropdown" aria-expanded="true">
-                                       <i class="fa fa-angle-down"></i>
+                               <a class="btn btn-link btn-sm dropdown-toggle" type="button" id="BatchActionDropdownMenuTools" data-toggle="dropdown" aria-expanded="true">
+                                       <i class="fa fa-angle-down"></i> Batch Actions{{* Does need a Translation and a Variable in core*}}
                                </a>
                                <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="BatchActionDropdownMenuTools">
                                {{foreach $batch_actions as $n=>$l}}
                                </ul>
                        </li>
                </ul>
-               <div class="clear">
-
-               {{* format each contact with the contact_template.tpl *}}
-               <ul id="viewcontact_wrapper" class="viewcontact_wrapper media-list">
-               {{foreach $contacts as $contact}}
-                       <li>{{include file="contact_template.tpl"}}</li>
-               {{/foreach}}
-               </ul>
+               <div class="clear"></div>
+               <div id="contact-list">
+                       {{* format each contact with the contact_template.tpl *}}
+                       <ul id="viewcontact_wrapper" class="viewcontact_wrapper media-list">
+                       {{foreach $contacts as $contact}}
+                               <li>{{include file="contact_template.tpl"}}</li>
+                       {{/foreach}}
+                       </ul>
+               </div>
                <div id="contact-edit-end"></div>
        </form>