2016-05-13 11:28:05 -07:00
|
|
|
|
<div class="dialogHeader" style="margin:0 0 2em;">
|
2016-05-07 12:25:09 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel" tabindex="-1"><iron-icon icon="arrow-back"></iron-icon></button>
|
2016-02-12 20:40:49 -07:00
|
|
|
|
<div class="dialogHeaderTitle">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-02-12 21:34:47 -07:00
|
|
|
|
<form class="episodeCorrectionForm" style="margin:auto;">
|
2016-02-12 15:42:11 -07:00
|
|
|
|
|
2016-02-12 21:34:47 -07:00
|
|
|
|
<p><span class="inputFile"></span></p>
|
2016-02-12 15:42:11 -07:00
|
|
|
|
|
2016-02-25 23:36:03 -07:00
|
|
|
|
<div style="margin: 1em 0 1em;">
|
|
|
|
|
<div style="width:85%;display:inline-block;">
|
|
|
|
|
<label for="selectSeries" class="selectLabel">${LabelSeries}</label>
|
|
|
|
|
<select id="selectSeries" data-mini="true" required="required"></select>
|
|
|
|
|
</div>
|
2016-05-07 12:25:09 -07:00
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnNewSeries" title="${ButtonNew}"><iron-icon icon="add"></iron-icon></button>
|
2016-02-12 21:34:47 -07:00
|
|
|
|
</div>
|
2016-02-26 16:52:00 -07:00
|
|
|
|
<div class="fldSelectSeriesFolder hide" style="margin: 1em 0 1em;">
|
|
|
|
|
<div style="width:100%;display:inline-block;">
|
|
|
|
|
<label for="selectSeriesFolder" class="selectLabel">Series Root Folder</label>
|
2016-03-17 10:13:54 -07:00
|
|
|
|
<select id="selectSeriesFolder" data-mini="true"></select>
|
2016-02-26 16:52:00 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-02-12 21:34:47 -07:00
|
|
|
|
<div style="margin: 1em 0;">
|
|
|
|
|
<paper-input id="txtSeason" type="number" pattern="[0-9]*" required min="0" label="${LabelSeasonNumber}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 1em 0;">
|
|
|
|
|
<paper-input id="txtEpisode" type="number" pattern="[0-9]*" required min="0" label="${LabelEpisodeNumber}"></paper-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 1em 0;">
|
|
|
|
|
<paper-input id="txtEndingEpisode" type="number" pattern="[0-9]*" min="0" label="${LabelEndingEpisodeNumber}"></paper-input>
|
|
|
|
|
<div class="fieldDescription">${LabelEndingEpisodeNumberHelp}</div>
|
|
|
|
|
</div>
|
2016-02-20 23:25:25 -07:00
|
|
|
|
<div class="fldRemember hide">
|
2016-02-14 14:12:48 -07:00
|
|
|
|
<br />
|
2016-02-25 16:02:31 -07:00
|
|
|
|
<paper-checkbox type="checkbox" id="chkRememberCorrection">${OptionRememberOrganizeCorrection} <span class="extractedName" style="font-weight: bold; font-style: italic" /></paper-checkbox>
|
2016-02-12 21:34:47 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block"><iron-icon icon="check"></iron-icon><span>${ButtonOk}</span></button>
|
2016-02-12 21:34:47 -07:00
|
|
|
|
<input id="hfResultId" type="hidden" />
|
|
|
|
|
</form>
|