mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
#2969 - /search.php BS4 fix for 'caret' class (dropdown buttons)
This commit is contained in:
@@ -163,8 +163,13 @@ class search extends e_shortcode
|
||||
<input class='tbox form-control m_search' type='text' id='q' name='q' size='35' value='".$value."' maxlength='50' />
|
||||
<div class='input-group-btn'>
|
||||
<button class='btn btn-primary' type='submit' name='s' value='1' >".$tp->toGlyph('fa-search',false)."</button>
|
||||
<button class='btn btn-primary dropdown-toggle' tabindex='-1' data-toggle='dropdown' type='button'><span class='caret'></span></button>
|
||||
<button class='btn btn-primary dropdown-toggle' tabindex='-1' data-toggle='dropdown' type='button'>
|
||||
";
|
||||
|
||||
if(BOOTSTRAP !== 4)
|
||||
{
|
||||
$text .= "<span class='caret'></span></button>";
|
||||
}
|
||||
|
||||
$text .= '<ul class="dropdown-menu pull-right">
|
||||
<li><a class="e-expandit" href="#" data-target="search-advanced,search-enhanced"><small>'.LAN_SEARCH_202.'</small></a></li>
|
||||
|
Reference in New Issue
Block a user