mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
startup wizard text changes
This commit is contained in:
parent
4e205c8bec
commit
dba69cf2cd
4 changed files with 10 additions and 6 deletions
|
@ -53,10 +53,10 @@
|
||||||
<select id="selectCollectionType" name="selectCollectionType"></select>
|
<select id="selectCollectionType" name="selectCollectionType"></select>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="fieldDescription">
|
<p class="collectionTypeFieldDescription fieldDescription">
|
||||||
Anything unlisted should be classified as general or mixed content.
|
Anything unlisted should be classified as general or mixed content.
|
||||||
</p>
|
</p>
|
||||||
<p class="fieldDescription">
|
<p class="collectionTypeFieldDescription fieldDescription">
|
||||||
* Requires the use of a plugin, e.g. GameBrowser or MB Photos.
|
* Requires the use of a plugin, e.g. GameBrowser or MB Photos.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
@ -143,6 +143,8 @@
|
||||||
|
|
||||||
addVirtualFolder: function () {
|
addVirtualFolder: function () {
|
||||||
|
|
||||||
|
$('.collectionTypeFieldDescription').show();
|
||||||
|
|
||||||
MediaLibraryPage.getTextValue("Add Media Collection", "Name (Movies, Music, TV, etc):", "", true, function (name, type) {
|
MediaLibraryPage.getTextValue("Add Media Collection", "Name (Movies, Music, TV, etc):", "", true, function (name, type) {
|
||||||
|
|
||||||
var userId = getParameterByName("userId");
|
var userId = getParameterByName("userId");
|
||||||
|
@ -259,6 +261,8 @@
|
||||||
|
|
||||||
MediaLibraryPage.lastVirtualFolderName = virtualFolder.Name;
|
MediaLibraryPage.lastVirtualFolderName = virtualFolder.Name;
|
||||||
|
|
||||||
|
$('.collectionTypeFieldDescription').hide();
|
||||||
|
|
||||||
MediaLibraryPage.getTextValue(virtualFolder.Name, "Rename " + virtualFolder.Name, virtualFolder.Name, false, function (newName) {
|
MediaLibraryPage.getTextValue(virtualFolder.Name, "Rename " + virtualFolder.Name, virtualFolder.Name, false, function (newName) {
|
||||||
|
|
||||||
if (virtualFolder.Name != newName) {
|
if (virtualFolder.Name != newName) {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<div class="ui-corner-all ui-shadow wizardContent">
|
<div class="ui-corner-all ui-shadow wizardContent">
|
||||||
<h2>
|
<h2>
|
||||||
<img src="css/images/mblogoicon.png" />Media Library</h2>
|
<img src="css/images/mblogoicon.png" />Setup your media library</h2>
|
||||||
|
|
||||||
<p id="fldUseDefaultLibrary" style="display: none;">
|
<p id="fldUseDefaultLibrary" style="display: none;">
|
||||||
<input type="checkbox" id="chkUseDefaultLibrary" name="chkUseDefaultLibrary" onchange="MediaLibraryPage.setUseDefaultMediaLibrary(this.checked);" />
|
<input type="checkbox" id="chkUseDefaultLibrary" name="chkUseDefaultLibrary" onchange="MediaLibraryPage.setUseDefaultMediaLibrary(this.checked);" />
|
||||||
|
@ -43,10 +43,10 @@
|
||||||
<select id="selectCollectionType" name="selectCollectionType"></select>
|
<select id="selectCollectionType" name="selectCollectionType"></select>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="fieldDescription">
|
<p class="collectionTypeFieldDescription fieldDescription">
|
||||||
Anything unlisted should be classified as general or mixed content.
|
Anything unlisted should be classified as general or mixed content.
|
||||||
</p>
|
</p>
|
||||||
<p class="fieldDescription">
|
<p class="collectionTypeFieldDescription fieldDescription">
|
||||||
* Requires the use of a plugin, e.g. GameBrowser or MB Photos.
|
* Requires the use of a plugin, e.g. GameBrowser or MB Photos.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<div class="ui-corner-all ui-shadow wizardContent">
|
<div class="ui-corner-all ui-shadow wizardContent">
|
||||||
<form id="wizardUserForm">
|
<form id="wizardUserForm">
|
||||||
<h2>
|
<h2>
|
||||||
<img src="css/images/mblogoicon.png" style="height: 30px;" />Tell Us About Yourself</h2>
|
<img src="css/images/mblogoicon.png" style="height: 30px;" />Tell us about yourself</h2>
|
||||||
|
|
||||||
<p>Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and ratings.</p>
|
<p>Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and ratings.</p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue