mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 02:21:58 +02:00
Issue #2970 btn-default > btn-default btn-secondary
This commit is contained in:
@@ -33,7 +33,7 @@ class theme_config implements e_theme_config
|
||||
);
|
||||
|
||||
|
||||
$previewLink = " <a class='btn btn-default e-modal' data-modal-caption=\"Use the 'Themes' menu to view the selection.\" href='http://bootswatch.com/default/'>".LAN_PREVIEW."</a>";
|
||||
$previewLink = " <a class='btn btn-default btn-secondary e-modal' data-modal-caption=\"Use the 'Themes' menu to view the selection.\" href='http://bootswatch.com/default/'>".LAN_PREVIEW."</a>";
|
||||
|
||||
$fields = array(
|
||||
'branding' => array('title'=>LAN_THEMEPREF_00, 'type'=>'dropdown', 'writeParms'=>array('optArray'=> $brandingOpts)),
|
||||
|
Reference in New Issue
Block a user