-
+
\ No newline at end of file
diff --git a/dashboard-ui/components/guestinviter/guestinviter.template.html b/dashboard-ui/components/guestinviter/guestinviter.template.html
index 8484ebec08..62d88a7079 100644
--- a/dashboard-ui/components/guestinviter/guestinviter.template.html
+++ b/dashboard-ui/components/guestinviter/guestinviter.template.html
@@ -1,5 +1,7 @@
-
+
${HeaderInviteUser}
@@ -24,5 +26,8 @@
${MessageGuestSharingPermissionsHelp}
-
+
\ No newline at end of file
diff --git a/dashboard-ui/components/imagedownloader/imagedownloader.js b/dashboard-ui/components/imagedownloader/imagedownloader.js
index b79cd606b4..e94afbbdd5 100644
--- a/dashboard-ui/components/imagedownloader/imagedownloader.js
+++ b/dashboard-ui/components/imagedownloader/imagedownloader.js
@@ -107,8 +107,8 @@
if (showControls) {
html += '
';
- html += '';
- html += '';
+ html += '';
+ html += '';
html += '
';
}
@@ -223,7 +223,7 @@
html += '
';
}
- html += '';
+ html += '';
html += '
';
html += '';
diff --git a/dashboard-ui/components/imageuploader/imageuploader.template.html b/dashboard-ui/components/imageuploader/imageuploader.template.html
index 0f190f270f..b23da78e00 100644
--- a/dashboard-ui/components/imageuploader/imageuploader.template.html
+++ b/dashboard-ui/components/imageuploader/imageuploader.template.html
@@ -27,7 +27,10 @@
-
+
\ No newline at end of file
diff --git a/dashboard-ui/components/itemidentifier/itemidentifier.template.html b/dashboard-ui/components/itemidentifier/itemidentifier.template.html
index f2f3d40a75..30ec130669 100644
--- a/dashboard-ui/components/itemidentifier/itemidentifier.template.html
+++ b/dashboard-ui/components/itemidentifier/itemidentifier.template.html
@@ -18,7 +18,10 @@
\ No newline at end of file
diff --git a/dashboard-ui/mypreferenceshome.html b/dashboard-ui/mypreferenceshome.html
index aafba23c30..1cc73580d7 100644
--- a/dashboard-ui/mypreferenceshome.html
+++ b/dashboard-ui/mypreferenceshome.html
@@ -115,7 +115,10 @@
-
+
\ No newline at end of file
diff --git a/dashboard-ui/mypreferenceslanguages.html b/dashboard-ui/mypreferenceslanguages.html
index 1423d8578d..78587d5a8d 100644
--- a/dashboard-ui/mypreferenceslanguages.html
+++ b/dashboard-ui/mypreferenceslanguages.html
@@ -94,7 +94,10 @@
-
+
\ No newline at end of file
diff --git a/dashboard-ui/mysyncsettings.html b/dashboard-ui/mysyncsettings.html
index fbd2740bde..c98a960ff0 100644
--- a/dashboard-ui/mysyncsettings.html
+++ b/dashboard-ui/mysyncsettings.html
@@ -13,7 +13,9 @@
-
+
@@ -34,7 +36,10 @@
-
+
\ No newline at end of file
diff --git a/dashboard-ui/nowplaying.html b/dashboard-ui/nowplaying.html
index c5ee7bc41e..5c18a51ff1 100644
--- a/dashboard-ui/nowplaying.html
+++ b/dashboard-ui/nowplaying.html
@@ -3,10 +3,14 @@
diff --git a/dashboard-ui/scripts/editorsidebar.js b/dashboard-ui/scripts/editorsidebar.js
index e187138051..286eda3ea0 100644
--- a/dashboard-ui/scripts/editorsidebar.js
+++ b/dashboard-ui/scripts/editorsidebar.js
@@ -1,4 +1,4 @@
-define(['datetime', 'jQuery'], function (datetime, $) {
+define(['datetime', 'jQuery', 'material-icons'], function (datetime, $) {
function getNode(item, folderState, selected) {
@@ -60,7 +60,7 @@
var htmlName = "
";
if (item.LockData) {
- htmlName += '';
+ htmlName += 'lock';
}
htmlName += name;
diff --git a/dashboard-ui/scripts/livetvseriestimers.js b/dashboard-ui/scripts/livetvseriestimers.js
index 3acf8226a8..52306a44e1 100644
--- a/dashboard-ui/scripts/livetvseriestimers.js
+++ b/dashboard-ui/scripts/livetvseriestimers.js
@@ -79,7 +79,7 @@
html += '';
- html += '';
+ html += 'cancel';
html += '';
}
diff --git a/dashboard-ui/scripts/registrationservices.js b/dashboard-ui/scripts/registrationservices.js
index 16a81bdcde..5ae5120ab4 100644
--- a/dashboard-ui/scripts/registrationservices.js
+++ b/dashboard-ui/scripts/registrationservices.js
@@ -93,7 +93,8 @@
require(['dialogHelper', 'paper-fab', 'paper-item-body', 'paper-icon-item', 'emby-button'], function (dialogHelper) {
var dlg = dialogHelper.createDialog({
- size: 'fullscreen-border'
+ size: 'fullscreen-border',
+ removeOnClose: true
});
dlg.classList.add('ui-body-b');
@@ -122,8 +123,8 @@
html += ' ';
- html += '' + Globalize.translate('ButtonBecomeSupporter') + '';
- html += '' + Globalize.translate('ButtonClosePlayVideo') + '';
+ html += 'check' + Globalize.translate('ButtonBecomeSupporter') + '';
+ html += 'close' + Globalize.translate('ButtonClosePlayVideo') + '';
html += '
';
@@ -133,15 +134,19 @@
// Has to be assigned a z-index after the call to .open()
dlg.addEventListener('close', function (e) {
appStorage.setItem(supporterPlaybackKey, new Date().getTime());
- dlg.parentNode.removeChild(dlg);
resolve();
});
dialogHelper.open(dlg);
- $('.btnCancelSupporterInfo').on('click', function () {
+ var onCancelClick = function () {
dialogHelper.close(dlg);
- });
+ };
+ var i, length;
+ var elems = dlg.querySelectorAll('.btnCancelSupporterInfo');
+ for (i = 0, length = elems.length; i < length; i++) {
+ elems[i].addEventListener('click', onCancelClick);
+ }
});
}
diff --git a/dashboard-ui/selectserver.html b/dashboard-ui/selectserver.html
index 168c943d9a..ce1dd80b3b 100644
--- a/dashboard-ui/selectserver.html
+++ b/dashboard-ui/selectserver.html
@@ -6,7 +6,12 @@