Fixed layout and size of timetrackings report popup
This commit is contained in:
parent
063eac3811
commit
75fea279d1
3 changed files with 11 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue