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

update text on metadata pages

This commit is contained in:
Luke Pulverenti 2013-10-17 00:31:40 -04:00
parent 24f25b87f1
commit a26e99cf5d
3 changed files with 5 additions and 2 deletions

View file

@ -22,7 +22,7 @@
<label for="selectImageSavingConvention">Image saving convention: </label> <label for="selectImageSavingConvention">Image saving convention: </label>
<select name="selectImageSavingConvention" id="selectImageSavingConvention"> <select name="selectImageSavingConvention" id="selectImageSavingConvention">
<option value="Compatible">Compatible - MB3/Plex/Xbmc</option> <option value="Compatible">Compatible - MB3/Plex/Xbmc</option>
<option value="Legacy">Legacy - MB3/MB2</option> <option value="Legacy">Standard - MB3/MB2</option>
</select> </select>
<div class="fieldDescription">Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.</div> <div class="fieldDescription">Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.</div>
</li> </li>

View file

@ -850,6 +850,9 @@
} }
if (item.IsFolder) {
return '';
}
return '<div class="posterRibbon missingPosterRibbon">Missing</div>'; return '<div class="posterRibbon missingPosterRibbon">Missing</div>';
}, },
getNewIndicatorHtml: function (item) { getNewIndicatorHtml: function (item) {

View file

@ -23,7 +23,7 @@
<label for="selectImageSavingConvention"><b>Image saving convention:</b></label> <label for="selectImageSavingConvention"><b>Image saving convention:</b></label>
<select name="selectImageSavingConvention" id="selectImageSavingConvention"> <select name="selectImageSavingConvention" id="selectImageSavingConvention">
<option value="Compatible">Compatible - MB3/Plex/Xbmc</option> <option value="Compatible">Compatible - MB3/Plex/Xbmc</option>
<option value="Legacy">Legacy - MB3/MB2</option> <option value="Legacy">Standard - MB3/MB2</option>
</select> </select>
<div class="fieldDescription">Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.</div> <div class="fieldDescription">Media Browser recognizes images from most major media applications. Choosing your downloading convention is useful if you also use other products.</div>
</div> </div>