* Finish task #73291.
This commit is contained in:
@@ -50,6 +50,7 @@ foreach($programs as $program)
|
||||
}
|
||||
|
||||
$table->search($status, $moduleName);
|
||||
$table->form('programForm', 'main-table', "data-preserve-nested='true'");
|
||||
$table->data($rows);
|
||||
|
||||
$content = block();
|
||||
@@ -60,6 +61,9 @@ $page = page('list');
|
||||
$page->top->menu = $menu;
|
||||
$page->right->content = $content;
|
||||
|
||||
$hide = $status == 'bySearch' ? 'hide' : '';
|
||||
$table->footer($status != 'bySearch' ? $pager : '', $hide, $summary, 'programSummary');
|
||||
|
||||
$page->x();
|
||||
|
||||
js::set('status', $status);
|
||||
|
||||
Reference in New Issue
Block a user