themed skins/themes pages

v1.18.x
psychobunny 10 years ago
parent 104b1daf2d
commit 2b90180e01

@ -1,2 +1 @@
<div class="themes">
<br />

@ -1,19 +1,28 @@
<!-- IMPORT admin/appearance/header.tpl -->
<div id="skins">
<h3>Bootswatch Themes</h3>
<div id="skins" class="row">
<div class="col-md-9">
<div class="panel panel-default">
<div class="panel-heading">Bootswatch Themes</div>
<div class="panel-body">
<p>
NodeBB's skins are powered by Bootswatch, a repository containing themes built
with Bootstrap as a base theme. Currently, the Vanilla base theme is best optimized for use with Bootswatch.
NodeBB's skins are powered by Bootswatch, a repository containing themes built with Bootstrap as a base theme. Currently, the Vanilla theme is best optimized for use with Bootswatch.
</p>
<ul class="directory" id="bootstrap_themes">
<li><i class="fa fa-refresh fa-spin"></i> Loading Themes</li>
</ul>
<h3>Revert to Default</h3>
<p class="alert">
<button class="btn btn-warning" id="revert_theme">Revert</button> This will remove any custom theme applied to your NodeBB, and restore the base theme.
</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-heading">Revert to Default</div>
<div class="panel-body">
<p>This will remove any custom Bootswatch skin applied to your NodeBB, and restore the base theme.</p>
<button class="btn btn-warning btn-md" id="revert_theme">Revert to Default</button>
</div>
</div>
</div>
</div>
<!-- IMPORT admin/appearance/footer.tpl -->

@ -1,13 +1,18 @@
<!-- IMPORT admin/appearance/header.tpl -->
<div id="themes">
<h3>Installed Themes</h3>
<div class="panel panel-default">
<div class="panel-heading">Installed Themes</div>
<div class="panel-body">
<p>
The following themes are currently installed in this NodeBB instance.
The following themes are currently installed on your forum.
</p>
<ul class="directory" id="installed_themes">
<li><i class="fa fa-refresh fa-spin"></i> Checking for installed themes...</li>
</ul>
</div>
</div>
</div>
<!-- IMPORT admin/appearance/footer.tpl -->
Loading…
Cancel
Save