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

added create live tv timer page

This commit is contained in:
Luke Pulverenti 2013-11-29 13:44:51 -05:00
parent ac0cc84f9d
commit 5046f6e987
8 changed files with 48 additions and 10 deletions

View file

@ -2340,7 +2340,9 @@
html += '<a class="viewMenuLink viewMenuImageLink remoteControlMenuLink" href="#" onclick="RemoteControl.showMenu();" title="Remote Control"><img src="css/images/remote.png" alt="Remote Control" /></a>';
html += '<a class="viewMenuLink viewMenuImageLink editorMenuLink" href="edititemmetadata.html" title="Metadata Manager"><img src="css/images/editor.png" alt=""Metadata Manager" /></a>';
if (user.Configuration.IsAdministrator) {
html += '<a class="viewMenuLink viewMenuImageLink editorMenuLink" href="edititemmetadata.html" title="Metadata Manager"><img src="css/images/editor.png" alt=""Metadata Manager" /></a>';
}
html += '<div class="viewMenuSecondary">';