mirror of
https://github.com/friendica/friendica
synced 2024-11-10 15:42:54 +00:00
contacts page: give the batch actions button a description to make it better visible
This commit is contained in:
parent
0449cb28bb
commit
64c326aeac
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@
|
||||||
{{* We put the contact batch actions in a dropdown menu *}}
|
{{* We put the contact batch actions in a dropdown menu *}}
|
||||||
<ul class="nav nav-pills preferences">
|
<ul class="nav nav-pills preferences">
|
||||||
<li class="dropdown pull-right">
|
<li class="dropdown pull-right">
|
||||||
<a class="btn btn-link dropdown-toggle" type="button" id="BatchActionDropdownMenuTools" data-toggle="dropdown" aria-expanded="true">
|
<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>
|
<i class="fa fa-angle-down"></i> Batch Actions{{* Does need a Translation and a Variable in core*}}
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="BatchActionDropdownMenuTools">
|
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="BatchActionDropdownMenuTools">
|
||||||
{{foreach $batch_actions as $n=>$l}}
|
{{foreach $batch_actions as $n=>$l}}
|
||||||
|
|
Loading…
Reference in a new issue