diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php
index 741dd27e7..3b1b33f75 100644
--- a/views/bootstrap/class.Bootstrap.php
+++ b/views/bootstrap/class.Bootstrap.php
@@ -353,11 +353,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
echo " getID()."\" />";
}
echo " ";
- echo " ";
- echo " ";
- echo " ";
- echo " ";
- echo " ";
+ echo " params['defaultsearchmethod'] == 'fulltext' ? "" : "id=\"searchfield\"")." data-provide=\"typeahead\" type=\"text\" style=\"width: 150px;\" placeholder=\"".getMLText("search")."\"/>";
if($this->params['defaultsearchmethod'] == 'fulltext')
echo " ";
// if($this->params['enablefullsearch']) {