Move HTML files to the proper locations

This commit is contained in:
MrTimscampi 2020-08-08 03:15:57 +02:00
parent 1ffe388faf
commit 2d72645aad
43 changed files with 87 additions and 49 deletions

View file

@ -0,0 +1,17 @@
<div id="editItemMetadataPage" data-role="page" class="page libraryPage metadataEditorPage noSecondaryNavPage" data-title="${MetadataManager}">
<style>
#editItemMetadataPage .editMetadataForm {
max-width: 100%;
}
</style>
<div class="editPageSidebar" style="overflow:auto;">
<div class="libraryTree">
<ul></ul>
</div>
</div>
<div>
<div class="editPageInnerContent padded-top padded-bottom-page">
</div>
</div>
</div>