mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Bootstrap 3 button-style fix for page navigation.
This commit is contained in:
@@ -68,7 +68,7 @@ $text = e107::getNav()->render($data, $template) ;
|
|||||||
if($expandable)
|
if($expandable)
|
||||||
{
|
{
|
||||||
e107::js('page','js/jquery.page.navigation.js','jquery');
|
e107::js('page','js/jquery.page.navigation.js','jquery');
|
||||||
$template['caption'] .= "<span class='btn-group pull-right'><a class='btn btn-mini' id='page-nav-expand'>+</a><a class='btn btn-mini' id='page-nav-collapse'>-</a></span>";
|
$template['caption'] .= "<span class='btn-group pull-right'><a class='btn btn-default btn-xs btn-mini' id='page-nav-expand'>+</a><a class='btn btn-default btn-xs btn-mini' id='page-nav-collapse'>-</a></span>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user