From 1f9c509d58e0dff5f8646a52080044d95ee0e850 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 21 Oct 2015 01:10:02 -0400 Subject: [PATCH] fix editor icons --- .../components/collectioneditor/collectioneditor.js | 2 +- .../components/directorybrowser/directorybrowser.js | 2 +- .../components/imagedownloader/imagedownloader.js | 2 +- dashboard-ui/components/imageeditor/imageeditor.js | 2 +- .../components/imageeditor/imageeditor.template.html | 12 ++++++------ .../components/imageuploader/imageuploader.js | 2 +- .../components/itemidentifier/itemidentifier.js | 2 +- .../medialibrarycreator/medialibrarycreator.js | 2 +- .../medialibraryeditor/medialibraryeditor.js | 2 +- .../components/metadataeditor/metadataeditor.js | 2 +- .../components/playlisteditor/playlisteditor.js | 2 +- .../components/subtitleeditor/subtitleeditor.js | 2 +- dashboard-ui/cordova/registrationservices.js | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dashboard-ui/components/collectioneditor/collectioneditor.js b/dashboard-ui/components/collectioneditor/collectioneditor.js index 6c182707b4..bb984b0343 100644 --- a/dashboard-ui/components/collectioneditor/collectioneditor.js +++ b/dashboard-ui/components/collectioneditor/collectioneditor.js @@ -200,7 +200,7 @@ var html = ''; html += '

'; - html += ''; + html += ''; var title = items.length ? Globalize.translate('HeaderAddToCollection') : Globalize.translate('HeaderNewCollection'); diff --git a/dashboard-ui/components/directorybrowser/directorybrowser.js b/dashboard-ui/components/directorybrowser/directorybrowser.js index 7e0422500c..62df414672 100644 --- a/dashboard-ui/components/directorybrowser/directorybrowser.js +++ b/dashboard-ui/components/directorybrowser/directorybrowser.js @@ -224,7 +224,7 @@ var html = ''; html += '

'; - html += ''; + html += ''; html += '
' + (options.header || Globalize.translate('HeaderSelectPath')) + '
'; html += '

'; diff --git a/dashboard-ui/components/imagedownloader/imagedownloader.js b/dashboard-ui/components/imagedownloader/imagedownloader.js index d7113754f1..45c3ca5f89 100644 --- a/dashboard-ui/components/imagedownloader/imagedownloader.js +++ b/dashboard-ui/components/imagedownloader/imagedownloader.js @@ -274,7 +274,7 @@ var html = ''; html += '

'; - html += ''; + html += ''; html += '
' + Globalize.translate('HeaderSearch') + '
'; html += '

'; diff --git a/dashboard-ui/components/imageeditor/imageeditor.js b/dashboard-ui/components/imageeditor/imageeditor.js index 8ab89e59e1..fbce6d93ae 100644 --- a/dashboard-ui/components/imageeditor/imageeditor.js +++ b/dashboard-ui/components/imageeditor/imageeditor.js @@ -248,7 +248,7 @@ var html = ''; html += '

'; - html += ''; + html += ''; html += '
' + item.Name + '
'; html += '

'; diff --git a/dashboard-ui/components/imageeditor/imageeditor.template.html b/dashboard-ui/components/imageeditor/imageeditor.template.html index 8073ad58fa..545707ff2f 100644 --- a/dashboard-ui/components/imageeditor/imageeditor.template.html +++ b/dashboard-ui/components/imageeditor/imageeditor.template.html @@ -1,8 +1,8 @@ 

${HeaderImages}

- - + +
@@ -12,8 +12,8 @@