1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Moved theme/plugin release notification function to new class. Should be fully functional for both themes and plugins now. To-Do Ajax checking.

This commit is contained in:
CaMer0n
2009-08-17 18:42:22 +00:00
parent cb8cc9fcb9
commit 123fdf4d13
7 changed files with 180 additions and 82 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
| $Revision: 1.37 $
| $Date: 2009-08-15 15:44:37 $
| $Author: marj_nl_fr $
| $Revision: 1.38 $
| $Date: 2009-08-17 18:42:19 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -87,6 +87,7 @@ class pluginManager{
"plugin_description" => array("title" => EPL_ADLAN_14, "type"=>"text", "width" => "auto", "thclass" => "middle center", "url" => ""),
"plugin_compatible" => array("title" => EPL_ADLAN_13, "type"=>"text", "width" => "auto", "thclass" => "middle", "url" => ""),
"plugin_compliant" => array("title" => EPL_ADLAN_81, "type"=>"text", "width" => "5%", "thclass" => "middle center", "url" => ""),
"plugin_release" => array("title" => EPL_ADLAN_81, "type"=>"text", "width" => "5%", "thclass" => "middle center", "url" => ""),
"options" => array("title" => LAN_OPTIONS, "width" => "15%", "thclass" => "middle center last", "url" => "")
);