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
|
@ -55,7 +55,7 @@ function stormtimetracking_list() {
|
|||
$i->type = 'stormtimetracking';
|
||||
|
||||
$report_attrs = array(
|
||||
'onclick' => "storm_popup(this, 'timetracking_list_form_report', 'Timetrackings', 300, 150, 'stormtimetracking_list_form_report', 'l'); return false;",
|
||||
'onclick' => "storm_popup(this, 'timetracking_list_form_report', '" . t('Timetrackings') . "', 300, 244, 'stormtimetracking_list_form_report', 'l'); return false;",
|
||||
);
|
||||
|
||||
$header = array(
|
||||
|
|
Reference in a new issue