';
print '';
@@ -2313,7 +2315,7 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
print '
- '.$this->getName().'
+ '.$this->getName().'
'.nl2br($this->getDesc()).'';
/*print 'getVersion(1).'">';
diff --git a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
index 27138e6099f..e6c2df36ee1 100644
--- a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
+++ b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
@@ -33,7 +33,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/triggers/dolibarrtriggers.class.php';
/**
* Class of triggers for stripe module
*/
-class InterfaceStripe
+class InterfaceStripe extends DolibarrTriggers
{
/**
* @var DoliDB Database handler.
diff --git a/htdocs/theme/eldy/info-box.inc.php b/htdocs/theme/eldy/info-box.inc.php
index 3138cd8bfd9..3d9c392f32b 100644
--- a/htdocs/theme/eldy/info-box.inc.php
+++ b/htdocs/theme/eldy/info-box.inc.php
@@ -8,7 +8,7 @@ if (!defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?>
*/
.info-box-module-external span.info-box-icon-version {
- background: #999;
+ background: #bbb;
}
.info-box {
@@ -74,7 +74,7 @@ if (!defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?>
height: 80px;
width: 80px;
font-size: 25px;
- line-height: 80px;
+ line-height: 100px;
}
.info-box-module .info-box-icon {
height: 106px;