1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

Fixes #3622 - Reported broken downloads reworked

- Moved away from e107_admin/message.php to its own place in the Downloads admin area.
- Notification of broken downloads now controlled by e_notify (see Admin Area > Settings > Notify)
- Updated notification message
- Added e_dashboard addon to show latest status on broken download reports
This commit is contained in:
Tijn Kuyper
2019-10-27 21:40:59 +01:00
parent 01337f5010
commit 1b9251e75f
8 changed files with 133 additions and 17 deletions

View File

@@ -7,3 +7,7 @@ define("LAN_PLUGIN_DOWNLOAD_DIZ", "This plugin is a fully featured File-downlo
define("LAN_DL_NT_01", "Broken download reported");
define("LAN_DL_NT_02", "The following download has been reported as broken:");
define("LAN_DL_NT_03", "It was reported by [x] with the following comments:");
define("LAN_DL_NT_04", "Click [here] to view the broken download reports.");
// Latest (e_dashboard)
define("LAN_DL_LATEST_01", "Reported broken downloads");