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:
@@ -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");
|
Reference in New Issue
Block a user