1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

More user-friendly message when no plugins are installed.

This commit is contained in:
CaMer0n
2009-12-04 11:54:29 +00:00
parent c249248586
commit 029662bf50

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $ | $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
| $Revision: 1.56 $ | $Revision: 1.57 $
| $Date: 2009-11-18 01:04:26 $ | $Date: 2009-12-04 11:54:29 $
| $Author: e107coders $ | $Author: e107coders $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -706,7 +706,7 @@ class pluginManager{
else else
{ {
//TODO LANs //TODO LANs
$text .= "<tr><td class='center' colspan='".count($this->fields)."'>No plugins Found</td></tr>"; $text .= "<tr><td class='center' colspan='".count($this->fields)."'>No plugins installed - <a href='".e_ADMIN."plugin.php?avail'>click here to install some</a>.</td></tr>";
} }
$text .= " $text .= "