Move HTML files to the proper locations
This commit is contained in:
parent
1ffe388faf
commit
2d72645aad
43 changed files with 87 additions and 49 deletions
17
src/controllers/edititemmetadata.html
Normal file
17
src/controllers/edititemmetadata.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue