diff --git a/dashboard-ui/autoorganizesmart.html b/dashboard-ui/autoorganizesmart.html index 0c03676bc6..26b68b72af 100644 --- a/dashboard-ui/autoorganizesmart.html +++ b/dashboard-ui/autoorganizesmart.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css b/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css index ac8e626f32..92732c965e 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css +++ b/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css @@ -109,7 +109,7 @@ button.listItem { .listItemIcon { width: auto !important; height: auto !important; - font-size: 130%; + font-size: 143%; border-radius: 500px; background-color: #52B54B; padding: .5em; diff --git a/dashboard-ui/bower_components/paper-fab/.bower.json b/dashboard-ui/bower_components/paper-fab/.bower.json deleted file mode 100644 index 870af28631..0000000000 --- a/dashboard-ui/bower_components/paper-fab/.bower.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "paper-fab", - "version": "1.0.6", - "description": "A material design floating action button", - "authors": [ - "The Polymer Authors" - ], - "keywords": [ - "web-components", - "polymer", - "button" - ], - "main": "paper-fab.html", - "ignore": [], - "private": true, - "repository": { - "type": "git", - "url": "git://github.com/PolymerElements/paper-fab.git" - }, - "license": "http://polymer.github.io/LICENSE.txt", - "homepage": "https://github.com/PolymerElements/paper-fab", - "dependencies": { - "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", - "iron-icon": "PolymerElements/iron-icon#^1.0.0", - "iron-icons": "PolymerElements/iron-icons#^1.0.0", - "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0", - "paper-material": "PolymerElements/paper-material#^1.0.0", - "paper-ripple": "PolymerElements/paper-ripple#^1.0.0", - "paper-styles": "PolymerElements/paper-styles#^1.0.0", - "polymer": "Polymer/polymer#^1.0.0" - }, - "devDependencies": { - "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", - "paper-styles": "PolymerElements/paper-styles#^1.0.0", - "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "web-component-tester": "*", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" - }, - "_release": "1.0.6", - "_resolution": { - "type": "version", - "tag": "v1.0.6", - "commit": "d9d70a86af8464f880d3022bedc08845c3bf2d1d" - }, - "_source": "git://github.com/PolymerElements/paper-fab.git", - "_target": "~1.0.2", - "_originalSource": "PolymerElements/paper-fab" -} \ No newline at end of file diff --git a/dashboard-ui/bower_components/paper-fab/.gitignore b/dashboard-ui/bower_components/paper-fab/.gitignore deleted file mode 100644 index 8d4ae2536a..0000000000 --- a/dashboard-ui/bower_components/paper-fab/.gitignore +++ /dev/null @@ -1 +0,0 @@ -bower_components diff --git a/dashboard-ui/bower_components/paper-fab/bower.json b/dashboard-ui/bower_components/paper-fab/bower.json deleted file mode 100644 index a9240a0cff..0000000000 --- a/dashboard-ui/bower_components/paper-fab/bower.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "paper-fab", - "version": "1.0.6", - "description": "A material design floating action button", - "authors": [ - "The Polymer Authors" - ], - "keywords": [ - "web-components", - "polymer", - "button" - ], - "main": "paper-fab.html", - "ignore": [], - "private": true, - "repository": { - "type": "git", - "url": "git://github.com/PolymerElements/paper-fab.git" - }, - "license": "http://polymer.github.io/LICENSE.txt", - "homepage": "https://github.com/PolymerElements/paper-fab", - "dependencies": { - "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", - "iron-icon": "PolymerElements/iron-icon#^1.0.0", - "iron-icons": "PolymerElements/iron-icons#^1.0.0", - "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0", - "paper-material": "PolymerElements/paper-material#^1.0.0", - "paper-ripple": "PolymerElements/paper-ripple#^1.0.0", - "paper-styles": "PolymerElements/paper-styles#^1.0.0", - "polymer": "Polymer/polymer#^1.0.0" - }, - "devDependencies": { - "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", - "paper-styles": "PolymerElements/paper-styles#^1.0.0", - "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "web-component-tester": "*", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" - } -} diff --git a/dashboard-ui/bower_components/paper-fab/demo/index.html b/dashboard-ui/bower_components/paper-fab/demo/index.html deleted file mode 100644 index cf5b2c6a75..0000000000 --- a/dashboard-ui/bower_components/paper-fab/demo/index.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - paper-fab demo - - - - - - - - - - - -
-
-

Enabled

-
- - - - - -
-
- -
-

Disabled

-
- - - - - -
-
- -
-

Colors

-
- - - - - -
-
- -
-

Noink

-
- - - - - -
-
-
- - diff --git a/dashboard-ui/bower_components/paper-fab/index.html b/dashboard-ui/bower_components/paper-fab/index.html deleted file mode 100644 index c98a658d9b..0000000000 --- a/dashboard-ui/bower_components/paper-fab/index.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - paper-fab - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-fab/paper-fab.html b/dashboard-ui/bower_components/paper-fab/paper-fab.html deleted file mode 100644 index 31fd903743..0000000000 --- a/dashboard-ui/bower_components/paper-fab/paper-fab.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-fab/test/a11y.html b/dashboard-ui/bower_components/paper-fab/test/a11y.html deleted file mode 100644 index ddaebdf222..0000000000 --- a/dashboard-ui/bower_components/paper-fab/test/a11y.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - paper-fab a11y tests - - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-fab/test/basic.html b/dashboard-ui/bower_components/paper-fab/test/basic.html deleted file mode 100644 index 6c8a48aeb1..0000000000 --- a/dashboard-ui/bower_components/paper-fab/test/basic.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - paper-fab basic tests - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-fab/test/index.html b/dashboard-ui/bower_components/paper-fab/test/index.html deleted file mode 100644 index 9f9021424f..0000000000 --- a/dashboard-ui/bower_components/paper-fab/test/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - paper-fab tests - - - - - - diff --git a/dashboard-ui/bower_components/paper-material/.bower.json b/dashboard-ui/bower_components/paper-material/.bower.json deleted file mode 100644 index 76995ae72f..0000000000 --- a/dashboard-ui/bower_components/paper-material/.bower.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "paper-material", - "version": "1.0.6", - "description": "A material design container that looks like a lifted sheet of paper", - "private": true, - "authors": [ - "The Polymer Authors" - ], - "keywords": [ - "web-components", - "web-component", - "polymer", - "paper", - "container" - ], - "main": "paper-material.html", - "repository": { - "type": "git", - "url": "git://github.com/PolymerElements/paper-material" - }, - "license": "http://polymer.github.io/LICENSE.txt", - "homepage": "https://github.com/PolymerElements/paper-material", - "ignore": [], - "dependencies": { - "polymer": "Polymer/polymer#^1.1.0", - "paper-styles": "polymerelements/paper-styles#^1.0.0" - }, - "devDependencies": { - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", - "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", - "web-component-tester": "^4.0.0", - "test-fixture": "polymerelements/test-fixture#^1.0.0", - "iron-component-page": "PolymerElements/iron-component-page#^1.0.0" - }, - "_release": "1.0.6", - "_resolution": { - "type": "version", - "tag": "v1.0.6", - "commit": "6aef0896fcbc25f9f5bd1dd55f7679e6ab7f92ad" - }, - "_source": "git://github.com/PolymerElements/paper-material.git", - "_target": "^1.0.0", - "_originalSource": "PolymerElements/paper-material" -} \ No newline at end of file diff --git a/dashboard-ui/bower_components/paper-material/.gitignore b/dashboard-ui/bower_components/paper-material/.gitignore deleted file mode 100644 index 8d4ae2536a..0000000000 --- a/dashboard-ui/bower_components/paper-material/.gitignore +++ /dev/null @@ -1 +0,0 @@ -bower_components diff --git a/dashboard-ui/bower_components/paper-material/.travis.yml b/dashboard-ui/bower_components/paper-material/.travis.yml deleted file mode 100644 index 1834edcaec..0000000000 --- a/dashboard-ui/bower_components/paper-material/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: node_js -sudo: false -before_script: - - npm install -g bower polylint web-component-tester - - bower install - - polylint -env: - global: - - secure: PEaqY+YpV0ZhnQbJlNQbmfIFLqy7UvvCtii0sPoGKT5/P7ulMqMOPQV9l/zLAtYi14HEz63FKLqDrpnGaVe7Cz7jtt2WRWrWqTBdarqwSHs73Z2XqztD1+2wW6vgz/lfK00B8UplAk28B7d5dbWzwUF6Kg02zOfQMsawMpulFjo= - - secure: f/3XYrYjM8aXLe9kqM/MjHQ6IEsDRuoxDqM+l2JiR3v2Nw7lP6ZyXSNvKm8bN+VNU7ubSzAmRbUGnRU7e61BhnGzuLXjOqxYeJLWZaqoSm9TDz3re3rd7wB2ddAhRokeSSPO2KeAgr6C02P9M3Au1DiO1G66fuWVH62WtzW4+qY= - - CXX=g++-4.8 -node_js: stable -addons: - firefox: latest - apt: - sources: - - google-chrome - - ubuntu-toolchain-r-test - packages: - - google-chrome-stable - - g++-4.8 - sauce_connect: true -script: - - xvfb-run wct - - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi" diff --git a/dashboard-ui/bower_components/paper-material/CONTRIBUTING.md b/dashboard-ui/bower_components/paper-material/CONTRIBUTING.md deleted file mode 100644 index 7b10141565..0000000000 --- a/dashboard-ui/bower_components/paper-material/CONTRIBUTING.md +++ /dev/null @@ -1,72 +0,0 @@ - - -# Polymer Elements -## Guide for Contributors - -Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines: - -### Filing Issues - -**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions: - - 1. **Who will use the feature?** _“As someone filling out a form…”_ - 2. **When will they use the feature?** _“When I enter an invalid value…”_ - 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_ - -**If you are filing an issue to report a bug**, please provide: - - 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug: - - ```markdown - The `paper-foo` element causes the page to turn pink when clicked. - - ## Expected outcome - - The page stays the same color. - - ## Actual outcome - - The page turns pink. - - ## Steps to reproduce - - 1. Put a `paper-foo` element in the page. - 2. Open the page in a web browser. - 3. Click the `paper-foo` element. - ``` - - 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output). - - 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers. - -### Submitting Pull Requests - -**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request. - -When submitting pull requests, please provide: - - 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax: - - ```markdown - (For a single issue) - Fixes #20 - - (For multiple issues) - Fixes #32, #40 - ``` - - 2. **A succinct description of the design** used to fix any related issues. For example: - - ```markdown - This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked. - ``` - - 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered. - -If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that! diff --git a/dashboard-ui/bower_components/paper-material/bower.json b/dashboard-ui/bower_components/paper-material/bower.json deleted file mode 100644 index 40895d2d4c..0000000000 --- a/dashboard-ui/bower_components/paper-material/bower.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "paper-material", - "version": "1.0.6", - "description": "A material design container that looks like a lifted sheet of paper", - "private": true, - "authors": [ - "The Polymer Authors" - ], - "keywords": [ - "web-components", - "web-component", - "polymer", - "paper", - "container" - ], - "main": "paper-material.html", - "repository": { - "type": "git", - "url": "git://github.com/PolymerElements/paper-material" - }, - "license": "http://polymer.github.io/LICENSE.txt", - "homepage": "https://github.com/PolymerElements/paper-material", - "ignore": [], - "dependencies": { - "polymer": "Polymer/polymer#^1.1.0", - "paper-styles": "polymerelements/paper-styles#^1.0.0" - }, - "devDependencies": { - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", - "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", - "web-component-tester": "^4.0.0", - "test-fixture": "polymerelements/test-fixture#^1.0.0", - "iron-component-page": "PolymerElements/iron-component-page#^1.0.0" - } -} diff --git a/dashboard-ui/bower_components/paper-material/demo/index.html b/dashboard-ui/bower_components/paper-material/demo/index.html deleted file mode 100644 index c0b6d39415..0000000000 --- a/dashboard-ui/bower_components/paper-material/demo/index.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - paper-material demo - - - - - - - - - - - - - -
-

Paper-materials can have different elevations

- - - - -

Changes in elevation can be animated

- - - -
- - diff --git a/dashboard-ui/bower_components/paper-material/index.html b/dashboard-ui/bower_components/paper-material/index.html deleted file mode 100644 index 7209e6d095..0000000000 --- a/dashboard-ui/bower_components/paper-material/index.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - paper-material - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-material/paper-material-shared-styles.html b/dashboard-ui/bower_components/paper-material/paper-material-shared-styles.html deleted file mode 100644 index b795f4f47f..0000000000 --- a/dashboard-ui/bower_components/paper-material/paper-material-shared-styles.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - diff --git a/dashboard-ui/bower_components/paper-material/paper-material.html b/dashboard-ui/bower_components/paper-material/paper-material.html deleted file mode 100644 index e754d4ea33..0000000000 --- a/dashboard-ui/bower_components/paper-material/paper-material.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-material/test/index.html b/dashboard-ui/bower_components/paper-material/test/index.html deleted file mode 100644 index 08fda47758..0000000000 --- a/dashboard-ui/bower_components/paper-material/test/index.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - paper-material tests - - - - - - - diff --git a/dashboard-ui/bower_components/paper-material/test/paper-material.html b/dashboard-ui/bower_components/paper-material/test/paper-material.html deleted file mode 100644 index 7949c11213..0000000000 --- a/dashboard-ui/bower_components/paper-material/test/paper-material.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - paper-material basic tests - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 3d09ff4654..2ec9c591b8 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -591,10 +591,6 @@ progress { margin: 0 0 3em 0; } - .syncActivityForTarget paper-fab { - border-radius: 0; - } - @media all and (min-width: 800px) { .syncActivityForTarget { diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 76d5777cc7..9470b1a196 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/livetvstatus.html b/dashboard-ui/livetvstatus.html index a687598a5a..2c170e37ac 100644 --- a/dashboard-ui/livetvstatus.html +++ b/dashboard-ui/livetvstatus.html @@ -1,4 +1,4 @@ -
+
diff --git a/dashboard-ui/metadataimages.html b/dashboard-ui/metadataimages.html index 814f210751..17668af57c 100644 --- a/dashboard-ui/metadataimages.html +++ b/dashboard-ui/metadataimages.html @@ -1,4 +1,4 @@ -
+
@@ -62,11 +62,7 @@

-
    -
  • - -
  • -
+
diff --git a/dashboard-ui/scripts/autoorganizesmart.js b/dashboard-ui/scripts/autoorganizesmart.js index c9931b072e..444487daf0 100644 --- a/dashboard-ui/scripts/autoorganizesmart.js +++ b/dashboard-ui/scripts/autoorganizesmart.js @@ -1,4 +1,4 @@ -define(['jQuery'], function ($) { +define(['jQuery', 'listViewStyle'], function ($) { var query = { @@ -58,30 +58,30 @@ var info = infos[i]; - html += ''; + html += '
'; - html += ''; + html += 'folder'; html += (info.DisplayName || info.ItemName); - html += ''; + html += '
'; var matchStringIndex = 0; html += info.MatchStrings.map(function (m) { var matchStringHtml = ''; - matchStringHtml += ''; + matchStringHtml += '
'; - matchStringHtml += ''; + matchStringHtml += '
'; - matchStringHtml += "
" + m + "
"; + matchStringHtml += "
" + m + "
"; - matchStringHtml += ''; + matchStringHtml += '
'; - matchStringHtml += ''; + matchStringHtml += ''; - matchStringHtml += ''; + matchStringHtml += '
'; matchStringIndex++; return matchStringHtml; diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js index b2df21f20e..2210de9078 100644 --- a/dashboard-ui/scripts/dashboardpage.js +++ b/dashboard-ui/scripts/dashboardpage.js @@ -151,28 +151,28 @@ var itemHtml = ''; itemHtml += ''; - itemHtml += ''; + itemHtml += '
'; - itemHtml += ''; + itemHtml += 'dvr'; - itemHtml += ''; + itemHtml += '
'; - itemHtml += '
'; + itemHtml += '

'; itemHtml += item.Title; - itemHtml += '

'; + itemHtml += ''; - itemHtml += '
'; + itemHtml += '
'; var date = datetime.parseISO8601Date(item.Date, true); itemHtml += date.toLocaleDateString(); itemHtml += '
'; - itemHtml += '
'; + itemHtml += '
'; itemHtml += item.Description; itemHtml += '
'; - itemHtml += ''; + itemHtml += '
'; - itemHtml += ''; + itemHtml += '
'; itemHtml += '
'; return itemHtml; @@ -1031,7 +1031,7 @@ var html = ''; - html += ''; + html += '
'; var color = entry.Severity == 'Error' || entry.Severity == 'Fatal' || entry.Severity == 'Warn' ? '#cc0000' : '#52B54B'; @@ -1043,30 +1043,30 @@ height: 40 }); - html += ''; + html += 'dvr'; } else { - html += ''; + html += 'dvr'; } - html += ''; + html += '
'; - html += '
'; + html += '

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

'; + html += ''; - html += '
'; + html += '
'; var date = datetime.parseISO8601Date(entry.Date, true); html += date.toLocaleDateString() + ' ' + date.toLocaleTimeString().toLowerCase(); html += '
'; - html += '
'; + html += '
'; html += entry.ShortOverview || ''; html += '
'; - html += ''; + html += '
'; - html += ''; + html += '
'; return html; } diff --git a/dashboard-ui/scripts/livetvstatus.js b/dashboard-ui/scripts/livetvstatus.js index f5e6e71388..edb11396e2 100644 --- a/dashboard-ui/scripts/livetvstatus.js +++ b/dashboard-ui/scripts/livetvstatus.js @@ -1,4 +1,4 @@ -define(['jQuery'], function ($) { +define(['jQuery', 'listViewStyle'], function ($) { function resetTuner(page, id) { @@ -30,21 +30,21 @@ for (var i = 0, length = tuners.length; i < length; i++) { var tuner = tuners[i]; - html += ''; + html += '
'; - html += ''; + html += 'live_tv'; - html += ''; + html += '
'; - html += '
'; + html += '

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

'; + html += ''; - html += '
'; + html += '
'; html += tuner.SourceType; html += '
'; - html += '
'; + html += '
'; if (tuner.Status == 'RecordingTv') { if (tuner.ChannelName) { @@ -73,13 +73,13 @@ } html += '
'; - html += ''; + html += '
'; if (tuner.CanReset) { - html += ''; + html += ''; } - html += ''; + html += '
'; } html += '
'; @@ -198,24 +198,24 @@ var href = 'livetvtunerprovider-' + device.Type + '.html?id=' + device.Id; - html += ''; + html += '
'; - html += ''; + html += 'live_tv'; - html += ''; + html += ''; } html += '
'; @@ -308,22 +308,22 @@ for (var i = 0, length = providers.length; i < length; i++) { var provider = providers[i]; - html += ''; + html += '
'; - html += ''; + html += 'dvr'; - html += ''; + html += ''; + html += ''; + html += '
'; } html += '
'; diff --git a/dashboard-ui/scripts/metadataimagespage.js b/dashboard-ui/scripts/metadataimagespage.js index d400619f6f..0f76d687d3 100644 --- a/dashboard-ui/scripts/metadataimagespage.js +++ b/dashboard-ui/scripts/metadataimagespage.js @@ -1,4 +1,4 @@ -define(['jQuery'], function ($) { +define(['jQuery', 'listViewStyle'], function ($) { var currentType; @@ -159,22 +159,22 @@ var isChecked = config.DisabledImageFetchers.indexOf(plugin.Name) == -1 ? ' checked="checked"' : ''; - html += ''; + html += '
'; html += ''; - html += ''; + html += '
'; - html += '
'; + html += '

'; html += plugin.Name; + html += '

'; + html += '
'; - html += ''; + html += ''; + html += ''; - html += ''; - html += ''; - - html += ''; + html += '
'; } html += '
'; @@ -262,22 +262,22 @@ var isChecked = config.DisabledMetadataFetchers.indexOf(plugin.Name) == -1 ? ' checked="checked"' : ''; - html += ''; + html += '
'; html += ''; - html += ''; + html += '
'; - html += '
'; + html += '

'; html += plugin.Name; + html += '

'; + html += '
'; - html += ''; + html += ''; + html += ''; - html += ''; - html += ''; - - html += ''; + html += '
'; } html += '
'; @@ -330,27 +330,27 @@ var plugin = plugins[i]; - html += ''; + html += '
'; - html += ''; + html += 'live_tv'; - html += ''; + html += '
'; - html += '
'; + html += '

'; html += plugin.Name; + html += '

'; + html += '
'; - html += ''; - if (i > 0) { - html += ''; + html += ''; } else if (plugins.length > 1) { - html += ''; + html += ''; } - html += ''; + html += '
'; } html += '
';