* Adjust for search form.
This commit is contained in:
@@ -27,7 +27,7 @@ $footToolbar = array('items' => array
|
||||
array('text' => $lang->productplan->linkBug, 'className' => 'batch-btn ajax-btn', 'data-url' => helper::createLink('mr', 'linkBug', "MRID=$MRID&productID=$product->id&browseType=$browseType¶m=$param&orderBy=$orderBy"))
|
||||
), 'btnProps' => array('size' => 'sm', 'btnType' => 'secondary', 'data-type' => 'bugs'));
|
||||
|
||||
div(setID('searchFormPanel'), searchToggle(set::open(true), set::module('bug')));
|
||||
div(setID('searchFormPanel'), set('data-module', 'bug'), searchToggle(set::open(true), set::module('bug')));
|
||||
|
||||
div
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user