mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Forum navigation layout fix.
This commit is contained in:
@@ -146,7 +146,7 @@ $NEXTPREV_TEMPLATE['admin_separator'] = ' ';
|
||||
|
||||
$NEXTPREV_TEMPLATE['dropdown_start'] = '
|
||||
<!-- Start of Next/Prev -->
|
||||
<div class="nextprev form-group form-inline input-group">';
|
||||
<div class="nextprev form-group form-inline input-group input-group-btn">';
|
||||
|
||||
$NEXTPREV_TEMPLATE['dropdown_end'] = '</div>
|
||||
<!-- End of Next/Prev -->
|
||||
@@ -159,12 +159,12 @@ $NEXTPREV_TEMPLATE['dropdown_nav_first'] = '';
|
||||
$NEXTPREV_TEMPLATE['dropdown_nav_last'] = '';
|
||||
|
||||
// 'tbox npbutton' classes are deprecated!!!
|
||||
$NEXTPREV_TEMPLATE['dropdown_nav_prev'] = '<a class="btn btn-default btn-secondary nextprev-item prev tbox npbutton" href="{url}" title="{url_label}">{label}</a> ';
|
||||
$NEXTPREV_TEMPLATE['dropdown_nav_prev'] = '<a class="btn btn-default btn-outline-secondary nextprev-item prev tbox npbutton" href="{url}" title="{url_label}">{label}</a>';
|
||||
// 'tbox npbutton' classes are deprecated!!!
|
||||
$NEXTPREV_TEMPLATE['dropdown_nav_next'] = ' <a class="btn btn-default btn-secondary nextprev-item next tbox npbutton" href="{url}" title="{url_label}">{label}</a>';
|
||||
$NEXTPREV_TEMPLATE['dropdown_nav_next'] = '<a class="btn btn-default btn-outline-secondary nextprev-item next tbox npbutton" href="{url}" title="{url_label}">{label}</a>';
|
||||
|
||||
// 'npdropdown' class is deprecated!!!
|
||||
$NEXTPREV_TEMPLATE['dropdown_items_start'] = '<select class="tbox npdropdown nextprev-select form-control" name="pageSelect" onchange="window.location.href=this.options[selectedIndex].value">';
|
||||
$NEXTPREV_TEMPLATE['dropdown_items_start'] = '<select class="tbox npdropdown nextprev-select form-control form-select" name="pageSelect" onchange="window.location.href=this.options[selectedIndex].value">';
|
||||
$NEXTPREV_TEMPLATE['dropdown_item'] = '<option value="{url}">{label}</option>';
|
||||
$NEXTPREV_TEMPLATE['dropdown_item_current'] = '<option value="{url}" selected="selected">{label}</option>';
|
||||
$NEXTPREV_TEMPLATE['dropdown_items_end'] = '</select>';
|
||||
|
Reference in New Issue
Block a user