mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Report Manager - Excel export fix and added localization
This commit is contained in:
parent
5f5124b80c
commit
3e0a3a646e
1 changed files with 5 additions and 13 deletions
|
@ -11,8 +11,8 @@
|
|||
<span style="margin-right: 10px; vertical-align: middle;">${LabelReport}</span>
|
||||
<div style="display: inline-block;">
|
||||
<select data-mini="true" data-inline="true" id="selectReportType">
|
||||
<option value="ReportData">Data</option>
|
||||
<option value="ReportStatistic">Statistic</option>
|
||||
<option value="ReportData">${OptionReportList}</option>
|
||||
<option value="ReportStatistic">${OptionReportStatistics}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div style="display: inline-block;">
|
||||
|
@ -51,16 +51,8 @@
|
|||
</div>
|
||||
|
||||
<div class="tabView viewTab">
|
||||
<!--<div>
|
||||
<label for="selectView">${LabelView}</label>
|
||||
<select id="selectReportType">
|
||||
<option value="ReportData">Data</option>
|
||||
<option value="ReportStatistic">Stat</option>
|
||||
</select>
|
||||
</div>
|
||||
<br />-->
|
||||
<div id="selectReportGroupingBox">
|
||||
<label for="selectViewGrouping">Grouping</label>
|
||||
<label for="selectViewGrouping">${OptionReportGrouping}</label>
|
||||
<select id="selectReportGroup"></select>
|
||||
<br />
|
||||
</div>
|
||||
|
@ -81,7 +73,7 @@
|
|||
|
||||
<div id="exportReportBox">
|
||||
<fieldset>
|
||||
<label>Report Export</label>
|
||||
<label>${OptionReportExport}</label>
|
||||
<button type="button" name="btnReportExportCsv" id="btnReportExportCsv" data-mini="true">CSV</button>
|
||||
<button type="button" name="btnReportExportExcel" id="btnReportExportExcel" data-mini="true">Excel</button>
|
||||
</fieldset>
|
||||
|
@ -89,7 +81,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="collapsible" data-collapsed="true" data-mini="true" class="reportsColumns" id="grpReportsColumns">
|
||||
<h2>ReportColumns</h2>
|
||||
<h2>${OptionReportColumns}</h2>
|
||||
<button type="button" name="btnResetReportColumns" id="btnResetReportColumns" data-mini="true">Reset</button>
|
||||
<br />
|
||||
<div class="filterOptions">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue