mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update favorites page
This commit is contained in:
parent
22586c7a8f
commit
ddb3bd5b3b
9 changed files with 265 additions and 65 deletions
|
@ -2364,16 +2364,18 @@
|
|||
|
||||
html += '<div class="listPaging">';
|
||||
|
||||
html += '<span style="margin-right: 10px;vertical-align:middle;">';
|
||||
if (showControls) {
|
||||
html += '<span style="vertical-align:middle;">';
|
||||
|
||||
var startAtDisplay = totalRecordCount ? startIndex + 1 : 0;
|
||||
html += startAtDisplay + '-' + recordsEnd + ' of ' + totalRecordCount;
|
||||
var startAtDisplay = totalRecordCount ? startIndex + 1 : 0;
|
||||
html += startAtDisplay + '-' + recordsEnd + ' of ' + totalRecordCount;
|
||||
|
||||
html += '</span>';
|
||||
html += '</span>';
|
||||
}
|
||||
|
||||
if (showControls || options.viewButton || options.addSelectionButton || options.additionalButtonsHtml) {
|
||||
|
||||
html += '<div data-role="controlgroup" data-type="horizontal" style="display:inline-block;">';
|
||||
html += '<div style="display:inline-block;margin-left:10px;">';
|
||||
|
||||
if (showControls) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue