mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Use button instead of link to 'Configure'
This commit is contained in:
@@ -1498,7 +1498,7 @@ class e107plugin
|
|||||||
|
|
||||||
if ($this->plugConfigFile)
|
if ($this->plugConfigFile)
|
||||||
{
|
{
|
||||||
$text .= " <a href='".$this->plugConfigFile."'>[".LAN_CONFIGURE."]</a>";
|
$text .= "<br /><a class='btn btn-primary' href='".$this->plugConfigFile."'>".LAN_CONFIGURE."</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$mes->addSuccess($text);
|
$mes->addSuccess($text);
|
||||||
@@ -2314,7 +2314,7 @@ class e107plugin
|
|||||||
$text .= (isset($eplug_done) ? "<br />{$eplug_done}" : "<br />".LAN_INSTALL_SUCCESSFUL);
|
$text .= (isset($eplug_done) ? "<br />{$eplug_done}" : "<br />".LAN_INSTALL_SUCCESSFUL);
|
||||||
if ($eplug_conffile)
|
if ($eplug_conffile)
|
||||||
{
|
{
|
||||||
$text .= " <a href='".e_PLUGIN.$eplug_folder."/".$eplug_conffile."'>[".LAN_CONFIGURE."]</a>";
|
$text .= "<br /><a class='btn btn-primary' href='".e_PLUGIN.$eplug_folder."/".$eplug_conffile."'>".LAN_CONFIGURE."</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
return $text;
|
return $text;
|
||||||
|
Reference in New Issue
Block a user