diff --git a/dashboard-ui/css/mediaplayer.css b/dashboard-ui/css/mediaplayer.css index 130bed7081..c2db765b4d 100644 --- a/dashboard-ui/css/mediaplayer.css +++ b/dashboard-ui/css/mediaplayer.css @@ -123,10 +123,6 @@ input[type="range"]::-ms-fill-upper { display: none; /* display and visibility only */ } -.remoteControlButton { - float: right; -} - @media all and (max-width: 800px) { #nowPlayingBar .mediaButton { @@ -138,6 +134,10 @@ input[type="range"]::-ms-fill-upper { display: none; } + .remoteControlButton { + float: right; + } + #nowPlayingBar #playButton, #nowPlayingBar #pauseButton { float: right; } diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index f860417ce5..82d902a7b9 100644 --- a/dashboard-ui/dlnaprofile.html +++ b/dashboard-ui/dlnaprofile.html @@ -180,6 +180,11 @@ +
  • + + +
    ${LabelProtocolInfoHelp}
    +
  • diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 8ce8d7b820..c9b6206127 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -131,6 +131,10 @@ +
  • Network
  • '; + html += '
  • ' + Globalize.translate('ButtonNetwork') + '
  • '; } $('#ulDirectoryPickerList', page).html(html).listview('refresh'); @@ -90,7 +90,7 @@ fileOptions.includeFiles = options.includeFiles; } - options.header = options.header || "Select Media Path"; + options.header = options.header || Globalize.translate('HeaderSelectMediaPath'); options.instruction = options.instruction || ""; var html = '