* Show search form on product view page.

This commit is contained in:
chentao
2023-06-19 18:36:52 +08:00
parent 6c63210b6d
commit be0f2a98be
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -267,13 +267,12 @@ featureBar
(hasPriv('product', 'batchEdit') && $hasProduct === true) ? li(checkbox
(
on::click('onClickCheckBatchEdit'),
set::type('checkbox'),
set::text($lang->project->edit),
set('data-id', 'checkbox-batchedit'),
set('data-load', 'table'),
set::checked($this->cookie->editProject)
)) : NULL,
li(searchToggle(set::open($browseType == 'bySearch'))),
li(searchToggle(set::open($browseType == 'bySearch'), set::module('program'))),
li(btn(setClass('ghost'), set::icon('unfold-all'), $lang->sort))
);