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

Change media info display (#386)

* Add btn more media info

* Add event listener

* change class and add close btn

* Add style

* Add event listener display

* hide btn

* remove media info form itemdetail page

* Add media templete

* cleanup unused stayle

* Add to context menu

* cleanup

* cleanup

* fix

* add todo to file path info

* allow admin and user to view the media info

* Add to strings

* Remove media info menu from book and music

* Remove splitVersions function

* Readd splitVersions function on item deatil page

* Remove unused elements

* double quotes & removing newlines

* minor style changes

* fix format and path info on itemdetails page

* update
This commit is contained in:
grafixeyehero 2019-08-19 12:35:57 +03:00 committed by dkanada
parent c46f577f08
commit 5fda5a8738
7 changed files with 251 additions and 196 deletions

View file

@ -0,0 +1,12 @@
<div class="formDialogHeader">
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon">&#xE5C4;</i></button>
<h3 class="formDialogHeaderTitle">
${HeaderMediaInfo}
</h3>
</div>
<div class="formDialogContent smoothScrollY">
<div class="dialogContentInner" style="padding: 1em">
<div id="mediaInfoContent" class="mediaInfoContent"></div>
</div>
</div>