From ce8d8d25eb13da22675fd3b81dd6527f7cea09ed Mon Sep 17 00:00:00 2001
From: leiyong <1549684884@qq.com>
Date: Mon, 11 Jul 2022 08:55:21 +0000
Subject: [PATCH] * Adjust icon.
---
module/search/view/buildform.html.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php
index dfe05a99c0..2adc969643 100644
--- a/module/search/view/buildform.html.php
+++ b/module/search/view/buildform.html.php
@@ -248,7 +248,7 @@ foreach($fieldParams as $fieldName => $param)
echo html::submitButton($lang->search->common, '', 'btn btn-primary') . " ";
if($style != 'simple') echo html::commonButton($lang->search->reset, '', 'btn-reset-form btn');
echo html::commonButton('', '', 'btn-expand-form btn btn-info pull-right');
- if($style != 'simple' and common::hasPriv('search', 'saveQuery')) echo html::a($this->createLink('search', 'saveQuery', "module=$module&onMenuBar=$onMenuBar"), '' . $lang->search->saveCondition . '', '', "class='btn-save-form btn btn-link btn-active-text text iframe' id='save-query'");
+ if($style != 'simple' and common::hasPriv('search', 'saveQuery')) echo html::a($this->createLink('search', 'saveQuery', "module=$module&onMenuBar=$onMenuBar"), ' ' . $lang->search->saveCondition . '', '', "class='btn-save-form btn btn-link btn-active-text text iframe' id='save-query'");
echo html::hidden('formType', zget($formSession, 'formType', 'lite'));
?>