Private GIT

Skip to content
Snippets Groups Projects
Commit 9d92840c authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

More mako

parent 8ba2301a
Branches
Tags
No related merge requests found
Showing
with 4 additions and 24 deletions
......@@ -8,7 +8,6 @@
global title = 'Coming Episodes'
global header = 'Coming Episodes'
global sbPath = '..'
global topmenu = 'comingEpisodes'
import os.path
......
......
......@@ -11,7 +11,6 @@
global title="Configuration"
global header="Configuration"
global sbPath=".."
global topmenu="config"
include os.path.join(sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.mako")
......
......
......@@ -5,7 +5,6 @@
global $title="Config - Anime"
global $header="Anime"
global $sbPath="../.."
global $topmenu="config"#
include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.mako")
......
......
......@@ -11,7 +11,6 @@
global title = "Config - Backup/Restore"
global header = "Backup/Restore"
global sbPath="../.."
global topmenu="config"#
include os.path.join(sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.mako")
......
......
......@@ -10,10 +10,9 @@
from sickbeard.metadata.generic import GenericMetadata
from sickbeard.helpers import anon_url
global title = 'Config - General'
global header = 'General Configuration'
title = 'Config - General'
header = 'General Configuration'
global sbPath = '../..'
global topmenu = 'config'
include os.path.join(sickbeard.PROG_DIR, 'gui/slick/interfaces/default/inc_top.mako')
......
......
......@@ -6,7 +6,6 @@
global title="Config - Notifications"
global header="Notifications"
global sbPath="../.."
global topmenu="config"#
include os.path.join(sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.mako")
......
......
......@@ -9,7 +9,6 @@
global title = "Config - Post Processing"
global header = "Post Processing"
global sbPath="../.."
global topmenu="config"#
include os.path.join(sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.mako")
......
......
......@@ -7,7 +7,6 @@
global title="Config - Providers"
global header="Search Providers"
global sbPath="../.."
global topmenu="config"
import os.path
......
......
......@@ -4,7 +4,6 @@
global title = 'Config - Episode Search'
global header = 'Search Settings'
global sbPath = '../..'
global topmenu = 'config'
import os.path
......
......
......@@ -5,7 +5,6 @@
global title="Config - Subtitles"
global header="Subtitles"
global sbPath="../.."
global topmenu="config"
import os.path
......
......
......@@ -9,7 +9,6 @@
global title="Edit " + $show.name
global header="Edit " + $show.name
global sbPath=".."
global topmenu="home"
import os.path
......
......
<%
from sickbeard import classes
global header="Logs &amp; Errors"
header="Logs &amp; Errors"
title="Logs &amp; Errors"
sbPath = ".."
topmenu="errorlogs"
%>
......
......
<%
global title=""
global sbPath="../.."
global topmenu="home"
%>
<%!include file="/inc_top.tmpl"/>
......
......
......@@ -10,7 +10,6 @@
from sickbeard.common import *
global title="History"
global header="History"
global sbPath=".."
global topmenu="history"#
layout = sickbeard.HISTORY_LAYOUT
history_limit = sickbeard.HISTORY_LIMIT
......
......
......@@ -12,7 +12,6 @@ import calendar
<%inherit file="/inc_top.mako"/>
##<% return STOP_RENDERING %>
<%
myDB = db.DBConnection()
today = str(datetime.date.today().toordinal())
......@@ -319,7 +318,7 @@ import calendar
dateHasTime : false,
dateFormat : '${sickbeard.DATE_PRESET}',
timeFormat : '${sickbeard.TIME_PRESET}',
trimZero : ${('true', 'false')[sickbeard.TRIM_ZERO == True]}
trimZero : ${('false', 'true')[sickbeard.TRIM_ZERO == True]}
});
% endif
......
......
......@@ -5,7 +5,6 @@
global title="Existing Show"
global header="Existing Show"
global sbPath="../.."
global statpath="../.."
global topmenu="home"
......
......
......@@ -5,7 +5,6 @@
global title="Add Show"
global header="Add Show"
global sbPath="../.."
global statpath="../.."
global topmenu="home"
......
......
......@@ -5,7 +5,6 @@
#set global $header="New Show"
#set global $title="New Show"
#set global $sbPath="../.."
#set global $statpath="../.."#
#set global $topmenu="home"#
......
......
......@@ -5,7 +5,6 @@
#set global $header="New Show"
#set global $title="New Show"
#set global $sbPath="../.."
#set global $statpath="../.."#
#set global $topmenu="home"#
......
......
......@@ -2,7 +2,6 @@
global header="Post Processing"
global title="Post Processing"
global $sbPath="../.."
global topmenu="home"
%>
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment