');
$ui->contentAddHtml($table->getHTML());
if (!$this->all_modules) {
if ($system->getPageSize() < $listModules['total']) {
$ui->contentAddHtml(
'
'.html_print_image('images/spinner.gif', true, false, false, false, false, true).' '.__('Loading...').'
'
);
$this->addJavascriptAddBottom();
}
}
$ui->contentAddHtml('
');
} else {
$table = new Table();
$table->id = 'list_agent_Modules';
$table->importFromHash($listModules['modules']);
$html = $table->getHTML();
return $html;
}
}
$ui->contentAddHtml(
'