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; }