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:
parent
a587a355d2
commit
0b6e04190c
2 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
header: "Select Items By Name Path",
|
header: "Select Items By Name Path",
|
||||||
|
|
||||||
instruction: "<p>Browse or enter the path to your items by name folder. The folder must be writeable.</p>"
|
instruction: "Browse or enter the path to your items by name folder. The folder must be writeable."
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -477,7 +477,7 @@ var Dashboard = {
|
||||||
options = options || {};
|
options = options || {};
|
||||||
|
|
||||||
options.header = options.header || "Select Media Path";
|
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%;">';
|
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 += '<div data-role="content" class="ui-corner-bottom ui-content">';
|
||||||
html += '<form>';
|
html += '<form>';
|
||||||
html += '<div>' + options.instruction + '</div>';
|
html += '<p class="directoryPickerHeadline">' + options.instruction + '</p>';
|
||||||
|
|
||||||
html += '<div data-role="fieldcontain" style="margin:0;">';
|
html += '<div data-role="fieldcontain" style="margin:0;">';
|
||||||
html += '<label for="txtDirectoryPickerPath" class="lblDirectoryPickerPath">Current Folder:</label>';
|
html += '<label for="txtDirectoryPickerPath" class="lblDirectoryPickerPath">Current Folder:</label>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue