From 591475199fed1b0a1e1abbad14117667e3c44a46 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 5 Mar 2013 15:08:23 -0800 Subject: [PATCH] Use button instead of link to 'Configure' --- e107_handlers/plugin_class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 28ba46a38..851c60afa 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -1498,7 +1498,7 @@ class e107plugin if ($this->plugConfigFile) { - $text .= " [".LAN_CONFIGURE."]"; + $text .= "
".LAN_CONFIGURE.""; } $mes->addSuccess($text); @@ -2314,7 +2314,7 @@ class e107plugin $text .= (isset($eplug_done) ? "
{$eplug_done}" : "
".LAN_INSTALL_SUCCESSFUL); if ($eplug_conffile) { - $text .= " [".LAN_CONFIGURE."]"; + $text .= "
".LAN_CONFIGURE.""; } return $text;