diff --git a/e107_core/shortcodes/single/nextprev.php b/e107_core/shortcodes/single/nextprev.php index a45168ef1..a452b3cd6 100644 --- a/e107_core/shortcodes/single/nextprev.php +++ b/e107_core/shortcodes/single/nextprev.php @@ -523,8 +523,8 @@ function nextprev_shortcode($parm = '') $np_parm['template'] = "[PREV]  [DROPDOWN]  [NEXT]"; $np_parms['prev'] = '  <<  '; $np_parms['next'] = '  >>  '; - $np_parms['np_class'] = 'tbox npbutton btn'; - $np_parms['dropdown_class'] = 'tbox npdropdown'; + $np_parms['np_class'] = 'tbox npbutton btn btn-default'; + $np_parms['dropdown_class'] = 'tbox npdropdown form-control'; if($cached_parms = getcachedvars('nextprev')) { diff --git a/e107_core/templates/nextprev_template.php b/e107_core/templates/nextprev_template.php index 7573ae2bc..f72690a16 100644 --- a/e107_core/templates/nextprev_template.php +++ b/e107_core/templates/nextprev_template.php @@ -147,7 +147,7 @@ $NEXTPREV_TEMPLATE['admin_separator'] = ' '; $NEXTPREV_TEMPLATE['dropdown_start'] = ' -
+
'; $NEXTPREV_TEMPLATE['dropdown_end'] = ' @@ -167,7 +167,7 @@ $NEXTPREV_TEMPLATE['dropdown_nav_prev'] = '{label}'; // 'npdropdown' class is deprecated!!! -$NEXTPREV_TEMPLATE['dropdown_items_start'] = ''; $NEXTPREV_TEMPLATE['dropdown_item'] = ''; $NEXTPREV_TEMPLATE['dropdown_item_current'] = ''; $NEXTPREV_TEMPLATE['dropdown_items_end'] = '';