add missing sarg reports topusers and downloads
This commit is contained in:
@@ -10,13 +10,15 @@ print &ui_table_start($text{'report_header'}, "width=100%", 4);
|
||||
$config_prefix = "report_";
|
||||
|
||||
print &config_select($conf, "report_type",
|
||||
[ [ "topsites", $text{'report_topsites'} ],
|
||||
[ [ "topusers", $text{'report_topusers'} ],
|
||||
[ "topsites", $text{'report_topsites'} ],
|
||||
[ "sites_users", $text{'report_sites_users'} ],
|
||||
[ "users_sites", $text{'report_users_sites'} ],
|
||||
[ "date_time", $text{'report_date_time'} ],
|
||||
[ "denied", $text{'report_denied'} ],
|
||||
[ "auth_failures", $text{'report_auth_failures'} ],
|
||||
[ "site_user_time_date", $text{'report_site_user_time_date'} ] ],
|
||||
[ "site_user_time_date", $text{'report_site_user_time_date'} ],
|
||||
[ "downloads", $text{'report_downloads'} ] ],
|
||||
$text{'report_all'}, 3);
|
||||
|
||||
print &ui_table_hr();
|
||||
|
||||
@@ -57,6 +57,7 @@ report_date_time=Nutzung für Tag und Stunde
|
||||
report_date_time_by=Sortiere Datum/Uhrzeit Bericht nach
|
||||
report_denied=Verweigerte Seiten
|
||||
report_displayed_values=Zeige Traffic als
|
||||
report_downloads=Downloads
|
||||
report_echar=Leerzeichen sind nicht erlaubt
|
||||
report_eenter=Nichts eingegeben
|
||||
report_efile=Datei existiert nicht
|
||||
@@ -102,6 +103,7 @@ report_title=Berichtoptionen
|
||||
report_topsites=Top Seiten
|
||||
report_topsites_num=Anzahl der Top-Websites zum anzeigen
|
||||
report_topsites_sort_order=Reihenfolge für Top Sites Bericht
|
||||
report_topusers=Top Benutzer
|
||||
report_topuser_num=Anzahl von Top-Benutzern zum angezeigen
|
||||
report_topuser_sort_field=Reihenfolge für Top Anwender Bericht
|
||||
report_use_comma=Benutze Komma anstatt "." in Zahlen?
|
||||
|
||||
@@ -90,10 +90,12 @@ report_exclude_codes=File listing HTTP codes to exclude
|
||||
report_max_elapsed=Maximum elapsed time (ms)
|
||||
report_report_type=Report sections to generate
|
||||
report_topsites=Top sites
|
||||
report_topusers=Top users
|
||||
report_sites_users=Sites by user
|
||||
report_users_sites=Users by site
|
||||
report_date_time=Usage by day and hour
|
||||
report_denied=Denied sites
|
||||
report_downloads=Downloads
|
||||
report_auth_failures=Authentication failures
|
||||
report_site_user_time_date=Sites, dates, times and bytes
|
||||
report_all=All reports
|
||||
|
||||
Reference in New Issue
Block a user