mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 17:05:46 +00:00
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
This commit is contained in:
commit
a46f41c74f
|
@ -353,11 +353,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
||||||
echo " <input type=\"hidden\" name=\"folderid\" value=\"".$folder->getID()."\" />";
|
echo " <input type=\"hidden\" name=\"folderid\" value=\"".$folder->getID()."\" />";
|
||||||
}
|
}
|
||||||
echo " <input type=\"hidden\" name=\"navBar\" value=\"1\" />";
|
echo " <input type=\"hidden\" name=\"navBar\" value=\"1\" />";
|
||||||
echo " <input type=\"hidden\" name=\"searchin[]\" value=\"1\" />";
|
echo " <input name=\"query\" class=\"search-query\" ".($this->params['defaultsearchmethod'] == 'fulltext' ? "" : "id=\"searchfield\"")." data-provide=\"typeahead\" type=\"text\" style=\"width: 150px;\" placeholder=\"".getMLText("search")."\"/>";
|
||||||
echo " <input type=\"hidden\" name=\"searchin[]\" value=\"2\" />";
|
|
||||||
echo " <input type=\"hidden\" name=\"searchin[]\" value=\"3\" />";
|
|
||||||
echo " <input type=\"hidden\" name=\"searchin[]\" value=\"4\" />";
|
|
||||||
echo " <input name=\"query\" class=\"search-query\" id=\"searchfield\" data-provide=\"typeahead\" type=\"text\" style=\"width: 150px;\" placeholder=\"".getMLText("search")."\"/>";
|
|
||||||
if($this->params['defaultsearchmethod'] == 'fulltext')
|
if($this->params['defaultsearchmethod'] == 'fulltext')
|
||||||
echo " <input type=\"hidden\" name=\"fullsearch\" value=\"1\" />";
|
echo " <input type=\"hidden\" name=\"fullsearch\" value=\"1\" />";
|
||||||
// if($this->params['enablefullsearch']) {
|
// if($this->params['enablefullsearch']) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user