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

implement sync item removals

This commit is contained in:
Luke Pulverenti 2014-12-30 14:16:01 -05:00
parent d57e139f13
commit 955e6cda51
5 changed files with 52 additions and 57 deletions

View file

@ -8,18 +8,23 @@
<div data-role="content">
<div class="ui-corner-all ui-shadow wizardContent">
<div class="ui-corner-all ui-shadow wizardContent" style="position:relative;">
<form class="wizardStartForm">
<h2>
<img src="css/images/mblogoicon.png" />${WelcomeToMediaBrowser}</h2>
<div>
<h2 style="float:left;">
<img src="css/images/mblogoicon.png" />${WelcomeToMediaBrowser}
</h2>
<a class="accentButton accentButton-g" href="https://github.com/MediaBrowser/Wiki/wiki/Quick%20start" target="_blank" style="float:right;margin-top:20px;"><i class="fa fa-info"></i>${ButtonQuickStartGuide}</a>
</div>
<br style="clear:both;" />
<p>${ThisWizardWillGuideYou}</p>
<ul data-role="listview" class="ulForm">
<li>
<label for="selectLocalizationLanguage">${LabelPreferredDisplayLanguage}</label>
<select id="selectLocalizationLanguage" data-mini="true">
</select>
<select id="selectLocalizationLanguage" data-mini="true"></select>
</li>
</ul>