1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-05-07 15:41:10 -04:00
parent f1f19e04dc
commit c32c6b163f
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
define(['apphost', 'jQuery'], function (appHost, $) { define(['apphost', 'jQuery', 'paper-icon-button-light'], function (appHost, $) {
var currentDialogOptions; var currentDialogOptions;
@ -250,7 +250,7 @@
var html = ''; var html = '';
html += '<div class="dialogHeader">'; html += '<div class="dialogHeader">';
html += '<paper-icon-button icon="arrow-back" class="btnCancel" tabindex="-1"></paper-icon-button>'; html += '<button is="paper-icon-button-light" class="btnCancel" tabindex="-1"><iron-icon icon="arrow-back"></iron-icon></button>';
html += '<div class="dialogHeaderTitle">'; html += '<div class="dialogHeaderTitle">';
html += Globalize.translate('SyncMedia'); html += Globalize.translate('SyncMedia');
html += '</div>'; html += '</div>';

View file

@ -116,7 +116,6 @@
<div id="scenesCollapsible" style="display: none;" class="detailSection"> <div id="scenesCollapsible" style="display: none;" class="detailSection">
<h1> <h1>
${HeaderScenes} ${HeaderScenes}
<a class="detailSectionHeaderButton chapterSettingsButton clearLink" style="margin-top:-8px;display:inline-block;" href="metadataadvanced.html" title="${ButtonSettings}" style="display:none;"><paper-icon-button icon="settings"></paper-icon-button></a>
</h1> </h1>
<div id="scenesContent" class="smallItemsContainer"></div> <div id="scenesContent" class="smallItemsContainer"></div>
</div> </div>