1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00

Issue #4359 - Forum dropdown-menu fixes for Bootstrap 4/5.

This commit is contained in:
Cameron
2021-02-19 16:09:47 -08:00
parent 46b6927447
commit e03f7a34e2
3 changed files with 26 additions and 28 deletions

View File

@@ -146,11 +146,9 @@ $NEXTPREV_TEMPLATE['admin_separator'] = ' ';
$NEXTPREV_TEMPLATE['dropdown_start'] = '
<!-- Start of Next/Prev -->
<div class="nextprev form-group form-inline">
';
<div class="nextprev form-group form-inline input-group">';
$NEXTPREV_TEMPLATE['dropdown_end'] = '
</div>
$NEXTPREV_TEMPLATE['dropdown_end'] = '</div>
<!-- End of Next/Prev -->
';