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

rework series timer page

This commit is contained in:
Luke Pulverenti 2016-08-11 18:41:25 -04:00
parent cee7db2ce0
commit 1ad3cfbf43
4 changed files with 130 additions and 189 deletions

View file

@ -40,11 +40,11 @@
html += '<div class="listItem">';
html += '<button type="button" is="emby-button" class="fab mini autoSize blue" item-icon><i class="md-icon">live_tv</i></button>';
html += '<i class="md-icon listItemIcon">live_tv</i>';
html += '<div class="listItemBody three-line">';
html += '<a class="clearLink" href="livetvseriestimer.html?id=' + timer.Id + '">';
html += '<h3>';
html += '<h3 class="listItemBodyText">';
html += timer.Name;
html += '</h3>';