From 03700d4ae5a801f11f5ac0c4665da448721e4bfa Mon Sep 17 00:00:00 2001 From: Hypolite Petovan <mrpetovan@gmail.com> Date: Fri, 17 Mar 2017 20:27:31 -0400 Subject: [PATCH] Fix contact display --- view/theme/frio/templates/contact_edit.tpl | 2 +- view/theme/frio/templates/contacts-template.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 1173830f72..aa9abdc9b5 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -14,7 +14,7 @@ {{* This is the Action menu where contact related actions like 'ignore', 'hide' can be performed *}} <ul id="contact-edit-actions" class="nav nav-pills preferences"> <li class="dropdown pull-right"> - <button type="button" class="btn btn-link btn-sm dropdown-toggle" id="contact-edit-actions-button" data-toggle="dropdown" aria-expanded="true"> + <button type="button" class="btn-link btn-sm dropdown-toggle" id="contact-edit-actions-button" data-toggle="dropdown" aria-expanded="true"> <i class="fa fa-angle-down"></i> {{$contact_action_button}} </button> diff --git a/view/theme/frio/templates/contacts-template.tpl b/view/theme/frio/templates/contacts-template.tpl index 43330edc95..13617692b8 100644 --- a/view/theme/frio/templates/contacts-template.tpl +++ b/view/theme/frio/templates/contacts-template.tpl @@ -36,7 +36,7 @@ {{* We put the contact batch actions in a dropdown menu *}} <ul class="nav nav-pills preferences"> <li class="dropdown pull-right"> - <button type="button" class="btn btn-link btn-sm dropdown-toggle" id="BatchActionDropdownMenuTools" data-toggle="dropdown" aria-expanded="true"> + <button type="button" class="btn-link btn-sm dropdown-toggle" id="BatchActionDropdownMenuTools" data-toggle="dropdown" aria-expanded="true"> <i class="fa fa-angle-down"></i> {{$h_batch_actions}} </button> <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="BatchActionDropdownMenuTools"> -- 2.39.5