2016-06-04 20:50:07 -07:00
|
|
|
|
<div id="wizardSettingsPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardsettings,paper-checkbox,emby-button">
|
2013-09-05 10:05:39 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
2013-09-05 10:05:39 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="ui-corner-all ui-shadow wizardContent">
|
|
|
|
|
<form class="wizardSettingsForm">
|
|
|
|
|
<h1>
|
|
|
|
|
${LabelConfigureSettings}
|
|
|
|
|
</h1>
|
|
|
|
|
<div style="margin: 3em 0;">
|
|
|
|
|
<paper-checkbox class="chkEnableInternetProviders" checked>${LabelDownloadInternetMetadata}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelDownloadInternetMetadataHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox class="chkSaveLocalMetadata">${LabelSaveLocalMetadata}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelSaveLocalMetadataHelp}</div>
|
|
|
|
|
</div>
|
2013-12-22 20:46:03 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<h1 style="margin-top: 1.5em;">${HeaderPreferredMetadataLanguage}</h1>
|
2013-12-22 20:46:03 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div style="margin: 2em 0;">
|
|
|
|
|
<label for="selectLanguage" class="selectLabel">${LabelLanguage}</label>
|
|
|
|
|
<select name="selectLanguage" id="selectLanguage" data-mini="true" required="required"></select>
|
|
|
|
|
</div>
|
2013-12-22 20:46:03 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div style="margin: 2em 0;">
|
|
|
|
|
<label for="selectCountry" class="selectLabel">${LabelCountry}</label>
|
|
|
|
|
<select name="selectCountry" id="selectCountry" data-mini="true" required="required"></select>
|
|
|
|
|
</div>
|
2013-09-05 10:05:39 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="wizardNavigation">
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised subdued" onclick="history.back();"><iron-icon icon="arrow-back"></iron-icon><span>${LabelPrevious}</span></button>
|
|
|
|
|
<button is="emby-button" type="submit" class="raised accent"><iron-icon icon="arrow-forward"></iron-icon><span>${LabelNext}</span></button>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
</form>
|
2013-09-05 10:05:39 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
2013-09-05 10:05:39 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|