Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cfg/cfg.d/z_reports.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
$c->{plugins}{"Screen::Report::User"}{params}{disable} = 0;
$c->{plugins}{"Screen::Report::User"}{params}{custom} = 1;

$c->{reports}->{csv_utf8_bom} = 1;

#set config for default eprint report
$c->{search}->{eprint_report} = $c->{search}->{advanced}; #use the advanced search form as the default eprint report search

Expand Down
5 changes: 5 additions & 0 deletions lib/lang/en/phrases/reports.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

<epp:phrase id="lib/report:loading">Loading report...</epp:phrase>

<epp:phrase id="Update/Views:group_separator"> | </epp:phrase>

<epp:phrase id="Plugin/Screen/Report:title">Reports</epp:phrase>
<epp:phrase id="Plugin/Screen/Report:no_reports">No available reports</epp:phrase>

Expand All @@ -19,6 +21,9 @@

<epp:phrase id="Report:search_links"><div class="ep_view_group_by"><epc:pin name="links" /></div></epp:phrase>

<epp:phrase id="report_select_label">Select Report:</epp:phrase>
<epp:phrase id="export_select_label">Select Export Format:</epp:phrase>

<!-- the Example reports -->
<epp:phrase id="Plugin/Screen/Report/Example:title">Example</epp:phrase>
<epp:phrase id="Plugin/Screen/Report/Example/Articles:title">Articles</epp:phrase>
Expand Down
Loading