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

startup wizard fixes

This commit is contained in:
Luke Pulverenti 2015-10-26 14:23:46 -04:00
parent 2f160fcaa0
commit 78bf493400
9 changed files with 16 additions and 12 deletions

View file

@ -217,10 +217,7 @@
var dlg = PaperDialogHelper.createDialog({
theme: 'a',
size: 'medium',
// In (at least) chrome this is causing the text field to not be editable
modal: false
size: 'medium'
});
dlg.classList.add('directoryPicker');

View file

@ -197,7 +197,10 @@
var dlg = PaperDialogHelper.createDialog({
size: 'small',
theme: 'a'
theme: 'a',
// In (at least) chrome this is causing the text field to not be editable
modal: false
});
var html = '';
@ -228,6 +231,7 @@
PaperDialogHelper.close(dlg);
});
paths = [];
renderPaths(editorContent);
});

View file

@ -151,7 +151,10 @@
var dlg = PaperDialogHelper.createDialog({
size: 'small',
theme: 'a'
theme: 'a',
// In (at least) chrome this is causing the text field to not be editable
modal: false
});
var html = '';

View file

@ -4,7 +4,7 @@
<title>${TitleMediaLibrary}</title>
</head>
<body>
<div id="mediaLibraryPage" data-role="page" class="page type-interior mediaLibraryPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" data-require="scripts/medialibrarypage,scripts/taskbutton">
<div id="mediaLibraryPage" data-role="page" class="page type-interior mediaLibraryPage librarySectionPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" data-require="scripts/medialibrarypage,scripts/taskbutton">
<div data-role="content">
<div class="content-primary">

View file

@ -4,7 +4,7 @@
<title>${TitleMediaLibrary}</title>
</head>
<body>
<div id="libraryPathMappingPage" data-role="page" class="page type-interior mediaLibraryPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" data-require="jqmtable,scripts/librarypathmapping">
<div id="libraryPathMappingPage" data-role="page" class="page type-interior librarySectionPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" data-require="jqmtable,scripts/librarypathmapping">
<div data-role="content">
<div class="content-primary">

View file

@ -4,7 +4,7 @@
<title>${TitleMediaLibrary}</title>
</head>
<body>
<div id="librarySettingsPage" data-role="page" class="page type-interior mediaLibraryPage" data-require="scripts/librarysettings">
<div id="librarySettingsPage" data-role="page" class="page type-interior librarySectionPage" data-require="scripts/librarysettings">
<div data-role="content">
<div class="content-primary">

View file

@ -1035,7 +1035,7 @@ var Dashboard = {
name: Globalize.translate('TabLibrary'),
divider: true,
href: "library.html",
selected: page.classList.contains("mediaLibraryPage"),
selected: page.classList.contains("librarySectionPage"),
icon: 'video-library'
}, {
name: Globalize.translate('TabMetadata'),

View file

@ -4,7 +4,7 @@
<title>Emby</title>
</head>
<body>
<div id="wizardServicePage" data-role="page" class="page standalonePage wizardPage mediaLibraryPage" data-require="scripts/wizardservice">
<div id="wizardServicePage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardservice">
<div data-role="content">

View file

@ -4,7 +4,7 @@
<title>Emby</title>
</head>
<body>
<div id="wizardSettingsPage" data-role="page" class="page standalonePage wizardPage mediaLibraryPage" data-require="scripts/wizardsettings">
<div id="wizardSettingsPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardsettings">
<div data-role="content">