mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
ACP header and all admin pages BS3'd
This commit is contained in:
@@ -18,7 +18,7 @@ var nodebb_admin = (function(nodebb_admin) {
|
||||
'<div>' +
|
||||
'<div class="pull-right">' +
|
||||
'<button class="btn btn-primary" data-action="use">Use</button> ' +
|
||||
'<button class="btn" data-action="preview">Preview</button>' +
|
||||
'<button class="btn btn-default" data-action="preview">Preview</button>' +
|
||||
'</div>' +
|
||||
'<h4>' + theme.name + '</h4>' +
|
||||
'<p>' + theme.description + '</p>' +
|
||||
@@ -29,11 +29,11 @@ var nodebb_admin = (function(nodebb_admin) {
|
||||
themeContainer.innerHTML = '';
|
||||
themeContainer.appendChild(themeFrag);
|
||||
}
|
||||
|
||||
|
||||
nodebb_admin.themes = themes;
|
||||
|
||||
|
||||
return nodebb_admin;
|
||||
|
||||
|
||||
}(nodebb_admin || {}));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user