N°2313 - Markup extensibility: Add support for both code AND title in admin. console tabs

This commit is contained in:
Eric
2020-01-16 09:56:22 +01:00
parent 026b7e1836
commit b370deaac9
5 changed files with 17 additions and 11 deletions

View File

@@ -1446,7 +1446,7 @@ EOF
if (Utils::GetConfig()->Get('csv_import_history_display'))
{
$oPage->SetCurrentTabContainer('tabs1');
$oPage->AddAjaxTab(Dict::S('UI:History:BulkImports'), utils::GetAbsoluteUrlAppRoot().'pages/csvimport.php?step=11', true /* bCache */);
$oPage->AddAjaxTab('UI:History:BulkImports', utils::GetAbsoluteUrlAppRoot().'pages/csvimport.php?step=11', true /* bCache */);
}
}