mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +01:00
useing soetemplate::set_rows_cols()
This commit is contained in:
parent
aba4105393
commit
e638e17ed3
@ -84,8 +84,7 @@
|
||||
$extension_data = $selected_tab = $names[0];
|
||||
}
|
||||
$tabs->data[1] = $tab_row;
|
||||
$tabs->rows = 1;
|
||||
$tabs->cols = sizeof($tab_row);
|
||||
$tabs->set_rows_cols();
|
||||
$tabs->size = ',,,,0';
|
||||
|
||||
$tab_widget = new etemplate('etemplate.tab_widget');
|
||||
|
Loading…
Reference in New Issue
Block a user