1
0
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:
Tijn Kuyper 2019-05-10 15:41:36 +02:00
parent 5ff2c80bae
commit 08d2ea8fff
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

View File

@ -102,7 +102,12 @@
style='cursor: not-allowed; pointer-events: all !important;'").'>'.LAN_FORUM_1018.'</a>
'.($this->var['ntUrl'] ?"":"<span>&nbsp;</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">