jellyfin-web/dashboard-ui/camerauploadsettings.html

17 lines
504 B
HTML
Raw Normal View History

<div id="syncPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${TabCameraUpload}" data-menubutton="false">
2016-08-22 11:28:24 -07:00
2017-05-06 12:42:17 -07:00
<div>
2016-08-22 11:28:24 -07:00
<form class="userProfileSettingsForm" style="margin: 0 auto;">
<h1>
${HeaderCameraUpload}
</h1>
2016-08-22 13:47:16 -07:00
<br />
2016-08-22 11:28:24 -07:00
<p>${SelectCameraUploadServers}</p>
<div class="checkboxList uploadServerList">
</div>
</form>
</div>
</div>