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

adjusted unc message

This commit is contained in:
Luke Pulverenti 2013-05-19 21:17:35 -04:00
parent a587a355d2
commit 0b6e04190c
2 changed files with 3 additions and 3 deletions

View file

@ -477,7 +477,7 @@ var Dashboard = {
options = options || {};
options.header = options.header || "Select Media Path";
options.instruction = options.instruction || "<p class='directoryPickerHeadline'>Network paths (UNC) are optional, but will allow direct file playback when possible.</p>";
options.instruction = options.instruction || "Any path will do, but network paths (UNC) will allow clients direct file playback when possible. For optimal playback of bluray and dvd folders, unc paths are recommended.";
var html = '<div data-role="popup" id="popupDirectoryPicker" class="ui-corner-all popup" style="min-width:65%;">';
@ -487,7 +487,7 @@ var Dashboard = {
html += '<div data-role="content" class="ui-corner-bottom ui-content">';
html += '<form>';
html += '<div>' + options.instruction + '</div>';
html += '<p class="directoryPickerHeadline">' + options.instruction + '</p>';
html += '<div data-role="fieldcontain" style="margin:0;">';
html += '<label for="txtDirectoryPickerPath" class="lblDirectoryPickerPath">Current Folder:</label>';