1
0
Fork 0
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:
Luke Pulverenti 2013-09-04 15:16:41 -04:00
parent 4e205c8bec
commit dba69cf2cd
4 changed files with 10 additions and 6 deletions

View file

@ -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>

View file

@ -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) {

View file

@ -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>

View file

@ -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>