mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-06 09:34:13 +01:00
forgot an addSubBlock
This commit is contained in:
@@ -434,6 +434,7 @@ EOF
|
||||
$oButtonCsv = ButtonUIBlockFactory::MakeIconLink('ibo-import-csv--download-file fas fa-file-excel', $sClassDisplayName.'.xlsx', utils::GetAbsoluteUrlAppRoot().'pages/ajax.csvimport.php?operation=get_csv_template&disposition=attachment&format=xlsx&class_name='.$sClassName);
|
||||
$oPage->AddSubBlock($oButtonCsv);
|
||||
$oTextArea = new TextArea("", $sResult, "", 100, 5);
|
||||
$oPage->AddSubBlock($oTextArea);
|
||||
}
|
||||
} else {
|
||||
$oPage = new AjaxPage("Class $sClassName is not a valid class !");
|
||||
|
||||
Reference in New Issue
Block a user