2019-01-23 11:33:34 +00:00
|
|
|
<div id="librarySettingsPage" data-role="page" class="page type-interior librarySectionPage withTabs">
|
2017-05-06 15:42:17 -04:00
|
|
|
<div>
|
2016-03-16 01:33:31 -04:00
|
|
|
<div class="content-primary">
|
|
|
|
<form class="librarySettingsForm">
|
2013-05-21 16:36:26 -04:00
|
|
|
|
2016-08-21 14:40:38 -04:00
|
|
|
<div class="selectContainer">
|
|
|
|
<select is="emby-select" id="selectDateAdded" data-mini="true" label="${LabelDateAddedBehavior}">
|
2016-08-20 15:58:57 -04:00
|
|
|
<option value="0">${OptionDateAddedImportTime}</option>
|
|
|
|
<option value="1">${OptionDateAddedFileTime}</option>
|
|
|
|
</select>
|
|
|
|
<div class="fieldDescription">${LabelDateAddedBehaviorHelp}</div>
|
|
|
|
</div>
|
2019-03-05 21:59:52 +09:00
|
|
|
|
2017-11-25 23:40:28 -05:00
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription fldSaveMetadataHidden hide">
|
2016-09-11 11:30:04 -04:00
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAirDays" id="chkSaveMetadataHidden" data-filter="Sunday" />
|
|
|
|
<span>${OptionSaveMetadataAsHidden}</span>
|
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionSaveMetadataAsHiddenHelp}</div>
|
2016-08-20 15:58:57 -04:00
|
|
|
</div>
|
2016-03-27 23:37:33 -04:00
|
|
|
|
|
|
|
<br />
|
2016-09-12 14:10:09 -04:00
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
|
2016-03-27 23:37:33 -04:00
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
</form>
|
2013-05-21 16:36:26 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
</div>
|