diff --git a/htdocs/accountancy/admin/account.php b/htdocs/accountancy/admin/account.php
index 8daae94efe6..0193d9c1f75 100644
--- a/htdocs/accountancy/admin/account.php
+++ b/htdocs/accountancy/admin/account.php
@@ -389,11 +389,11 @@ if ($resql)
{
print '
';
if (empty($obj->active)) {
- print 'rowid . '&action=enable">';
+ print 'rowid . '&action=enable">';
print img_picto($langs->trans("Disabled"), 'switch_off');
print '';
} else {
- print 'rowid . '&action=disable">';
+ print 'rowid . '&action=disable">';
print img_picto($langs->trans("Activated"), 'switch_on');
print '';
}
diff --git a/htdocs/accountancy/admin/index.php b/htdocs/accountancy/admin/index.php
index 965b63ba9b9..984a5b08e90 100644
--- a/htdocs/accountancy/admin/index.php
+++ b/htdocs/accountancy/admin/index.php
@@ -214,11 +214,11 @@ if (! empty($user->admin))
print ' | ';
print '| ' . $langs->trans("ACCOUNTING_LIST_SORT_VENTILATION_TODO") . ' | ';
if (! empty($conf->global->ACCOUNTING_LIST_SORT_VENTILATION_TODO)) {
- print '';
+ print ' | ';
print img_picto($langs->trans("Activated"), 'switch_on');
print ' | ';
} else {
- print '';
+ print ' | ';
print img_picto($langs->trans("Disabled"), 'switch_off');
print ' | ';
}
@@ -227,11 +227,11 @@ if (! empty($user->admin))
print '
';
print '| ' . $langs->trans("ACCOUNTING_LIST_SORT_VENTILATION_DONE") . ' | ';
if (! empty($conf->global->ACCOUNTING_LIST_SORT_VENTILATION_DONE)) {
- print '';
+ print ' | ';
print img_picto($langs->trans("Activated"), 'switch_on');
print ' | ';
} else {
- print '';
+ print ' | ';
print img_picto($langs->trans("Disabled"), 'switch_off');
print ' | ';
}
@@ -240,11 +240,11 @@ if (! empty($user->admin))
print '
';
print '| ' . $langs->trans("ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL") . ' | ';
if (! empty($conf->global->ACCOUNTING_ENABLE_EXPORT_DRAFT_JOURNAL)) {
- print '';
+ print ' | ';
print img_picto($langs->trans("Activated"), 'switch_on');
print ' | ';
} else {
- print '';
+ print ' | ';
print img_picto($langs->trans("Disabled"), 'switch_off');
print ' | ';
}
@@ -253,11 +253,11 @@ if (! empty($user->admin))
print '
';
print '| ' . $langs->trans("BANK_DISABLE_DIRECT_INPUT") . ' | ';
if (! empty($conf->global->BANK_DISABLE_DIRECT_INPUT)) {
- print '';
+ print ' | ';
print img_picto($langs->trans("Activated"), 'switch_on');
print ' | ';
} else {
- print '';
+ print ' | ';
print img_picto($langs->trans("Disabled"), 'switch_off');
print ' | ';
}
@@ -266,11 +266,11 @@ if (! empty($user->admin))
print '
';
print '| ' . $langs->trans("ACCOUNTANCY_COMBO_FOR_AUX") . ' | ';
if (! empty($conf->global->ACCOUNTANCY_COMBO_FOR_AUX)) {
- print '';
+ print ' | ';
print img_picto($langs->trans("Activated"), 'switch_on');
print ' | ';
} else {
- print '';
+ print ' | ';
print img_picto($langs->trans("Disabled"), 'switch_off');
print ' | ';
}
@@ -279,11 +279,11 @@ if (! empty($user->admin))
print '
';
print '| ' . $langs->trans("ACCOUNTING_MANAGE_ZERO") . ' | ';
if (! empty($conf->global->ACCOUNTING_MANAGE_ZERO)) {
- print '';
+ print ' | ';
print img_picto($langs->trans("Activated"), 'switch_on');
print ' | ';
} else {
- print '';
+ print ' | ';
print img_picto($langs->trans("Disabled"), 'switch_off');
print ' | ';
}
diff --git a/htdocs/accountancy/bookkeeping/card.php b/htdocs/accountancy/bookkeeping/card.php
index 8974b65a68f..d94ce0ec315 100644
--- a/htdocs/accountancy/bookkeeping/card.php
+++ b/htdocs/accountancy/bookkeeping/card.php
@@ -531,11 +531,11 @@ if ($action == 'create')
print '' . $langs->trans("Status") . ' | ';
print '';
if (empty($object->validated)) {
- print 'rowid . '&action=enable">';
+ print 'rowid . '&action=enable">';
print img_picto($langs->trans("Disabled"), 'switch_off');
print '';
} else {
- print 'rowid . '&action=disable">';
+ print 'rowid . '&action=disable">';
print img_picto($langs->trans("Activated"), 'switch_on');
print '';
}
diff --git a/htdocs/admin/bom.php b/htdocs/admin/bom.php
index b7f1f0e6db9..b6e62973cf7 100644
--- a/htdocs/admin/bom.php
+++ b/htdocs/admin/bom.php
@@ -275,7 +275,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
print '';
}
diff --git a/htdocs/admin/chequereceipts.php b/htdocs/admin/chequereceipts.php
index e8e035f8b49..efc192e6de1 100644
--- a/htdocs/admin/chequereceipts.php
+++ b/htdocs/admin/chequereceipts.php
@@ -184,7 +184,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print 'scandir.'&label='.urlencode($module->name).'" alt="'.$langs->trans("Default").'">'.img_picto($langs->trans("Disabled"), 'switch_off').'';
+ print 'scandir.'&label='.urlencode($module->name).'" alt="'.$langs->trans("Default").'">'.img_picto($langs->trans("Disabled"), 'switch_off').'';
}
print ' | ';
diff --git a/htdocs/admin/contract.php b/htdocs/admin/contract.php
index bf02df80b5b..63597eaa22b 100644
--- a/htdocs/admin/contract.php
+++ b/htdocs/admin/contract.php
@@ -256,7 +256,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
print '';
}
diff --git a/htdocs/admin/expedition.php b/htdocs/admin/expedition.php
index 04dcf3ddc36..23a154511c1 100644
--- a/htdocs/admin/expedition.php
+++ b/htdocs/admin/expedition.php
@@ -261,7 +261,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print 'scandir.'&label='.urlencode($module->name).'">';
+ print 'scandir.'&label='.urlencode($module->name).'">';
print img_picto($langs->trans("Disabled"), 'switch_off');
print '';
}
diff --git a/htdocs/admin/expensereport.php b/htdocs/admin/expensereport.php
index cac83ef8d8b..da77c0e78d3 100644
--- a/htdocs/admin/expensereport.php
+++ b/htdocs/admin/expensereport.php
@@ -267,7 +267,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
print '';
}
diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php
index 57a18afcbd3..765f2e6f995 100644
--- a/htdocs/admin/facture.php
+++ b/htdocs/admin/facture.php
@@ -352,7 +352,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print 'scandir.'&label='.urlencode($module->name).'" alt="'.$langs->trans("Default").'">'.img_picto($langs->trans("Disabled"), 'switch_off').'';
+ print 'scandir.'&label='.urlencode($module->name).'" alt="'.$langs->trans("Default").'">'.img_picto($langs->trans("Disabled"), 'switch_off').'';
}
print '';
diff --git a/htdocs/admin/fichinter.php b/htdocs/admin/fichinter.php
index a407edd3864..27f105435d5 100644
--- a/htdocs/admin/fichinter.php
+++ b/htdocs/admin/fichinter.php
@@ -331,7 +331,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
+ print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
}
print '';
diff --git a/htdocs/admin/holiday.php b/htdocs/admin/holiday.php
index 347d45d729d..e3571fdb253 100644
--- a/htdocs/admin/holiday.php
+++ b/htdocs/admin/holiday.php
@@ -257,7 +257,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
print '';
}
diff --git a/htdocs/admin/livraison.php b/htdocs/admin/livraison.php
index d11d07c5f38..7635c9a3c19 100644
--- a/htdocs/admin/livraison.php
+++ b/htdocs/admin/livraison.php
@@ -252,7 +252,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
+ print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
}
print '';
diff --git a/htdocs/admin/mailman.php b/htdocs/admin/mailman.php
index 517ec9b9dc5..4ee9e214890 100644
--- a/htdocs/admin/mailman.php
+++ b/htdocs/admin/mailman.php
@@ -162,7 +162,7 @@ if (! empty($conf->global->ADHERENT_USE_MAILMAN))
dol_fiche_head($head, 'mailman', $langs->trans("Setup"), 0, 'user');
//$link=img_picto($langs->trans("Active"),'tick').' ';
- $link='';
+ $link='';
//$link.=$langs->trans("Disable");
$link.=img_picto($langs->trans("Activated"), 'switch_on');
$link.='';
diff --git a/htdocs/admin/payment.php b/htdocs/admin/payment.php
index aaba339e30e..4e80fe55e25 100644
--- a/htdocs/admin/payment.php
+++ b/htdocs/admin/payment.php
@@ -183,7 +183,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print 'scandir.'&label='.urlencode($module->name).'" alt="'.$langs->trans("Default").'">'.img_picto($langs->trans("Disabled"), 'switch_off').'';
+ print 'scandir.'&label='.urlencode($module->name).'" alt="'.$langs->trans("Default").'">'.img_picto($langs->trans("Disabled"), 'switch_off').'';
}
print '';
diff --git a/htdocs/admin/propal.php b/htdocs/admin/propal.php
index db41876b02c..843de325e73 100644
--- a/htdocs/admin/propal.php
+++ b/htdocs/admin/propal.php
@@ -314,7 +314,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
print '';
}
diff --git a/htdocs/admin/reception_setup.php b/htdocs/admin/reception_setup.php
index f97c1d7823b..a1fd76e0d5d 100644
--- a/htdocs/admin/reception_setup.php
+++ b/htdocs/admin/reception_setup.php
@@ -266,7 +266,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print 'scandir.'&label='.urlencode($module->name).'">';
+ print 'scandir.'&label='.urlencode($module->name).'">';
print img_picto($langs->trans("Disabled"), 'switch_off');
print '';
}
diff --git a/htdocs/admin/spip.php b/htdocs/admin/spip.php
index 96552ed2c0d..e0b4b986969 100644
--- a/htdocs/admin/spip.php
+++ b/htdocs/admin/spip.php
@@ -64,10 +64,10 @@ if ($action == 'update' || $action == 'add')
$constnote=$_POST["constnote"][$key];
$res=dolibarr_set_const($db, $constname, $constvalue, $type[$consttype], 0, $constnote, $conf->entity);
-
+
if (! $res > 0) $error++;
}
-
+
if (! $error)
{
setEventMessages($langs->trans("SetupSaved"), null, 'mesgs');
@@ -123,9 +123,9 @@ $head = mailmanspip_admin_prepare_head();
if (! empty($conf->global->ADHERENT_USE_SPIP))
{
print '';
}
else
{
dol_fiche_head($head, 'spip', $langs->trans("Setup"), 0, 'user');
-
- $link='';
+
+ $link='';
//$link.=$langs->trans("Activate");
$link.=img_picto($langs->trans("Disabled"), 'switch_off');
$link.='';
print load_fiche_titre($langs->trans('SPIPTitle'), $link, '');
-
+
dol_fiche_end();
}
diff --git a/htdocs/admin/supplier_invoice.php b/htdocs/admin/supplier_invoice.php
index 6d8936fbe71..836afc27a7c 100644
--- a/htdocs/admin/supplier_invoice.php
+++ b/htdocs/admin/supplier_invoice.php
@@ -276,7 +276,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
+ print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
}
print '';
diff --git a/htdocs/admin/supplier_order.php b/htdocs/admin/supplier_order.php
index c414eca8158..e895a0b4005 100644
--- a/htdocs/admin/supplier_order.php
+++ b/htdocs/admin/supplier_order.php
@@ -178,7 +178,7 @@ elseif ($action == 'set_SUPPLIER_ORDER_OTHER')
// TODO We add/delete permission here until permission can have a condition on a global var
include_once DOL_DOCUMENT_ROOT.'/core/modules/modFournisseur.class.php';
$newmodule=new modFournisseur($db);
-
+
if ($conf->global->SUPPLIER_ORDER_3_STEPS_TO_BE_APPROVED)
{
// clear default rights array
@@ -191,7 +191,7 @@ elseif ($action == 'set_SUPPLIER_ORDER_OTHER')
$newmodule->rights[$r][3] = 0;
$newmodule->rights[$r][4] = 'commande';
$newmodule->rights[$r][5] = 'approve2';
-
+
// Insert
$newmodule->insert_permissions(1);
}
@@ -199,7 +199,7 @@ elseif ($action == 'set_SUPPLIER_ORDER_OTHER')
{
// Remove all rights with Permission1190
$newmodule->delete_permissions();
-
+
// Add all right without Permission1190
$newmodule->insert_permissions(1);
}
@@ -306,7 +306,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
+ print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
}
print '';
diff --git a/htdocs/admin/supplier_payment.php b/htdocs/admin/supplier_payment.php
index 4cf53e6d82f..49af65bd786 100644
--- a/htdocs/admin/supplier_payment.php
+++ b/htdocs/admin/supplier_payment.php
@@ -268,7 +268,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print 'scandir.'&label='.urlencode($module->name).'" alt="'.$langs->trans("Default").'">'.img_picto($langs->trans("Disabled"), 'switch_off').'';
+ print 'scandir.'&label='.urlencode($module->name).'" alt="'.$langs->trans("Default").'">'.img_picto($langs->trans("Disabled"), 'switch_off').'';
}
print '';
diff --git a/htdocs/admin/supplier_proposal.php b/htdocs/admin/supplier_proposal.php
index b757fb66673..8b17c860fd4 100644
--- a/htdocs/admin/supplier_proposal.php
+++ b/htdocs/admin/supplier_proposal.php
@@ -283,7 +283,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
print '';
}
diff --git a/htdocs/admin/ticket.php b/htdocs/admin/ticket.php
index f9e985cec94..331d7e992ba 100644
--- a/htdocs/admin/ticket.php
+++ b/htdocs/admin/ticket.php
@@ -259,7 +259,7 @@ foreach ($dirmodels as $reldir) {
if ($conf->global->TICKET_ADDON == 'mod_' . $classname) {
print img_picto($langs->trans("Activated"), 'switch_on');
} else {
- print '' . img_picto($langs->trans("Disabled"), 'switch_off') . '';
+ print '' . img_picto($langs->trans("Disabled"), 'switch_off') . '';
}
print '';
diff --git a/htdocs/admin/workflow.php b/htdocs/admin/workflow.php
index b1e8c310ed0..806f53c463c 100644
--- a/htdocs/admin/workflow.php
+++ b/htdocs/admin/workflow.php
@@ -171,13 +171,13 @@ foreach($workflowcodes as $key => $params)
{
if (! empty($conf->global->$key))
{
- print '';
+ print '';
print img_picto($langs->trans("Activated"), 'switch_on');
print '';
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
print '';
}
diff --git a/htdocs/api/admin/index.php b/htdocs/api/admin/index.php
index 6d7ac9d2f85..ed23151d99b 100644
--- a/htdocs/api/admin/index.php
+++ b/htdocs/api/admin/index.php
@@ -108,13 +108,13 @@ print ''.$langs->trans("ApiProductionMode").' | ';
$production_mode=(empty($conf->global->API_PRODUCTION_MODE)?false:true);
if ($production_mode)
{
- print '';
+ print ' | ';
print img_picto($langs->trans("Activated"), 'switch_on');
print ' | ';
}
else
{
- print '';
+ print ' | ';
print img_picto($langs->trans("Disabled"), 'switch_off');
print ' | ';
}
diff --git a/htdocs/modulebuilder/template/admin/setup.php b/htdocs/modulebuilder/template/admin/setup.php
index a434833c792..fea88479abf 100644
--- a/htdocs/modulebuilder/template/admin/setup.php
+++ b/htdocs/modulebuilder/template/admin/setup.php
@@ -119,7 +119,7 @@ else
{
if (! empty($arrayofparameters))
{
- print '';
+ print '';
print '| '.$langs->trans("Parameter").' | '.$langs->trans("Value").' |
';
foreach($arrayofparameters as $key => $val)
diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php
index b2491b74b72..aefcb50369a 100644
--- a/htdocs/paypal/admin/paypal.php
+++ b/htdocs/paypal/admin/paypal.php
@@ -149,12 +149,12 @@ print '';
print $langs->trans("PaypalLiveEnabled").' | ';
if (empty($conf->global->PAYPAL_API_SANDBOX))
{
- print '';
+ print '';
print img_picto($langs->trans("Activated"), 'switch_on');
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
}
print ' | ';
diff --git a/htdocs/product/admin/product.php b/htdocs/product/admin/product.php
index 2efd3ab14f1..888863e5e66 100644
--- a/htdocs/product/admin/product.php
+++ b/htdocs/product/admin/product.php
@@ -143,7 +143,7 @@ if ($action == 'other')
$value = GETPOST('activate_usesearchtoselectproduct', 'alpha');
$res = dolibarr_set_const($db, "PRODUIT_USE_SEARCH_TO_SELECT", $value, 'chaine', 0, '', $conf->entity);
-
+
$value = GETPOST('activate_useProdFournDesc', 'alpha');
$res = dolibarr_set_const($db, "PRODUIT_FOURN_TEXTS", $value, 'chaine', 0, '', $conf->entity);
if ($value) {
@@ -354,7 +354,7 @@ foreach ($dirproduct as $dirroot)
$disabled = false;
if (! empty($conf->multicompany->enabled) && (is_object($mc) && ! empty($mc->sharings['referent']) && $mc->sharings['referent'] == $conf->entity) ? false : true);
print '';
- if (! $disabled) print '';
+ if (! $disabled) print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
if (! $disabled) print '';
print ' | ';
diff --git a/htdocs/projet/admin/project.php b/htdocs/projet/admin/project.php
index ca4663bd43e..4e76f954717 100644
--- a/htdocs/projet/admin/project.php
+++ b/htdocs/projet/admin/project.php
@@ -405,7 +405,7 @@ foreach ($dirmodels as $reldir)
}
else
{
- print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
+ print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
}
print '';
@@ -506,7 +506,7 @@ if (empty($conf->global->PROJECT_HIDE_TASKS))
}
else
{
- print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
+ print ''.img_picto($langs->trans("Disabled"), 'switch_off').'';
}
print '';
diff --git a/htdocs/societe/admin/societe.php b/htdocs/societe/admin/societe.php
index 4a614c02312..d07ddfc2b4f 100644
--- a/htdocs/societe/admin/societe.php
+++ b/htdocs/societe/admin/societe.php
@@ -404,7 +404,7 @@ foreach ($dirsociete as $dirroot)
$disabled = false;
if (! empty($conf->multicompany->enabled) && (is_object($mc) && ! empty($mc->sharings['referent']) && $mc->sharings['referent'] == $conf->entity) ? false : true);
print '';
- if (! $disabled) print '';
+ if (! $disabled) print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
if (! $disabled) print '';
print ' | ';
@@ -478,7 +478,7 @@ foreach ($dirsociete as $dirroot)
}
else
{
- print '';
+ print ' | ';
print img_picto($langs->trans("Disabled"), 'switch_off');
print ' | ';
}
@@ -813,12 +813,12 @@ print '  | ';
print '';
if (!empty($conf->global->SOCIETE_ADD_REF_IN_LIST))
{
- print '';
+ print '';
print img_picto($langs->trans("Activated"), 'switch_on');
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
}
print ' | ';
@@ -830,12 +830,12 @@ print '  | ';
print '';
if (!empty($conf->global->COMPANY_SHOW_ADDRESS_SELECTLIST))
{
- print '';
+ print '';
print img_picto($langs->trans("Activated"), 'switch_on');
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
}
print ' | ';
@@ -849,12 +849,12 @@ print '  | ';
print '';
if (!empty($conf->global->SOCIETE_ASK_FOR_SHIPPING_METHOD))
{
- print '';
+ print '';
print img_picto($langs->trans("Activated"), 'switch_on');
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
}
print ' | ';
@@ -867,12 +867,12 @@ print '  | ';
print '';
if (!empty($conf->global->SOCIETE_DISABLE_PROSPECTSCUSTOMERS))
{
- print '';
+ print '';
print img_picto($langs->trans("Activated"), 'switch_on');
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
}
print ' | ';
diff --git a/htdocs/societe/ajaxcompanies.php b/htdocs/societe/ajaxcompanies.php
index 4323a4c57ac..a5d88de422a 100644
--- a/htdocs/societe/ajaxcompanies.php
+++ b/htdocs/societe/ajaxcompanies.php
@@ -81,7 +81,7 @@ if (GETPOST('newcompany') || GETPOST('socid', 'int') || GETPOST('id_fourn'))
if (! empty($conf->global->SOCIETE_ALLOW_SEARCH_ON_ROWID)) $sql.=" OR rowid = '" . $db->escape($socid) . "'";
$sql.=")";
}
- if (GETPOST("filter")) $sql.= " AND ".GETPOST("filter", "alpha"); // Add other filters
+ //if (GETPOST("filter")) $sql.= " AND ".GETPOST("filter", "alpha"); // Add other filters
$sql.= " ORDER BY nom ASC";
//dol_syslog("ajaxcompanies", LOG_DEBUG);
diff --git a/htdocs/stripe/admin/stripe.php b/htdocs/stripe/admin/stripe.php
index 2bc257e1f77..3966a3f439f 100644
--- a/htdocs/stripe/admin/stripe.php
+++ b/htdocs/stripe/admin/stripe.php
@@ -225,12 +225,12 @@ if (empty($conf->stripeconnect->enabled))
$endpoint->save();
if ($endpoint->status == 'enabled')
{
- print '';
+ print '';
print img_picto($langs->trans("Activated"), 'switch_on');
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
}
//print $endpoint;
@@ -298,12 +298,12 @@ if (empty($conf->stripeconnect->enabled))
$endpoint->save();
if ($endpoint->status == 'enabled')
{
- print '';
+ print '';
print img_picto($langs->trans("Activated"), 'switch_on');
}
else
{
- print '';
+ print '';
print img_picto($langs->trans("Disabled"), 'switch_off');
}
//print $endpoint;