mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Replace all Unicode icon with there value
This commit is contained in:
parent
957184b81c
commit
1da8876811
82 changed files with 293 additions and 292 deletions
|
@ -12,7 +12,7 @@
|
|||
<div id="itemBackdrop" class="itemBackdrop noBackdrop">
|
||||
<div class="itemBackdropFader">
|
||||
</div>
|
||||
<button is="emby-button" type="button" class="btnPlay detailFloatingButton hide fab autoSize" title="${ButtonPlay}" data-mode="resume"><i class="md-icon"></i></button>
|
||||
<button is="emby-button" type="button" class="btnPlay detailFloatingButton hide fab autoSize" title="${ButtonPlay}" data-mode="resume"><i class="md-icon">play_arrow</i></button>
|
||||
</div>
|
||||
|
||||
<div class="detailLogo"></div>
|
||||
|
@ -77,7 +77,7 @@
|
|||
|
||||
<button is="emby-button" type="button" class="button-flat btnDownload hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<i class="md-icon detailButton-mobile-icon">get_app</i>
|
||||
<div class="detailButton-mobile-text">${ButtonDownload}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
@ -88,7 +88,7 @@
|
|||
|
||||
<button is="emby-button" type="button" class="button-flat btnPlayTrailer hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<i class="md-icon detailButton-mobile-icon">theaters</i>
|
||||
<div class="detailButton-mobile-text">${ButtonTrailer}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
@ -99,7 +99,7 @@
|
|||
|
||||
<button is="emby-button" type="button" class="button-flat btnInstantMix hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<i class="md-icon detailButton-mobile-icon">shuffle</i>
|
||||
<div class="detailButton-mobile-text">${HeaderInstantMix}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
@ -110,7 +110,7 @@
|
|||
|
||||
<button is="emby-button" type="button" class="button-flat btnShuffle hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<i class="md-icon detailButton-mobile-icon">shuffle</i>
|
||||
<div class="detailButton-mobile-text">${ButtonShuffle}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
@ -121,7 +121,7 @@
|
|||
|
||||
<button is="emby-button" type="button" class="button-flat btnCancelSeriesTimer hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<i class="md-icon detailButton-mobile-icon">delete</i>
|
||||
<div class="detailButton-mobile-text">${CancelSeries}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
@ -132,7 +132,7 @@
|
|||
|
||||
<button is="emby-button" type="button" class="button-flat btnCancelTimer hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<i class="md-icon detailButton-mobile-icon">stop</i>
|
||||
<div class="detailButton-mobile-text">${StopRecording}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
@ -143,39 +143,39 @@
|
|||
|
||||
<button is="emby-button" type="button" class="button-flat btnDeleteItem hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<i class="md-icon detailButton-mobile-icon">delete</i>
|
||||
<div class="detailButton-mobile-text">${Delete}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="fab btnDeleteItem hide detailButton">
|
||||
<i class="md-icon"></i>
|
||||
<i class="md-icon">delete</i>
|
||||
</button>
|
||||
|
||||
<button is="emby-playstatebutton" type="button" class="button-flat btnPlaystate hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<i class="md-icon detailButton-mobile-icon">check</i>
|
||||
<div class="detailButton-mobile-text button-text"></div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<button is="emby-playstatebutton" type="button" class="fab btnPlaystate hide detailButton">
|
||||
<i class="md-icon"></i>
|
||||
<i class="md-icon">check</i>
|
||||
</button>
|
||||
|
||||
<button is="emby-ratingbutton" type="button" class="button-flat btnUserRating hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<i class="md-icon detailButton-mobile-icon">favorite</i>
|
||||
<div class="detailButton-mobile-text button-text">${Rate}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<button is="emby-ratingbutton" type="button" class="fab btnUserRating hide detailButton">
|
||||
<i class="md-icon"></i>
|
||||
<i class="md-icon">favorite</i>
|
||||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="fab btnSplitVersions hide detailButton">
|
||||
<i class="md-icon"></i>
|
||||
<i class="md-icon">call_split</i>
|
||||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="button-flat btnMoreCommands hide detailButton-mobile">
|
||||
|
@ -186,7 +186,7 @@
|
|||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="fab btnMoreCommands hide detailButton">
|
||||
<i class="md-icon"></i>
|
||||
<i class="md-icon">more_horiz</i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue