2016-09-07 23:15:44 -07:00
|
|
|
|
<div class="formDialogHeader">
|
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
2016-09-08 13:32:30 -07:00
|
|
|
|
<div class="formDialogHeaderTitle">
|
|
|
|
|
</div>
|
2016-09-07 23:15:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="formDialogContent smoothScrollY">
|
|
|
|
|
<div class="dialogContentInner dialog-content-centered">
|
|
|
|
|
|
|
|
|
|
<h1 class="dialogContentTitle"></h1>
|
|
|
|
|
|
|
|
|
|
<form>
|
|
|
|
|
<div class="inputContainer">
|
2016-09-08 13:32:30 -07:00
|
|
|
|
<input is="emby-input" type="text" id="txtInput" label=""/>
|
2016-09-07 23:15:44 -07:00
|
|
|
|
<div class="fieldDescription"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="formDialogFooter">
|
|
|
|
|
<button is="emby-button" type="submit" class="raised btnSubmit block formDialogFooterItem">
|
|
|
|
|
<span>${ButtonOk}</span>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|