mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 13:11:52 +02:00
#2969 - Forum template BS4 fixes for 'caret' class (dropdown buttons)
This commit is contained in:
parent
5ff2c80bae
commit
08d2ea8fff
@ -102,7 +102,12 @@
|
||||
style='cursor: not-allowed; pointer-events: all !important;'").'>'.LAN_FORUM_1018.'</a>
|
||||
'.($this->var['ntUrl'] ?"":"<span> </span>").'
|
||||
<button class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="caret"></span>
|
||||
';
|
||||
if(BOOTSTRAP !== 4)
|
||||
{
|
||||
$text .= '<span class="caret"></span>';
|
||||
}
|
||||
$text .= '
|
||||
<span class="sr-only">Toggle Dropdown</span>
|
||||
</button>
|
||||
<ul class="dropdown-menu pull-right">
|
||||
|
Loading…
x
Reference in New Issue
Block a user