mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update forms
This commit is contained in:
parent
95dadd9829
commit
165e7bf677
4 changed files with 7 additions and 9 deletions
|
@ -1123,7 +1123,7 @@ paper-input + .fieldDescription {
|
|||
}
|
||||
|
||||
.background-theme-a, paper-dialog.background-theme-a {
|
||||
background-color: #f4f4f4;
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
.ui-page-theme-a .content-secondary {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>${TitleMediaLibrary}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="librarySettingsPage" data-role="page" class="page type-interior librarySectionPage" data-require="jqmcollapsible,scripts/librarysettings">
|
||||
<div id="librarySettingsPage" data-role="page" class="page type-interior librarySectionPage" data-require="jqmcollapsible,scripts/librarysettings,paper-input">
|
||||
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
|
@ -48,15 +48,16 @@
|
|||
<br />
|
||||
<div>
|
||||
<label for="txtSeasonZeroName">${LabelSeasonZeroDisplayName}</label>
|
||||
<input type="text" id="txtSeasonZeroName" name="txtSeasonZeroName" required="required" />
|
||||
<paper-input type="text" id="txtSeasonZeroName" required></paper-input>
|
||||
</div>
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<br />
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li class="fldLibraryMonitor hide">
|
||||
<label for="selectEnableRealtimeMonitor">${LabelEnableRealtimeMonitor}</label>
|
||||
<label for="selectEnableRealtimeMonitor" class="selectLabel">${LabelEnableRealtimeMonitor}</label>
|
||||
<select id="selectEnableRealtimeMonitor" data-mini="true">
|
||||
<option value="Auto">${OptionAuto}</option>
|
||||
<option value="Enabled">${OptionYes}</option>
|
||||
|
@ -70,8 +71,6 @@
|
|||
<button type="submit" data-role="none" class="clearButton">
|
||||
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
||||
</button>
|
||||
|
||||
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -72,8 +72,7 @@
|
|||
require(['prompt'], function (prompt) {
|
||||
|
||||
prompt({
|
||||
text: Globalize.translate('LabelNewName'),
|
||||
title: Globalize.translate('HeaderRenameMediaFolder'),
|
||||
title: Globalize.translate('LabelNewName'),
|
||||
callback: function (newName) {
|
||||
|
||||
if (newName && newName != virtualFolder.Name) {
|
||||
|
|
|
@ -595,7 +595,7 @@
|
|||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"OptionRememberOrganizeCorrection": "Save and apply this correction to future files with similiar names.",
|
||||
"OptionRememberOrganizeCorrection": "Save and apply this correction to future files with similiar names",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"LabelSupportAmount": "Amount (USD)",
|
||||
"HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by purchasing Emby Premiere. A portion of all income will be contributed to other free tools we depend on.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue