Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sick-Beard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
Sick-Beard
Commits
a0b730f8
Commit
a0b730f8
authored
Mar 18, 2011
by
Jonathon Saine
Browse files
Options
Downloads
Patches
Plain Diff
Removed old css and html for the outdated config timezone page.
parent
462b10fb
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/css/default.css
+1
-18
1 addition, 18 deletions
data/css/default.css
data/interfaces/default/config_timezones.tmpl
+0
-58
0 additions, 58 deletions
data/interfaces/default/config_timezones.tmpl
with
1 addition
and
76 deletions
data/css/default.css
+
1
−
18
View file @
a0b730f8
...
@@ -17,23 +17,6 @@ margin:0;
...
@@ -17,23 +17,6 @@ margin:0;
padding
:
0
;
padding
:
0
;
}
}
/* only used in config_timezones.tmpl */
fieldset
.EntryFieldSet
{
vertical-align
:
top
;
display
:
inline
;
border-color
:
#3a3a3a
;
margin
:
5px
;
padding
:
7px
;
}
legend
{
font
:
bold
16px
Arial
;
color
:
#57442B
;
}
div
.EntryBlock
,
div
.EntryBlock
form
{
display
:
inline
;
}
/* --------------------------------------------- */
/* these are for incl_top.tmpl */
/* these are for incl_top.tmpl */
#header
{
#header
{
background-color
:
#fff
;
background-color
:
#fff
;
...
...
This diff is collapsed.
Click to expand it.
data/interfaces/default/config_timezones.tmpl
deleted
100644 → 0
+
0
−
58
View file @
462b10fb
#import sickbeard
#from sickbeard.common import *
#import pytz
#from pytz import common_timezones
#set global $title="Config - Timezones"
#set global $header="Timezone Options"
#set global $sbPath="../.."
<!--#set global $topmenu="config"#-->
#import os.path
#include $os.path.join($sickbeard.PROG_DIR, "data/interfaces/default/inc_top.tmpl")
<form action="saveTimezones" method="POST">
The following timezone settings apply to sick beard<br /><br />
<div class="EntryBlock">
<fieldset class="EntryFieldSet">
<legend>Timezone Settings</legend>
My timezone<br />
<select name="timezone_user">
#for $curTz in $common_timezones:
#if $curTz == sickbeard.TZ_USER:
<option value="$curTz" selected>$curTz</option>
#else
<option value="$curTz">$curTz</option>
#end if
#end for
</select><br />
<br />
Default show timezone<br />
<select name="timezone_eps">
#for $curTz in $common_timezones:
#if $curTz == sickbeard.TZ_EPS:
<option value="$curTz" selected>$curTz</option>
#else
<option value="$curTz">$curTz</option>
#end if
#end for
</select><br />
<br />
</fieldset>
</div>
<p>
<input type="submit" value="Save Changes">
</p>
</form>
#include $os.path.join($sickbeard.PROG_DIR, "data/interfaces/default/inc_bottom.tmpl")
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment