diff --git a/data/css/style.css b/data/css/style.css
index deacb929ff..967959eade 100644
--- a/data/css/style.css
+++ b/data/css/style.css
@@ -9,13 +9,13 @@ browser.css
margin: 0;
}
#fileBrowserDialog ul li {
- padding: 4px 0;
- margin: 2px;
+ margin: 2px 0;
list-style-type: none;
cursor: pointer;
}
#fileBrowserDialog ul li a {
display: block;
+ padding: 4px 0;
}
#fileBrowserDialog ul li a:hover {
color: #00f;
@@ -58,11 +58,9 @@ browser.css
/* =======================================================================
formWizard.css
========================================================================== */
-/* TODO: cleanup the fixed height issue with custom quality */
fieldset.sectionwrap {
width: 800px;
padding: 5px;
- overflow: auto;
text-align: left;
border-width: 0;
}
@@ -78,7 +76,7 @@ div.stepsguide {
}
div.stepsguide .step {
float: left;
- width: 260px;
+ width: 250px;
font: bold 24px Arial;
}
div.stepsguide .step p {
@@ -122,19 +120,15 @@ div.formpaginate .prev, div.formpaginate .next {
overflow: hidden;
clear: both;
}
-.stepDiv > #customQualityWrapper {
- height: 190px;
- overflow: auto;
-}
#customQualityWrapper div.component-group-desc {
- float:left;
- width:165px;
+ float: left;
+ width: 165px;
}
#customQualityWrapper div.component-group-desc p {
- width:85%;
- margin:.8em 0;
- font-size:1.2em;
- color:#666;
+ width: 85%;
+ margin: .8em 0;
+ font-size: 1.2em;
+ color: #666;
}
/* =======================================================================
@@ -362,7 +356,7 @@ home.tmpl
/* =======================================================================
home_postprocess.tmpl
========================================================================== */
-#episodeDir {
+#episodeDir, #newRootDir {
margin-right: 6px;
}
@@ -449,11 +443,6 @@ ul#rootDirStaticList li {
list-style: none outside none;
cursor: pointer;
}
-/* for tabs: manage directories */
-#rootDirs, #rootDirsControls {
- width: 50%;
- min-width: 400px;
-}
/* for tabs: customize options */
#tabs div.field-pair,
.stepDiv div.field-pair {
diff --git a/data/interfaces/default/config_notifications.tmpl b/data/interfaces/default/config_notifications.tmpl
index 9c5a9034b9..826cf0ad58 100755
--- a/data/interfaces/default/config_notifications.tmpl
+++ b/data/interfaces/default/config_notifications.tmpl
@@ -26,6 +26,7 @@
A free and open source cross-platform media center and home entertainment system software with a 10-foot user interface designed for the living-room TV.
+
@@ -55,14 +56,14 @@
Update Library
- Update XBMC library when we finish a download?
+ Update library (show's path) when we finish a download?
Full Library Update
- Do a full library update if per-show fails?
+ Fall back to a full library update if per-show fails?
@@ -76,7 +77,7 @@
- (multiple host strings can be separated by commas)
+ (multiple host strings must be separated by commas, the library updates will only be sent to the first host listed)
@@ -164,6 +165,10 @@
Host running Plex Client (eg. 192.168.1.100:3000)
+
+
+ (multiple host strings must be separated by commas)
+
@@ -186,7 +191,7 @@
Click below to test.
-
+
@@ -458,7 +463,7 @@
- Prowl priority:
+ Prowl Priority:
Very Low
Moderate
@@ -611,7 +616,7 @@
-
+ Pushover User Key
@@ -713,7 +718,7 @@
- Multiple keys must be seperated by a , (comma). Up to a maximum of 5
+ Multiple keys (maxium of 5) must be seperated by commas
diff --git a/data/interfaces/default/config_providers.tmpl b/data/interfaces/default/config_providers.tmpl
index f716455869..1f06f4535a 100755
--- a/data/interfaces/default/config_providers.tmpl
+++ b/data/interfaces/default/config_providers.tmpl
@@ -85,7 +85,7 @@
Configure Provider:
#set $provider_config_list = []
- #for $cur_provider in ("nzbs_r_us", "newzbin", "nzbmatrix", "tvtorrents", "btn"):
+ #for $cur_provider in ("nzbs_r_us", "tvtorrents", "btn"):
#set $cur_provider_obj = $sickbeard.providers.getProviderClass($cur_provider)
#if $cur_provider_obj.providerType == $GenericProvider.NZB and not $sickbeard.USE_NZBS:
#continue
@@ -126,51 +126,6 @@
#end for
-
-
-
-
diff --git a/data/interfaces/default/editShow.tmpl b/data/interfaces/default/editShow.tmpl
index bbefe0a737..a0ce6dd7e7 100644
--- a/data/interfaces/default/editShow.tmpl
+++ b/data/interfaces/default/editShow.tmpl
@@ -1,20 +1,21 @@
#import sickbeard
#from sickbeard import common
#from sickbeard import exceptions
-#set global $title="Edit "+$show.name
+#set global $title="Edit " + $show.name
#set global $header=$show.name
#set global $sbPath=".."
-#set global $topmenu="home"#
+#set global $topmenu="home"
#import os.path
#include $os.path.join($sickbeard.PROG_DIR, "data/interfaces/default/inc_top.tmpl")
+
diff --git a/data/interfaces/default/home_newShow.tmpl b/data/interfaces/default/home_newShow.tmpl
index 82ccff8954..fd475604da 100644
--- a/data/interfaces/default/home_newShow.tmpl
+++ b/data/interfaces/default/home_newShow.tmpl
@@ -1,5 +1,4 @@
#import os.path
-#import urllib
#import sickbeard
#set global $title="New Show"
@@ -14,8 +13,8 @@
-
-
+
+
aoeu
@@ -36,13 +35,12 @@
en
*
-
+
* This will only affect the language of the retrieved metadata file contents and episode filenames.
This
DOES NOT allow Sick Beard to download non-english TV episodes!
-
+
#end if
-
@@ -61,9 +59,10 @@
Customize options
-
- #include $os.path.join($sickbeard.PROG_DIR, "data/interfaces/default/inc_addShowOptions.tmpl")
-
+
+
+ #include $os.path.join($sickbeard.PROG_DIR, "data/interfaces/default/inc_addShowOptions.tmpl")
+
#for $curNextDir in $other_shows:
diff --git a/data/interfaces/default/inc_qualityChooser.tmpl b/data/interfaces/default/inc_qualityChooser.tmpl
index 0babebab10..0f574fff3a 100644
--- a/data/interfaces/default/inc_qualityChooser.tmpl
+++ b/data/interfaces/default/inc_qualityChooser.tmpl
@@ -1,8 +1,6 @@
#import sickbeard
#from sickbeard.common import Quality, qualityPresets, qualityPresetStrings
-
-
#set $overall_quality = $Quality.combineQualities($anyQualities, $bestQualities)
@@ -21,11 +19,10 @@
-
-
-
-
One of the Initial quality selections must be obtained before Sick Beard will attempt to process the Archive selections.
-
+
+
+
One of the Initial quality selections must be obtained before Sick Beard will attempt to process the Archive selections.
+
Initial
diff --git a/data/interfaces/default/inc_rootDirs.tmpl b/data/interfaces/default/inc_rootDirs.tmpl
index 0052a314e1..27f995daab 100644
--- a/data/interfaces/default/inc_rootDirs.tmpl
+++ b/data/interfaces/default/inc_rootDirs.tmpl
@@ -3,7 +3,7 @@
#if $sickbeard.ROOT_DIRS:
#set $backend_pieces = $sickbeard.ROOT_DIRS.split('|')
-#set $backend_default = 'rd-'+$backend_pieces[0]
+#set $backend_default = 'rd-' + $backend_pieces[0]
#set $backend_dirs = $backend_pieces[1:]
#else:
#set $backend_default = ''
@@ -11,14 +11,14 @@
#end if
-
-
+
+
#for $cur_dir in $backend_dirs:
$cur_dir
#end for
-