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-03-06 11:09:20 -07:00
|
|
|
|
<div class="dialogHeaderTitle">
|
|
|
|
|
${ButtonAddMediaLibrary}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form style="margin:auto;">
|
2016-06-02 09:54:53 -07:00
|
|
|
|
<div id="fldCollectionType" class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectCollectionType" data-mini="true" required="required" label="${LabelContentType}"></select>
|
2015-10-15 11:48:43 -07:00
|
|
|
|
<div class="collectionTypeFieldDescription fieldDescription">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-06-02 09:54:53 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="text" id="txtValue" required="required" label="${LabelDisplayName}" />
|
2015-10-15 19:06:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2015-10-25 22:29:32 -07:00
|
|
|
|
<h1 style="display:inline-block;vertical-align:middle;">${HeadersFolders}</h1>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised btnAddFolder submit mini" style="margin-left:1em;" title="${ButtonAdd}">
|
2015-10-25 22:29:32 -07:00
|
|
|
|
<iron-icon icon="add"></iron-icon>
|
|
|
|
|
<span>${ButtonAdd}</span>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
</button>
|
2015-10-15 19:06:44 -07:00
|
|
|
|
</div>
|
2015-10-25 22:29:32 -07:00
|
|
|
|
<div class="paperList folderList hide" style="padding: .7em 0;"></div>
|
|
|
|
|
|
2015-10-15 11:48:43 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div>
|
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>
|
2015-10-15 11:48:43 -07:00
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|