2013-06-12 Sancho Lerena <slerena@artica.es>
* 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
This commit is contained in:
parent
c5748ae492
commit
ee97ddd3ce
|
@ -1,3 +1,8 @@
|
|||
2013-06-12 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* extensions/plugin_registration.php: Added link to file manager
|
||||
to upload plugin files using the file manager.
|
||||
|
||||
2013-06-12 Mario Pulido <mario.pulido@artica.es>
|
||||
|
||||
* pandoradb.data.postgreSQL.sql,
|
||||
|
|
|
@ -38,7 +38,13 @@ function pluginreg_extension_main () {
|
|||
echo "<tr><td class='datos'><input type='file' name='plugin_upload' />";
|
||||
echo "<td class='datos'><input type='submit' class='sub next' value='".__('Upload')."' />";
|
||||
echo "</form></table>";
|
||||
|
||||
|
||||
|
||||
echo '<table class="databox" id="table1" width="98%" border="0" cellpadding="4" cellspacing="4">';
|
||||
echo "<tr><td class='datos'>";
|
||||
echo __("If you want to register manually the plugin, you can upload it using file manager."). " ". "<a href='index.php?sec=gsetup&sec2=godmode/setup/file_manager&directory=attachment/plugin'>". "<b>".__("Use file manager to upload plugin executable file."). "</b></a> ".__("Plugin files will be uploaded to console in '/attachment/plugin' directory.");
|
||||
echo "</td></tr></table>";
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue