1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

Update logstats plugin to use chart class.

This commit is contained in:
Cameron
2013-05-15 15:01:55 -07:00
parent 77b9ec50e9
commit 92b63a3952
3 changed files with 98 additions and 93 deletions

View File

@@ -89,7 +89,7 @@ foreach($incompat as $folder => $version)
if($inCompatText)
{
$text = "<ul>".$inCompatText."</ul>";
$mes->addWarning("The following plugins are not compatible with this version of e107 and should be <a href='".e_ADMIN."plugin.php'>uninstalled</a>: ".$text);
$mes->addWarning("The following plugins are not compatible with this version of e107 and should be uninstalled: ".$text."<a class='btn' href='".e_ADMIN."plugin.php'>uninstall</a>");
}