jellyfin-web/dashboard-ui/collections.html

17 lines
762 B
HTML
Raw Normal View History

2016-03-15 22:33:31 -07:00
<div id="boxsetsPage" data-role="page" class="page libraryPage backdropPage collectionEditorPage noSecondaryNavPage" data-backdroptype="movie,boxset" data-require="scripts/moviecollections,paper-fab">
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div class="viewSettings">
2014-05-03 16:38:23 -07:00
2016-03-15 22:33:31 -07:00
<div class="listTopPaging">
&nbsp;
</div>
</div>
2016-03-15 22:33:31 -07:00
<div class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
<div class="noItemsMessage" style="display: none; text-align: center;">
<p>${MessageNoCollectionsAvailable}</p>
</div>
<paper-fab class="btnNewCollection bottomFab" icon="add" style="position:fixed;right:20px;background-color:#db4437;"></paper-fab>
</div>
2016-03-15 22:33:31 -07:00
</div>