jellyfin-web/dashboard-ui/dlnaprofiles.html
Luke Pulverenti f52a94d778 update icons
2016-07-23 14:43:07 -04:00

33 lines
1.2 KiB
HTML

<div id="dlnaProfilesPage" data-role="page" class="page type-interior dlnaPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Dlna%20profiles" data-require="scripts/dlnaprofiles,emby-button">
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
<div style="position: relative;">
<h2>${HeaderCustomDlnaProfiles}</h2>
<div style="position: absolute; right: 0; top: -12px;">
<a class="clearLink" href="dlnaprofile.html">
<button is="emby-button" type="button" class="raised submit mini">
<i class="md-icon">add</i>
<span>${ButtonNew}</span>
</button>
</a>
</div>
</div>
<p>${CustomDlnaProfilesHelp}</p>
<div class="customProfiles"></div>
<br />
<h2>${HeaderSystemDlnaProfiles}</h2>
<p>${SystemDlnaProfilesHelp}</p>
<div class="systemProfiles"></div>
</div>
</div>
</div>
</div>