diff --git a/CHANGES.md b/CHANGES.md index 2a230585..d62d619c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,7 @@ * Add database migration code * Change KickassTorrents provider URLs * Fix missing Content-Type headers for posters and banners +* Remove config Backup & Restore [develop changelog] * Add TVRage network name standardization diff --git a/gui/slick/interfaces/default/config_backuprestore.tmpl b/gui/slick/interfaces/default/config_backuprestore.tmpl deleted file mode 100644 index 0ce945ab..00000000 --- a/gui/slick/interfaces/default/config_backuprestore.tmpl +++ /dev/null @@ -1,102 +0,0 @@ -#import os.path -#import datetime -#import locale -#import sickbeard -#from sickbeard.common import * -#from sickbeard.sbdatetime import * -#from sickbeard import config -#from sickbeard import metadata -#from sickbeard.metadata.generic import GenericMetadata -#set global $title = "Config - Backup/Restore" -#set global $header = "Backup/Restore" - -#set global $sbPath="../.." - -#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 - -#set $indexer = 0 -#if $sickbeard.INDEXER_DEFAULT - #set $indexer = $sickbeard.INDEXER_DEFAULT -#end if - - - -
-
- -
-
- - -
-
-

Backup

-

Backup your main database file and config.

-
- -
-
- Select the folder you wish to save your backup file to: - -

- - - - -
- -
-
-
- -
- -
-
-

Restore

-

Restore your main database file and config.

-
- -
-
- Select the backup file you wish to restore: - -

- - - - -
- -
-
-
-
-
-
-
-
- -
- - - -#include $os.path.join($sickbeard.PROG_DIR,"gui/slick/interfaces/default/inc_bottom.tmpl") diff --git a/gui/slick/interfaces/default/inc_top.tmpl b/gui/slick/interfaces/default/inc_top.tmpl index fa569ab6..350c573e 100644 --- a/gui/slick/interfaces/default/inc_top.tmpl +++ b/gui/slick/interfaces/default/inc_top.tmpl @@ -98,7 +98,6 @@ \$("#SubMenu a:contains('Anime')").addClass('btn').html(' Anime'); \$("#SubMenu a:contains('Settings')").addClass('btn').html(' Search Settings'); \$("#SubMenu a:contains('Provider')").addClass('btn').html(' Search Providers'); - \$("#SubMenu a:contains('Backup/Restore')").addClass('btn').html(' Backup/Restore'); \$("#SubMenu a:contains('General')").addClass('btn').html(' General'); \$("#SubMenu a:contains('Episode Status')").addClass('btn').html(' Episode Status Management'); \$("#SubMenu a:contains('Missed Subtitle')").addClass('btn').html(' Missed Subtitles'); @@ -198,7 +197,6 @@