1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update ScheduleDirect help text

This commit is contained in:
Luke Pulverenti 2015-07-23 13:04:54 -04:00
parent 19d5eb697c
commit ac2b34c25d
2 changed files with 2 additions and 1 deletions

View file

@ -18,7 +18,7 @@
<div class="readOnlyContent" style="margin-top: 2em;"> <div class="readOnlyContent" style="margin-top: 2em;">
<h1>Schedules Direct</h1> <h1>Schedules Direct</h1>
<p class="createAccountHelp"></p>
<div style="background-color:rgba(82,181,75,.8);color:#fff;padding:.7em 1em;font-size:16px;border-radius:4px;"> <div style="background-color:rgba(82,181,75,.8);color:#fff;padding:.7em 1em;font-size:16px;border-radius:4px;">
${GuideProviderLoginStep} ${GuideProviderLoginStep}
</div> </div>

View file

@ -148,6 +148,7 @@
refreshListings(page, this.value); refreshListings(page, this.value);
}); });
$('.createAccountHelp', page).html(Globalize.translate('MessageCreateAccountAt', '<a href="http://www.schedulesdirect.org" target="_blank">http://www.schedulesdirect.org</a>'));
}).on('pageshowready', "#liveTvGuideProviderScdPage", function () { }).on('pageshowready', "#liveTvGuideProviderScdPage", function () {