+ Add search block.
This commit is contained in:
@@ -14,6 +14,7 @@ $cols = array();
|
||||
foreach($config->release->dtable->defaultFields['linkBug'] as $field) $cols[$field] = zget($config->bug->dtable->fieldList, $field, array());
|
||||
$cols = array_map(function($col){$col['show'] = true; return $col;}, $cols);
|
||||
|
||||
div(setID('searchFormPanel'), set('data-module', 'bug'), searchToggle(set::open(true), set::module('bug')));
|
||||
dtable
|
||||
(
|
||||
set::id('unlinkBugList'),
|
||||
|
||||
Reference in New Issue
Block a user