Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SickRage-1
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
SickRage-1
Commits
a726c719
Commit
a726c719
authored
Jan 8, 2016
by
Fernando
Browse files
Options
Downloads
Plain Diff
Merge pull request #694 from SickRage/fix_notifications_mako
Fix notifications mako
parents
abd7846c
58d1209c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
gui/slick/views/config_notifications.mako
+5
-6
5 additions, 6 deletions
gui/slick/views/config_notifications.mako
with
5 additions
and
6 deletions
gui/slick/views/config_notifications.mako
+
5
−
6
View file @
a726c719
...
@@ -1411,7 +1411,7 @@
...
@@ -1411,7 +1411,7 @@
<span class="component-title">Notify on snatch</span>
<span class="component-title">Notify on snatch</span>
<span class="component-desc">
<span class="component-desc">
<input type="checkbox" name="telegram_notify_onsnatch" id="telegram_notify_onsnatch" ${('', 'checked="checked"')[bool(sickbeard.TELEGRAM_NOTIFY_ONSNATCH)]}/>
<input type="checkbox" name="telegram_notify_onsnatch" id="telegram_notify_onsnatch" ${('', 'checked="checked"')[bool(sickbeard.TELEGRAM_NOTIFY_ONSNATCH)]}/>
<p>Send a
Telegram
message when a download starts?</p>
<p>Send a message when a download starts?</p>
</span>
</span>
</label>
</label>
</div>
</div>
...
@@ -1420,23 +1420,22 @@
...
@@ -1420,23 +1420,22 @@
<span class="component-title">Notify on download</span>
<span class="component-title">Notify on download</span>
<span class="component-desc">
<span class="component-desc">
<input type="checkbox" name="telegram_notify_ondownload" id="telegram_notify_ondownload" ${('', 'checked="checked"')[bool(sickbeard.TELEGRAM_NOTIFY_ONDOWNLOAD)]}/>
<input type="checkbox" name="telegram_notify_ondownload" id="telegram_notify_ondownload" ${('', 'checked="checked"')[bool(sickbeard.TELEGRAM_NOTIFY_ONDOWNLOAD)]}/>
<p>Send a
Telegram
message when a download finishes?</p>
<p>Send a message when a download finishes?</p>
</span>
</span>
</label>
</label>
</div>
</div>
</div>
<div class="field-pair">
<div class="field-pair">
<label for="telegram_notify_onsubtitledownload">
<label for="telegram_notify_onsubtitledownload">
<span class="component-title">Notify on subtitle download</span>
<span class="component-title">Notify on subtitle download</span>
<span class="component-desc">
<span class="component-desc">
<input type="checkbox" name="telegram_notify_onsubtitledownload" id="telegram_notify_onsubtitledownload" ${('', 'checked="checked"')[bool(sickbeard.TELEGRAM_NOTIFY_ONSUBTITLEDOWNLOAD)]}/>
<input type="checkbox" name="telegram_notify_onsubtitledownload" id="telegram_notify_onsubtitledownload" ${('', 'checked="checked"')[bool(sickbeard.TELEGRAM_NOTIFY_ONSUBTITLEDOWNLOAD)]}/>
<p>Send a
Telegram
message when subtitles are downloaded?</p>
<p>Send a message when subtitles are downloaded?</p>
</span>
</span>
</label>
</label>
</div>
</div>
<div class="field-pair">
<div class="field-pair">
<label for="telegram_id">
<label for="telegram_id">
<span class="component-title">
Telegram u
ser/group ID</span>
<span class="component-title">
U
ser/group ID</span>
<input type="text" name="telegram_id" id="telegram_id" value="${sickbeard.TELEGRAM_ID}" class="form-control input-sm input250" autocapitalize="off" />
<input type="text" name="telegram_id" id="telegram_id" value="${sickbeard.TELEGRAM_ID}" class="form-control input-sm input250" autocapitalize="off" />
</label>
</label>
<label>
<label>
...
@@ -1446,7 +1445,7 @@
...
@@ -1446,7 +1445,7 @@
</div>
</div>
<div class="field-pair">
<div class="field-pair">
<label for="telegram_password">
<label for="telegram_password">
<span class="component-title">
Telegram
bot API token</span>
<span class="component-title">bot API token</span>
<input type="text" name="telegram_apikey" id="telegram_apikey" value="${sickbeard.TELEGRAM_APIKEY}" class="form-control input-sm input250" autocapitalize="off" />
<input type="text" name="telegram_apikey" id="telegram_apikey" value="${sickbeard.TELEGRAM_APIKEY}" class="form-control input-sm input250" autocapitalize="off" />
</label>
</label>
<label>
<label>
...
...
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
register
or
sign in
to comment