From 87267de112b17e44b424ea73efa832bc020d93a0 Mon Sep 17 00:00:00 2001 From: slerena Date: Wed, 12 Jun 2013 11:52:20 +0000 Subject: [PATCH] 2013-06-12 Sancho Lerena * extensions/plugin_registration.php: Added link to file manager to upload plugin files using the file manager. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8295 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/extensions/plugin_registration.php | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c0a3a7e43a..0e7d982f3c 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-06-12 Sancho Lerena + + * extensions/plugin_registration.php: Added link to file manager + to upload plugin files using the file manager. + 2013-06-12 Mario Pulido * pandoradb.data.postgreSQL.sql, diff --git a/pandora_console/extensions/plugin_registration.php b/pandora_console/extensions/plugin_registration.php index 148e59223e..a63ad426fc 100644 --- a/pandora_console/extensions/plugin_registration.php +++ b/pandora_console/extensions/plugin_registration.php @@ -38,7 +38,13 @@ function pluginreg_extension_main () { echo ""; echo ""; echo ""; - + + + echo ''; + echo "
"; + echo __("If you want to register manually the plugin, you can upload it using file manager."). " ". "". "".__("Use file manager to upload plugin executable file."). " ".__("Plugin files will be uploaded to console in '/attachment/plugin' directory."); + echo "
"; + return; }