* Adjust for search form.

This commit is contained in:
wangyidong
2023-07-08 11:07:17 +08:00
parent 962ee3cfb5
commit c1cfaac74b
17 changed files with 43 additions and 29 deletions
+1 -1
View File
@@ -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&param=$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
(