From 4b34be35b596d6426ac81652805afbd7e0096928 Mon Sep 17 00:00:00 2001 From: Supremicus Date: Fri, 14 Nov 2014 15:53:24 +1000 Subject: [PATCH] Overhaul Config Anime. Overhaul Config Anime to be in line with General Configuration. --- CHANGES.md | 1 + .../interfaces/default/config_anime.tmpl | 164 +++++++++--------- 2 files changed, 87 insertions(+), 78 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6423e01b..169e927a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ * Change footer stats to not add newlines when copy/pasting from them * Remove redundant references from Config / Help & Info * Fix poster preview on small poster layout +* Change overhaul Config Anime to be in line with General Configuration ### 0.3.0 (2014-11-12 14:30:00 UTC) diff --git a/gui/slick/interfaces/default/config_anime.tmpl b/gui/slick/interfaces/default/config_anime.tmpl index 17f56de5..bb8b600d 100644 --- a/gui/slick/interfaces/default/config_anime.tmpl +++ b/gui/slick/interfaces/default/config_anime.tmpl @@ -1,109 +1,117 @@ #import sickbeard #from sickbeard.helpers import anon_url -#set global $title="Config - Anime" -#set global $header="Anime" +#set global $title = 'Config - Anime' +#set global $header = 'Anime Configuration' -#set global $sbPath="../.." +#set global $sbPath = '../..' -#set global $topmenu="config"# -#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl") +#set global $topmenu = 'config' +#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl') - -
+ #if $varExists('header')

$header

#else

$title

#end if +
-
+
- - -
-
+ + +
+
+ +
AniDB -

AniDB

-

AniDB is non-profit database of anime information that is freely open to the public

-
+

AniDB

+

Keep track of your anime downloads with AniDB

+
-
-
- - -
- -
-
- - -
- -
- - -
-
- - -
+
+
+
- -
-
- -
+
+
+ +
+ +
+ +
+ +
+ +
+
+ + +
+
+ +
+ +
+

User Interface

+

Change how anime appears on the home page.

+
+ +
+
+ +
+ + +
+
+
-
-

Look and Feel

-
-
-
- - -
- -
-
-

+
- -#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_bottom.tmpl") +#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_bottom.tmpl') \ No newline at end of file