Fixed layout and size of timetrackings report popup

This commit is contained in:
Manuel Cillero 2017-08-31 19:25:43 +02:00
parent 063eac3811
commit 75fea279d1
3 changed files with 11 additions and 4 deletions

View file

@ -624,6 +624,7 @@ function _zuitedesk_button_classes($value) {
t('Advanced search'),
t('Upload'),
t('Download feature'),
t('Report'),
),
'btn-success' => array(
t('Add effect'),
@ -726,6 +727,9 @@ function _zuitedesk_button_icontext($value) {
'filter' => array(
t('Filter'),
),
'page' => array(
t('Report'),
),
);
// String matching first.
foreach ($icon_strings as $icon => $strings) {