diff --git a/dashboard-ui/advanced.html b/dashboard-ui/advanced.html index 4e11c0e628..0079614c4c 100644 --- a/dashboard-ui/advanced.html +++ b/dashboard-ui/advanced.html @@ -4,7 +4,7 @@ ${TitleAdvanced} -
+
diff --git a/dashboard-ui/autoorganizetv.html b/dashboard-ui/autoorganizetv.html index d1541aad04..64d776cf27 100644 --- a/dashboard-ui/autoorganizetv.html +++ b/dashboard-ui/autoorganizetv.html @@ -4,7 +4,7 @@ ${TitleAutoOrganize} -
+
@@ -29,7 +29,7 @@
${LabelWatchFolderHelp}
-
+
  • diff --git a/dashboard-ui/cinemamodeconfiguration.html b/dashboard-ui/cinemamodeconfiguration.html index 5e13c2518e..154e9d3557 100644 --- a/dashboard-ui/cinemamodeconfiguration.html +++ b/dashboard-ui/cinemamodeconfiguration.html @@ -4,7 +4,7 @@ ${TitlePlayback} -
    +
    diff --git a/dashboard-ui/components/collectioneditor/collectioneditor.js b/dashboard-ui/components/collectioneditor/collectioneditor.js index 99db7de03b..2adfef469c 100644 --- a/dashboard-ui/components/collectioneditor/collectioneditor.js +++ b/dashboard-ui/components/collectioneditor/collectioneditor.js @@ -1,4 +1,4 @@ -define(['components/paperdialoghelper', 'paper-checkbox', 'paper-dialog'], function () { +define(['components/paperdialoghelper', 'paper-checkbox', 'paper-dialog', 'paper-input'], function () { function onSubmit() { Dashboard.showLoadingMsg(); diff --git a/dashboard-ui/components/directorybrowser/directorybrowser.js b/dashboard-ui/components/directorybrowser/directorybrowser.js index bda7735026..91050d696b 100644 --- a/dashboard-ui/components/directorybrowser/directorybrowser.js +++ b/dashboard-ui/components/directorybrowser/directorybrowser.js @@ -1,4 +1,4 @@ -define(['components/paperdialoghelper', 'paper-item'], function () { +define(['components/paperdialoghelper', 'paper-item', 'paper-input'], function () { var systemInfo; function getSystemInfo() { diff --git a/dashboard-ui/components/itemidentifier/itemidentifier.js b/dashboard-ui/components/itemidentifier/itemidentifier.js index 399cf85a0a..c28380f735 100644 --- a/dashboard-ui/components/itemidentifier/itemidentifier.js +++ b/dashboard-ui/components/itemidentifier/itemidentifier.js @@ -344,7 +344,7 @@ currentDeferred = deferred; hasChanges = false; - require(['components/paperdialoghelper'], function () { + require(['components/paperdialoghelper', 'paper-input'], function () { showEditor(itemId); }); diff --git a/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js b/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js index 05f9d929cb..5e1a75124d 100644 --- a/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js +++ b/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js @@ -1,4 +1,4 @@ -define(['components/paperdialoghelper', 'paper-dialog'], function () { +define(['components/paperdialoghelper', 'paper-dialog', 'paper-input'], function () { var currentDeferred; var hasChanges; diff --git a/dashboard-ui/components/playlisteditor/playlisteditor.js b/dashboard-ui/components/playlisteditor/playlisteditor.js index 2c30213a74..613c008978 100644 --- a/dashboard-ui/components/playlisteditor/playlisteditor.js +++ b/dashboard-ui/components/playlisteditor/playlisteditor.js @@ -1,4 +1,4 @@ -define(['components/paperdialoghelper', 'paper-dialog'], function () { +define(['components/paperdialoghelper', 'paper-dialog', 'paper-input'], function () { var lastPlaylistId = ''; diff --git a/dashboard-ui/components/tvproviders/schedulesdirect.js b/dashboard-ui/components/tvproviders/schedulesdirect.js index 30697c8708..c5dea67f9a 100644 --- a/dashboard-ui/components/tvproviders/schedulesdirect.js +++ b/dashboard-ui/components/tvproviders/schedulesdirect.js @@ -1,4 +1,4 @@ -define(['paper-checkbox'], function () { +define(['paper-checkbox', 'paper-input'], function () { return function (page, providerId, options) { diff --git a/dashboard-ui/connectlogin.html b/dashboard-ui/connectlogin.html index 9a722c4e80..566169c393 100644 --- a/dashboard-ui/connectlogin.html +++ b/dashboard-ui/connectlogin.html @@ -4,7 +4,7 @@ ${TitleSignIn} -
    +
    diff --git a/dashboard-ui/dashboardgeneral.html b/dashboard-ui/dashboardgeneral.html index ddca71a959..65c112db78 100644 --- a/dashboard-ui/dashboardgeneral.html +++ b/dashboard-ui/dashboardgeneral.html @@ -4,7 +4,7 @@ ${TitleServer} -
    +
    diff --git a/dashboard-ui/dashboardhosting.html b/dashboard-ui/dashboardhosting.html index 6b0c61a8fa..1723848a98 100644 --- a/dashboard-ui/dashboardhosting.html +++ b/dashboard-ui/dashboardhosting.html @@ -4,7 +4,7 @@ ${TitleAdvanced} -
    +
    diff --git a/dashboard-ui/device.html b/dashboard-ui/device.html index d32df18f8c..cc21e577aa 100644 --- a/dashboard-ui/device.html +++ b/dashboard-ui/device.html @@ -4,7 +4,7 @@ ${TitleDevices} -
    +
    diff --git a/dashboard-ui/devicesupload.html b/dashboard-ui/devicesupload.html index 42fe87da41..44218a4d3a 100644 --- a/dashboard-ui/devicesupload.html +++ b/dashboard-ui/devicesupload.html @@ -4,7 +4,7 @@ ${TitleDevices} -
    +
    diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 0e2b1db66a..30fb0cb657 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -4,7 +4,7 @@ Emby -
    +
      diff --git a/dashboard-ui/encodingsettings.html b/dashboard-ui/encodingsettings.html index 7e3b1147bb..42a612d7bc 100644 --- a/dashboard-ui/encodingsettings.html +++ b/dashboard-ui/encodingsettings.html @@ -4,7 +4,7 @@ ${TitlePlayback} -
      +
      diff --git a/dashboard-ui/forgotpassword.html b/dashboard-ui/forgotpassword.html index b1f6c66e9d..035fff2201 100644 --- a/dashboard-ui/forgotpassword.html +++ b/dashboard-ui/forgotpassword.html @@ -4,7 +4,7 @@ ${TitleForgotPassword} -
      +
      diff --git a/dashboard-ui/forgotpasswordpin.html b/dashboard-ui/forgotpasswordpin.html index 5bd2b0b63e..33aba0b8ef 100644 --- a/dashboard-ui/forgotpasswordpin.html +++ b/dashboard-ui/forgotpasswordpin.html @@ -4,7 +4,7 @@ ${TitlePasswordReset} -
      +
      diff --git a/dashboard-ui/livetvnewrecording.html b/dashboard-ui/livetvnewrecording.html index f51c338af5..eeecabd969 100644 --- a/dashboard-ui/livetvnewrecording.html +++ b/dashboard-ui/livetvnewrecording.html @@ -4,7 +4,7 @@ Emby -
      +
      diff --git a/dashboard-ui/livetvseriestimer.html b/dashboard-ui/livetvseriestimer.html index 071edf8aec..2ebeba65fc 100644 --- a/dashboard-ui/livetvseriestimer.html +++ b/dashboard-ui/livetvseriestimer.html @@ -4,7 +4,7 @@ Emby -
      +
      diff --git a/dashboard-ui/livetvsettings.html b/dashboard-ui/livetvsettings.html index 6663546de0..cf4e470c6e 100644 --- a/dashboard-ui/livetvsettings.html +++ b/dashboard-ui/livetvsettings.html @@ -4,7 +4,7 @@ ${TitleLiveTV} -
      +
      diff --git a/dashboard-ui/livetvtimer.html b/dashboard-ui/livetvtimer.html index 5ab94529be..5a615112b0 100644 --- a/dashboard-ui/livetvtimer.html +++ b/dashboard-ui/livetvtimer.html @@ -4,7 +4,7 @@ Emby -
      +
      diff --git a/dashboard-ui/livetvtunerprovider-hdhomerun.html b/dashboard-ui/livetvtunerprovider-hdhomerun.html index 1758eaea1b..c3d01cfc8c 100644 --- a/dashboard-ui/livetvtunerprovider-hdhomerun.html +++ b/dashboard-ui/livetvtunerprovider-hdhomerun.html @@ -4,7 +4,7 @@ ${TitleLiveTV} -
      +
      diff --git a/dashboard-ui/livetvtunerprovider-m3u.html b/dashboard-ui/livetvtunerprovider-m3u.html index c03e7bbbfb..8915fe3671 100644 --- a/dashboard-ui/livetvtunerprovider-m3u.html +++ b/dashboard-ui/livetvtunerprovider-m3u.html @@ -4,7 +4,7 @@ ${TitleLiveTV} -
      +
      diff --git a/dashboard-ui/login.html b/dashboard-ui/login.html index 387e3568bf..189a4d2bb5 100644 --- a/dashboard-ui/login.html +++ b/dashboard-ui/login.html @@ -4,7 +4,7 @@ ${TitleSignIn} -
      +
      diff --git a/dashboard-ui/metadataadvanced.html b/dashboard-ui/metadataadvanced.html index 73f39f8887..eadd5999b6 100644 --- a/dashboard-ui/metadataadvanced.html +++ b/dashboard-ui/metadataadvanced.html @@ -4,7 +4,7 @@ ${TitleMetadata} -
      +
      diff --git a/dashboard-ui/myprofile.html b/dashboard-ui/myprofile.html index 308b32e835..dcb0b23637 100644 --- a/dashboard-ui/myprofile.html +++ b/dashboard-ui/myprofile.html @@ -4,7 +4,7 @@ Emby -
      +

      diff --git a/dashboard-ui/mysyncsettings.html b/dashboard-ui/mysyncsettings.html index e09a9f6761..ef8f245fab 100644 --- a/dashboard-ui/mysyncsettings.html +++ b/dashboard-ui/mysyncsettings.html @@ -5,7 +5,7 @@ Emby -
      +
      diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 284716d5da..ddf663cd13 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1825,12 +1825,8 @@ var AppInfo = {}; define("fade-out-animation", ["html!bower_components/neon-animation/animations/fade-out-animation.html"]); define("scale-up-animation", ["html!bower_components/neon-animation/animations/scale-up-animation.html"]); define("paper-dialog", ["html!bower_components/paper-dialog/paper-dialog.html"]); - - // Not done - define("paper-fab", ["html!bower_components/paper-fab/paper-fab.html"]); define("paper-input", ["html!bower_components/paper-input/paper-input.html"]); - define("paper-icon-item", ["html!bower_components/paper-item/paper-icon-item.html"]); define("paper-item-body", ["html!bower_components/paper-item/paper-item-body.html"]); } @@ -2010,7 +2006,6 @@ var AppInfo = {}; // TODO: These need to be removed deps.push('paper-fab'); - deps.push('paper-input'); deps.push('paper-icon-item'); deps.push('paper-item-body'); diff --git a/dashboard-ui/scripts/sync.js b/dashboard-ui/scripts/sync.js index 312b85c963..162b8239d4 100644 --- a/dashboard-ui/scripts/sync.js +++ b/dashboard-ui/scripts/sync.js @@ -76,7 +76,7 @@ function renderForm(options) { - require(['paper-checkbox'], function () { + require(['paper-checkbox', 'paper-input'], function () { renderFormInternal(options); }); } diff --git a/dashboard-ui/syncsettings.html b/dashboard-ui/syncsettings.html index 8bdd920dc8..5cc7f8f804 100644 --- a/dashboard-ui/syncsettings.html +++ b/dashboard-ui/syncsettings.html @@ -4,7 +4,7 @@ ${TitleSync} -
      +
      diff --git a/dashboard-ui/userpassword.html b/dashboard-ui/userpassword.html index c3320313e8..a317d94ea2 100644 --- a/dashboard-ui/userpassword.html +++ b/dashboard-ui/userpassword.html @@ -4,7 +4,7 @@ -
      +
      diff --git a/dashboard-ui/wizardlivetvtuner.html b/dashboard-ui/wizardlivetvtuner.html index 6a0ed273ee..91af452acb 100644 --- a/dashboard-ui/wizardlivetvtuner.html +++ b/dashboard-ui/wizardlivetvtuner.html @@ -4,7 +4,7 @@ Emby -
      +
      diff --git a/dashboard-ui/wizarduser.html b/dashboard-ui/wizarduser.html index 0e9b561351..67fb80eac4 100644 --- a/dashboard-ui/wizarduser.html +++ b/dashboard-ui/wizarduser.html @@ -4,7 +4,7 @@ Emby -
      +