mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
Bootstrap styling fixes
This commit is contained in:
@@ -98,7 +98,7 @@ $NEXTPREV_TEMPLATE['admin_separator'] = ' ';
|
||||
|
||||
$NEXTPREV_TEMPLATE['dropdown_start'] = '
|
||||
<!-- Start of Next/Prev -->
|
||||
<div class="nextprev">
|
||||
<div class="nextprev form-inline">
|
||||
';
|
||||
|
||||
$NEXTPREV_TEMPLATE['dropdown_end'] = '
|
||||
@@ -113,9 +113,9 @@ $NEXTPREV_TEMPLATE['dropdown_nav_first'] = '';
|
||||
$NEXTPREV_TEMPLATE['dropdown_nav_last'] = '';
|
||||
|
||||
// 'tbox npbutton' classes are deprecated!!!
|
||||
$NEXTPREV_TEMPLATE['dropdown_nav_prev'] = '<a class="nextprev-item prev tbox npbutton" href="{url}" title="{url_label}">{label}</a> ';
|
||||
$NEXTPREV_TEMPLATE['dropdown_nav_prev'] = '<a class="btn nextprev-item prev tbox npbutton" href="{url}" title="{url_label}">{label}</a> ';
|
||||
// 'tbox npbutton' classes are deprecated!!!
|
||||
$NEXTPREV_TEMPLATE['dropdown_nav_next'] = ' <a class="nextprev-item next tbox npbutton" href="{url}" title="{url_label}">{label}</a>';
|
||||
$NEXTPREV_TEMPLATE['dropdown_nav_next'] = ' <a class="btn 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" name="pageSelect" onchange="window.location.href=this.options[selectedIndex].value">';
|
||||
|
Reference in New Issue
Block a user