Remove agreement and app links

This commit is contained in:
Andrew Rabert 2018-12-11 00:46:50 -05:00
parent 673b300610
commit 8d13cc662c
5 changed files with 4 additions and 80 deletions

View File

@ -15,7 +15,7 @@ define(["loading", "emby-checkbox", "emby-button", "emby-select"], function(load
}
function navigateToNextPage() {
Dashboard.navigate("wizardagreement.html")
Dashboard.navigate("wizardfinish.html")
}
function onSubmit(e) {

View File

@ -5,14 +5,6 @@
"description": "The open media solution.",
"lang": "en-US",
"related_applications": [
{
"platform": "android",
"location": "https://play.google.com/store/apps/details?id=com.mb.android"
},
{
"platform": "ios",
"location": "https://itunes.apple.com/us/app/emby/id992180193?ls=1&mt=8"
},
{
"platform": "web"
}

View File

@ -771,12 +771,6 @@ var Dashboard = {
dependencies: [],
autoFocus: !1,
roles: "admin"
}), defineRoute({
path: "/wizardagreement.html",
dependencies: ["dashboardcss"],
autoFocus: !1,
anonymous: !0,
controller: "scripts/wizardagreement"
}), defineRoute({
path: "/wizardremoteaccess.html",
dependencies: ["dashboardcss"],

View File

@ -1,35 +0,0 @@
<div id="wizardAgreementPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardagreement,emby-checkbox,emby-button">
<div class="padded-left padded-right padded-top">
<div class="ui-corner-all ui-shadow wizardContent" style="position:relative;">
<form class="wizardAgreementForm">
<h1>
${HeaderTermsOfService}
</h1>
<p style="margin-top:2em;">${MessagePleaseAcceptTermsOfService}</p>
<p style="margin:1.5em 0;"><a is="emby-linkbutton" class="button-link" href="http://emby.media/privacy" target="_blank">${ButtonPrivacyPolicy}</a></p>
<p style="margin:1.5em 0;"><a is="emby-linkbutton" class="button-link" href="http://emby.media/terms" target="_blank">${ButtonTermsOfService}</a></p>
<label class="checkboxContainer">
<input type="checkbox" is="emby-checkbox" class="chkAccept" />
<span>${OptionIAcceptTermsOfService}</span>
</label>
<div class="wizardNavigation">
<button is="emby-button" type="button" onclick="history.back();" class="raised button-cancel">
<i class="md-icon">arrow_back</i>
<span>${LabelPrevious}</span>
</button>
<button is="emby-button" type="submit" class="raised button-submit">
<span>${LabelNext}</span>
<i class="md-icon">arrow_forward</i>
</button>
</div>
</form>
</div>
</div>
</div>

View File

@ -9,33 +9,6 @@
<p style="margin:2em 0;">${WizardCompleted}</p>
<p style="margin:2em 0;" class="appLinks">
<a href="https://www.amazon.com/Emby-Mobile/dp/B00GVH9O0I" target="_blank">
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/amazon.png" title="Android via Amazon App Store" />
</a>
<a href="https://play.google.com/store/apps/details?id=com.mb.android&hl=en" target="_blank">
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/playstore.png" title="Android via Google Play Store" />
</a>
<a href="https://itunes.apple.com/us/app/emby/id992180193?ls=1&mt=8" target="_blank">
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/ios.png" title="iOS" />
</a>
<a href="https://channelstore.roku.com/details/44191/emby" target="_blank">
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/roku.jpg" title="Roku" />
</a>
<a href="http://www.windowsphone.com/s?appid=f4971ed9-f651-4bf6-84bb-94fd98613b86" target="_blank">
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/windowsphone.png" title="Windows Phone" />
</a>
<a href="http://apps.microsoft.com/windows/en-us/app/media-browser/ad55a2f0-9897-47bd-8944-bed3aefd5d06" target="_blank">
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/windowsrt.png" title="Windows 8.1" />
</a>
<a href="https://emby.media/emby-for-windows-media-center.html" target="_blank" title="Windows Media Center">
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/mbc.png" />
</a>
<a href="https://emby.media/emby-for-kodi.html" target="_blank" title="Kodi">
<img src="https://github.com/MediaBrowser/Emby.Resources/raw/master/images/devices/kodi.png" />
</a>
</p>
<div class="wizardNavigation">
<button is="emby-button" type="button" class="raised button-cancel" onclick="history.back();"><i class="md-icon">arrow_back</i><span>${LabelPrevious}</span></button>
<button is="emby-button" type="button" class="raised btnWizardNext button-submit"><i class="md-icon">check</i><span>${LabelFinish}</span></button>