]> git.mxchange.org Git - friendica.git/commitdiff
contacts page: give the batch actions button a description to make it better visible
authorrabuzarus <>
Fri, 29 Apr 2016 15:03:34 +0000 (17:03 +0200)
committerrabuzarus <>
Fri, 29 Apr 2016 15:03:34 +0000 (17:03 +0200)
templates/contacts-template.tpl

index cc6b207227bbefbfbebc9450a418131a24963c8e..e8870e830748fb79a57d351ace3d6f792a977af5 100644 (file)
@@ -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}}