diff --git a/dashboard-ui/bower_components/emby-icons/emby-icons.html b/dashboard-ui/bower_components/emby-icons/emby-icons.html deleted file mode 100644 index 517b24a240..0000000000 --- a/dashboard-ui/bower_components/emby-icons/emby-icons.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/library.html b/dashboard-ui/library.html index f40d454649..6dd2ad8dc3 100644 --- a/dashboard-ui/library.html +++ b/dashboard-ui/library.html @@ -6,7 +6,10 @@
- +
diff --git a/dashboard-ui/livetvstatus.html b/dashboard-ui/livetvstatus.html index 2c170e37ac..7f375647db 100644 --- a/dashboard-ui/livetvstatus.html +++ b/dashboard-ui/livetvstatus.html @@ -31,7 +31,10 @@
- +
diff --git a/dashboard-ui/myprofile.html b/dashboard-ui/myprofile.html index bc32efe7f8..9d83330fbd 100644 --- a/dashboard-ui/myprofile.html +++ b/dashboard-ui/myprofile.html @@ -8,7 +8,10 @@


- +
@@ -59,7 +62,10 @@
- +
@@ -82,8 +88,13 @@
${LabelInNetworkSignInWithEasyPasswordHelp}
- - + +
diff --git a/dashboard-ui/scripts/addpluginpage.js b/dashboard-ui/scripts/addpluginpage.js index 5bcfcb63ee..3a74cd3124 100644 --- a/dashboard-ui/scripts/addpluginpage.js +++ b/dashboard-ui/scripts/addpluginpage.js @@ -73,10 +73,10 @@ var review = positive[i]; html += "
"; - html += ""; + html += ""; html += new Date(review.timestamp).toDateString(); if (review.rating) { - html += ''; + html += 'star'; html += review.rating.toFixed(1); } html += " " + review.title; @@ -138,7 +138,7 @@ //Ratings and Reviews var ratingHtml = ''; if (pkg.avgRating) { - ratingHtml += ''; + ratingHtml += 'star'; ratingHtml += pkg.avgRating.toFixed(1); } ratingHtml += ""; diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index cf72d85294..323523af71 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1504,9 +1504,6 @@ var AppInfo = {}; define("cryptojs-sha1", [sha1Path]); define("cryptojs-md5", [md5Path]); - // Done - define("emby-icons", ['webcomponentsjs', "html!" + bowerPath + "/emby-icons/emby-icons.html"]); - define("paper-button", ["html!" + bowerPath + "/paper-button/paper-button.html"]); define("paper-icon-button", ["html!" + bowerPath + "/paper-icon-button/paper-icon-button.html"]); diff --git a/dashboard-ui/scripts/userprofilespage.js b/dashboard-ui/scripts/userprofilespage.js index 826615f998..d24f04d54f 100644 --- a/dashboard-ui/scripts/userprofilespage.js +++ b/dashboard-ui/scripts/userprofilespage.js @@ -138,7 +138,7 @@ html += '
'; html += '
'; - html += ''; + html += ''; html += "
"; html += '
'; @@ -257,7 +257,7 @@ html += '
'; html += '
'; - html += ''; + html += ''; html += "
"; html += '
'; diff --git a/dashboard-ui/userpassword.html b/dashboard-ui/userpassword.html index 4fb17eff59..ec6a8c470c 100644 --- a/dashboard-ui/userpassword.html +++ b/dashboard-ui/userpassword.html @@ -31,7 +31,10 @@
- +
@@ -56,8 +59,14 @@
${LabelInNetworkSignInWithEasyPasswordHelp}
- - + +