mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move auto-organize to plugin
This commit is contained in:
parent
546c5c1dad
commit
9623af14e6
27 changed files with 22 additions and 289 deletions
File diff suppressed because one or more lines are too long
|
@ -1,52 +0,0 @@
|
|||
<div class="formDialogHeader">
|
||||
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
||||
<h3 class="formDialogHeaderTitle"></h3>
|
||||
</div>
|
||||
|
||||
<div class="formDialogContent smoothScrollY" style="padding-top: 2em;">
|
||||
<div class="dialogContentInner dialog-content-centered">
|
||||
<form class="episodeCorrectionForm">
|
||||
|
||||
<p><span class="inputFile"></span></p>
|
||||
|
||||
<div class="selectContainer">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<div style="flex-grow:1; position: relative;">
|
||||
<select is="emby-select" id="selectSeries" data-mini="true" required="required" label="${LabelSeries}"></select>
|
||||
</div>
|
||||
<button type="button" is="paper-icon-button-light" id="btnNewSeries" class="autoSize"><i class="md-icon">add</i></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fldSelectSeriesFolder hide selectContainer">
|
||||
<select id="selectSeriesFolder" is="emby-select" label="Series root folder:"></select>
|
||||
</div>
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" id="txtSeason" type="number" pattern="[0-9]*" required min="0" label="${LabelSeasonNumber}" />
|
||||
</div>
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" id="txtEpisode" type="number" pattern="[0-9]*" required min="0" label="${LabelEpisodeNumber}" />
|
||||
</div>
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" id="txtEndingEpisode" type="number" pattern="[0-9]*" min="0" label="${LabelEndingEpisodeNumber}" />
|
||||
<div class="fieldDescription">${LabelEndingEpisodeNumberHelp}</div>
|
||||
</div>
|
||||
<div class="fldRemember hide checkboxContainer checkboxContainer-withDescription">
|
||||
<label class="checkboxContainer">
|
||||
<input is="emby-checkbox" id="chkRememberCorrection" type="checkbox" />
|
||||
<span>${OptionRememberOrganizeCorrection}</span>
|
||||
</label>
|
||||
<div class="extractedName hide fieldDescription checkboxFieldDescription"></div>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<input id="hfResultId" type="hidden" />
|
||||
|
||||
<div class="formDialogFooter">
|
||||
<button is="emby-button" type="submit" class="raised button-submit block formDialogFooterItem">
|
||||
<span>${ButtonOk}</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue