1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/dialog/dialog.template.html

15 lines
359 B
HTML
Raw Normal View History

2016-09-08 16:32:30 -04:00
<div class="formDialogHeader">
<h3 class="formDialogHeaderTitle" style="margin-left:1em;"></h3>
</div>
<div class="formDialogContent smoothScrollY">
<div class="dialogContentInner dialog-content-centered" style="padding-top:2em;">
<div class="text">
</div>
<div class="formDialogFooter">
</div>
</div>
</div>