From 2b90180e017170c480cd423f8b5692ecd42e04a2 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 26 Sep 2014 20:07:19 -0400 Subject: [PATCH] themed skins/themes pages --- src/views/admin/appearance/header.tpl | 3 +-- src/views/admin/appearance/skins.tpl | 37 +++++++++++++++++---------- src/views/admin/appearance/themes.tpl | 19 +++++++++----- 3 files changed, 36 insertions(+), 23 deletions(-) diff --git a/src/views/admin/appearance/header.tpl b/src/views/admin/appearance/header.tpl index 2089fa86e0..fb071550ee 100644 --- a/src/views/admin/appearance/header.tpl +++ b/src/views/admin/appearance/header.tpl @@ -1,2 +1 @@ -
-
\ No newline at end of file +
\ No newline at end of file diff --git a/src/views/admin/appearance/skins.tpl b/src/views/admin/appearance/skins.tpl index 564159c026..e30bace825 100644 --- a/src/views/admin/appearance/skins.tpl +++ b/src/views/admin/appearance/skins.tpl @@ -1,19 +1,28 @@ -
-

Bootswatch Themes

-

- 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. -

-
    -
  • Loading Themes
  • -
- -

Revert to Default

-

- This will remove any custom theme applied to your NodeBB, and restore the base theme. -

+
+
+
+
Bootswatch Themes
+
+

+ 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. +

+
    +
  • Loading Themes
  • +
+
+
+
+
+
+
Revert to Default
+
+

This will remove any custom Bootswatch skin applied to your NodeBB, and restore the base theme.

+ +
+
+
\ No newline at end of file diff --git a/src/views/admin/appearance/themes.tpl b/src/views/admin/appearance/themes.tpl index 6592487acd..fea9547b7f 100644 --- a/src/views/admin/appearance/themes.tpl +++ b/src/views/admin/appearance/themes.tpl @@ -1,13 +1,18 @@
-

Installed Themes

-

- The following themes are currently installed in this NodeBB instance. -

-
    -
  • Checking for installed themes...
  • -
+
+
Installed Themes
+
+

+ The following themes are currently installed on your forum. +

+ +
    +
  • Checking for installed themes...
  • +
+
+
\ No newline at end of file