diff --git a/gui/slick/css/default.css b/gui/slick/css/default.css index c7202783..9307ba12 100644 --- a/gui/slick/css/default.css +++ b/gui/slick/css/default.css @@ -2467,7 +2467,7 @@ ul.tags li a{ -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; - padding: 5px 10px; + padding: 5px 0 0 10px; margin-bottom: -3px; text-shadow: 0px 1px rgba(0, 0, 0, 0.8); background: #333; @@ -5066,7 +5066,7 @@ posterlist.css font-size: 11px; text-align: left; display: block; - line-height: 18px; + line-height: 13px; } .show-status { @@ -5074,7 +5074,7 @@ posterlist.css font-size: 11px; text-align: left; display: block; - line-height: 34px; + line-height: 15px; } .show-network-image { @@ -5085,9 +5085,9 @@ posterlist.css .show-dlstats { text-shadow: 1px 1px #000; font-size: 11px; - text-align: right; + text-align: left; display: block; - line-height: 18px; + line-height: 15px; } #sort-by { diff --git a/gui/slick/interfaces/default/comingEpisodes.tmpl b/gui/slick/interfaces/default/comingEpisodes.tmpl index 16ae0202..a0df614c 100644 --- a/gui/slick/interfaces/default/comingEpisodes.tmpl +++ b/gui/slick/interfaces/default/comingEpisodes.tmpl @@ -245,6 +245,20 @@ }); }); }); + + #set $fuzzydate = 'airdate' + #if $sickbeard.FUZZY_DATING: + fuzzyMoment({ + dtInline : true, + dtGlue : ' at ', + containerClass : '.${fuzzydate}', + dateHasTime : true, + dateFormat : '${sickbeard.DATE_PRESET}', + timeFormat : '${sickbeard.TIME_PRESET}', + trimZero : #if $sickbeard.TRIM_ZERO then "true" else "false"# + }); + #end if + }); //--> @@ -388,10 +402,11 @@ - Next Episode: <%="S%02i" % int(cur_result["season"])+"E%02i" % int(cur_result["episode"]) %> - $cur_result["name"] ($sbdatetime.sbdatetime.fromtimestamp($time.mktime($cur_result["localtime"].timetuple())).sbfdate().decode($sickbeard.SYS_ENCODING)) + Next Episode: <%="S%02i" % int(cur_result["season"])+"E%02i" % int(cur_result["episode"]) %> - $cur_result["name"]
Originally Airs: | $show.airs #if not $network_timezones.test_timeformat($show.airs) then " (invalid Timeformat) " else ""# on $show.network |
Info Language: | |||||||||
Subtitles: | |||||||||
$sbdatetime.sbdatetime.sbfdatetime($curdatetime, show_seconds=True)$time.mktime($curdatetime.timetuple()) | +$sbdatetime.sbdatetime.sbfdatetime($curdatetime, show_seconds=True) $time.mktime($curdatetime.timetuple()) |
$hItem["show_name"] - <%="S%02i" % int(hItem["season"])+"E%02i" % int(hItem["episode"]) %>#if "proper" in $hItem["resource"].lower or "repack" in $hItem["resource"].lower then ' Proper' else ""# | diff --git a/gui/slick/interfaces/default/home.tmpl b/gui/slick/interfaces/default/home.tmpl index 8e4e072f..598e9725 100644 --- a/gui/slick/interfaces/default/home.tmpl +++ b/gui/slick/interfaces/default/home.tmpl @@ -247,6 +247,7 @@ function invertSort(){ #set $fuzzydate = 'airdate' #if $sickbeard.FUZZY_DATING: fuzzyMoment({ + dtInline : #if $layout == 'poster' then "true" else "false"#, containerClass : '.${fuzzydate}', dateHasTime : false, dateFormat : '${sickbeard.DATE_PRESET}', @@ -365,14 +366,14 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name)) #set $progressbar_percent = $nom * 100 / $den #if "a" in sickbeard.DATE_PRESET: - #set $showheight = "344px" - #set $tableheight = "62px" + #set $showheight = "334px" + #set $tableheight = "52px" #else if "B" in sickbeard.DATE_PRESET: #set $showheight = "374px" #set $tableheight = "92px" #else if "A" in sickbeard.DATE_PRESET: - #set $showheight = "344px" - #set $tableheight = "62px" + #set $showheight = "334px" + #set $tableheight = "52px" #else #set $showheight = "323px" #set $tableheight = "42px" @@ -410,15 +411,14 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name))
+ |
#if $cur_airs_next
#set $ldatetime = $network_timezones.parse_date_time($cur_airs_next,$curShow.airs,$curShow.network)
- Next Ep: $sbdatetime.sbdatetime.sbfdate($ldatetime)
+ Next Ep: $sbdatetime.sbdatetime.sbfdate($ldatetime)
#else if $curShow.status != "Ended" and int($curShow.paused) == 1:
Paused
#else if $curShow.status:
@@ -427,28 +427,29 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name))
?
#end if
|
-
- - #if $layout != 'simple': - #if $curShow.network: - - #else: - - #end if - #else: - $curShow.network - #end if - | - +||
$download_stat
-
+
#if $curShow.quality in $qualityPresets:
$qualityPresetStrings[$curShow.quality]
#else:
Custom
#end if
|
+
+ + #if $layout != 'simple': + #if $curShow.network: + + #else: + + #end if + #else: + $curShow.network + #end if + |