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

29 lines
1.4 KiB
HTML
Raw Normal View History

2016-08-25 13:06:30 -04:00
<div id="metadataConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage withTabs" data-require="scripts/metadataconfigurationpage,emby-checkbox,emby-button,emby-select">
2013-02-20 20:33:05 -05:00
2016-03-16 01:33:31 -04:00
<div data-role="content">
2013-02-20 20:33:05 -05:00
2016-03-16 01:33:31 -04:00
<div class="content-primary">
2013-02-20 20:33:05 -05:00
2016-03-16 01:33:31 -04:00
<form class="metadataConfigurationForm">
<div style="margin:1em 0;background: #e8e8e8;padding: 1em;">
<h1 style="margin-top:.5em;">Some metadata settings have moved</h1>
<p>You can now configure internet providers and saving of local metadata on a per-library basis.</p>
<p>To do this, go to Library setup and click on a library to view the options.</p>
2016-08-25 01:41:44 -04:00
</div>
<br/>
2016-08-25 13:06:30 -04:00
<div class="selectContainer">
<select is="emby-select" id="selectLanguage" label="${LabelMetadataDownloadLanguage}" required="required"></select>
2016-08-25 01:41:44 -04:00
</div>
2016-08-25 13:06:30 -04:00
<div class="selectContainer">
<select is="emby-select" id="selectCountry" label="${LabelCountry}" required="required"></select>
2016-08-25 01:41:44 -04:00
</div>
<br />
<div>
2016-09-18 01:52:10 -04:00
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
2016-08-25 01:41:44 -04:00
</div>
2016-03-16 01:33:31 -04:00
</form>
2013-02-20 20:33:05 -05:00
</div>
2016-03-16 01:33:31 -04:00
2013-02-20 20:33:05 -05:00
</div>
2016-03-16 01:33:31 -04:00
</div>