1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add photo album

This commit is contained in:
Luke Pulverenti 2014-08-29 00:06:30 -04:00
parent b74ed62a1c
commit bfafc4aa2b
3 changed files with 23 additions and 21 deletions

View file

@ -216,12 +216,12 @@
</div>
</div>
<div class="detailSection detailCollapsibleSection photoInfo hide">
<div data-role="collapsible" class="detailPageCollabsible" data-content-theme="false" data-collapsed="false">
<h2>${HeaderPhotoInfo}</h2>
<div>
<div class="photoInfoContent"></div>
</div>
<div class="detailSection photoInfo hide">
<div class="detailSectionHeader">
${HeaderPhotoInfo}
</div>
<div class="detailSectionContent" style="padding:1em;">
<div class="photoInfoContent"></div>
</div>
</div>