";
+ $text .= "
".ADMIN_VIEW_ICON."";
+ $text .= $this->renderValue('options', $value, array('readParms' => 'edit=0'));
+ $text .= "
";
+
+ return $text;
+ }
+ }
+}
\ No newline at end of file
diff --git a/e107_plugins/download/languages/English/English_admin.php b/e107_plugins/download/languages/English/English_admin.php
index 2899192d9..098f65685 100644
--- a/e107_plugins/download/languages/English/English_admin.php
+++ b/e107_plugins/download/languages/English/English_admin.php
@@ -160,7 +160,7 @@ define("DOWLAN_146", "Custom Download-denial message or URL");
// define("DOWLAN_147", "Icon for empty category");
define("DOWLAN_148", "Check to update date stamp to current time");
define("DOWLAN_149", "URL"); //FIXME Use Generic
-define("DOWLAN_150", "Email admin when broken download reported");
+//define("DOWLAN_150", "Email admin when broken download reported");
define("DOWLAN_151", "Broken-download reporting available to");
define("DOWLAN_152", "Couldn't move file");
define("DOWLAN_153", "Move file into download folder");
@@ -209,7 +209,7 @@ define("DOWLAN_195", "Mirror type");
define("DOWLAN_196", "list"); //FIXME Use Generic
define("DOWLAN_197", "random");
// define("DOWLAN_198", "Filter"); //FIXME Use Generic
-
+define("DOWLAN_199", "Submitted by");
// define('DOWLAN_FP_01', 'Front page');
// define('DOWLAN_FP_02', 'Category list');
@@ -226,6 +226,8 @@ define("DOWLAN_HELP_8", "Help for upload list");
define("DOWLAN_HELP_9", "Help for upload types");
define("DOWLAN_HELP_10", "Help for upload options");
+define("DOWLAN_HELP_11", "Click the 'delete' button to delete the report.[br][br]Click the 'view' button to manage the download.[br][br]To be notified of any new reports, please see to the [notify settings].");
+
// define("DOWLAN_INSTALL_DONE", "Your download plugin is now installed");
// define("DOWLAN_DESCRIPTION", "This plugin is a fully featured Download system");
// define("DOWLAN_CAPTION", "Configure Download");
diff --git a/e107_plugins/download/languages/English/English_global.php b/e107_plugins/download/languages/English/English_global.php
index 6a6bb7115..669053c9f 100644
--- a/e107_plugins/download/languages/English/English_global.php
+++ b/e107_plugins/download/languages/English/English_global.php
@@ -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");
\ No newline at end of file