mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
displayShow tweaks
* Fix displayShow topmenu variable to point to a valid menu item * Change displayShow scene exception separator to a comma for neater appearance
This commit is contained in:
parent
94724779a3
commit
2a1dbcae9f
2 changed files with 7 additions and 6 deletions
|
@ -15,6 +15,8 @@
|
|||
* Fix provider list color
|
||||
* Add handling of exceptional case with missing network name (NoneType) in Episode View
|
||||
* Fix black and white list initialization on new show creation
|
||||
* Fix displayShow topmenu variable to point to a valid menu item
|
||||
* Change displayShow scene exception separator to a comma for neater appearance
|
||||
|
||||
[develop changelog]
|
||||
|
||||
|
|
|
@ -7,11 +7,10 @@
|
|||
#import os.path, os
|
||||
#import datetime
|
||||
|
||||
#set global $title=$show.name
|
||||
##set global $header = '<a></a>' %
|
||||
#set global $topmenu="manageShows"#
|
||||
#set $exceptions_string = " | ".join($show.exceptions)
|
||||
#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl")
|
||||
#set global $title = $show.name
|
||||
#set global $topmenu = 'home'
|
||||
#set $exceptions_string = ', '.join($show.exceptions)
|
||||
#include $os.path.join($sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.tmpl')
|
||||
|
||||
<script type="text/javascript" src="$sbRoot/js/lib/jquery.bookmarkscroll.js?$sbPID"></script>
|
||||
|
||||
|
@ -492,4 +491,4 @@
|
|||
|
||||
</table>
|
||||
|
||||
#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')
|
||||
|
|
Loading…
Reference in a new issue