mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix report script
This commit is contained in:
parent
af129fb92d
commit
284e61038d
8 changed files with 38 additions and 309 deletions
|
@ -20,15 +20,6 @@
|
|||
|
||||
html += '<div class="libraryMenuButtonText headerButton"><span>EMBY</span></div>';
|
||||
|
||||
if (user.localUser) {
|
||||
|
||||
html += '<div class="viewMenuSearch"><form class="viewMenuSearchForm">';
|
||||
html += '<input type="text" data-role="none" data-type="search" class="headerSearchInput" autocomplete="off" spellcheck="off" />';
|
||||
html += '<div class="searchInputIcon fa fa-search"></div>';
|
||||
html += '<button data-role="none" type="button" data-iconpos="notext" class="imageButton btnCloseSearch" style="display:none;"><i class="fa fa-close"></i></button>';
|
||||
html += '</form></div>';
|
||||
}
|
||||
|
||||
html += '<div class="viewMenuSecondary">';
|
||||
|
||||
var btnCastVisible = user.localUser ? '' : 'visibility:hidden;';
|
||||
|
@ -43,6 +34,12 @@
|
|||
|
||||
if (user.localUser) {
|
||||
html += '<button onclick="Search.showSearchPanel($.mobile.activePage);" type="button" data-role="none" class="headerButton headerButtonRight headerSearchButton"><div class="fa fa-search" style="font-size:21px;"></div></button>';
|
||||
|
||||
html += '<div class="viewMenuSearch hide"><form class="viewMenuSearchForm">';
|
||||
html += '<input type="text" data-role="none" data-type="search" class="headerSearchInput" autocomplete="off" spellcheck="off" />';
|
||||
html += '<div class="searchInputIcon fa fa-search"></div>';
|
||||
html += '<button data-role="none" type="button" data-iconpos="notext" class="imageButton btnCloseSearch"><i class="fa fa-close"></i></button>';
|
||||
html += '</form></div>';
|
||||
}
|
||||
|
||||
if (user.name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue