2019-01-23 11:33:34 +00:00
|
|
|
<div class="formDialogHeader">
|
2016-09-09 02:59:23 -04:00
|
|
|
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1">
|
|
|
|
<i class="md-icon"></i>
|
|
|
|
</button>
|
|
|
|
<h3 class="formDialogHeaderTitle"></h3>
|
2016-09-08 02:15:44 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="formDialogContent smoothScrollY">
|
2016-09-09 02:59:23 -04:00
|
|
|
<div class="dialogContentInner dialog-content-centered" style="padding-top:2em;">
|
2016-09-08 02:15:44 -04:00
|
|
|
|
|
|
|
<form>
|
|
|
|
<div class="inputContainer">
|
2016-09-09 02:59:23 -04:00
|
|
|
<input is="emby-input" type="text" id="txtInput" label="" />
|
2016-09-08 02:15:44 -04:00
|
|
|
<div class="fieldDescription"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="formDialogFooter">
|
2016-09-09 02:59:23 -04:00
|
|
|
<button is="emby-button" type="submit" class="raised btnSubmit block formDialogFooterItem button-submit">
|
2016-09-23 02:57:24 -04:00
|
|
|
<span class="submitText"></span>
|
2016-09-08 02:15:44 -04:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|