';
if (!empty($conf->global->LDAP_CONTACT_ACTIVE) && $conf->global->LDAP_CONTACT_ACTIVE != 'ldap2dolibarr') {
diff --git a/htdocs/contact/perso.php b/htdocs/contact/perso.php
index d313712a6a6..5c7356fae00 100644
--- a/htdocs/contact/perso.php
+++ b/htdocs/contact/perso.php
@@ -308,7 +308,9 @@ if ($action == 'edit') {
if ($action != 'edit') {
- // Barre d'actions
+ /*
+ * Action bar
+ */
if ($user->socid == 0) {
print '
';
diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php
index 70db8856327..232351b68a9 100644
--- a/htdocs/expensereport/card.php
+++ b/htdocs/expensereport/card.php
@@ -2485,9 +2485,8 @@ if ($action == 'create') {
}
/*
- * Barre d'actions
+ * Action bar
*/
-
print '
';
if ($action != 'create' && $action != 'edit') {
diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php
index f1099f9692f..dc23a8ab362 100644
--- a/htdocs/exports/export.php
+++ b/htdocs/exports/export.php
@@ -619,7 +619,7 @@ if ($step == 2 && $datatoexport) {
print '
';
/*
- * Barre d'action
+ * Action bar
*/
print '
';
@@ -793,7 +793,7 @@ if ($step == 3 && $datatoexport) {
print '
';
/*
- * Barre d'action
+ * Action bar
*/
print '
';
// il n'est pas obligatoire de filtrer les champs
@@ -974,8 +974,7 @@ if ($step == 4 && $datatoexport) {
print '
';
/*
- * Barre d'action
- *
+ * Action bar
*/
print '
';
diff --git a/htdocs/fichinter/card-rec.php b/htdocs/fichinter/card-rec.php
index e87d94fb506..e687169fe50 100644
--- a/htdocs/fichinter/card-rec.php
+++ b/htdocs/fichinter/card-rec.php
@@ -736,8 +736,8 @@ if ($action == 'create') {
}
print '';
- /**
- * Barre d'actions
+ /*
+ * Action bar
*/
print '
';
diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php
index 3b9a0df399b..6db5ba5cad3 100644
--- a/htdocs/fourn/card.php
+++ b/htdocs/fourn/card.php
@@ -808,7 +808,7 @@ if ($object->id > 0) {
/*
- * Barre d'actions
+ * Action bar
*/
print '
';
diff --git a/htdocs/hrm/establishment/card.php b/htdocs/hrm/establishment/card.php
index 6c336d230f0..a46ebfa28f3 100644
--- a/htdocs/hrm/establishment/card.php
+++ b/htdocs/hrm/establishment/card.php
@@ -412,9 +412,8 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
print dol_get_fiche_end();
/*
- * Barre d'actions
- */
-
+ * Action bar
+ */
print '
';
print '
'.$langs->trans('Modify').'';
print '
'.$langs->trans('Delete').'';
diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php
index dff1940c042..79b54c59011 100644
--- a/htdocs/imports/import.php
+++ b/htdocs/imports/import.php
@@ -1203,7 +1203,7 @@ if ($step == 4 && $datatoimport) {
}
/*
- * Barre d'action
+ * Action bar
*/
print '
';
diff --git a/htdocs/opensurvey/card.php b/htdocs/opensurvey/card.php
index bbd930b013f..5728edb80ff 100644
--- a/htdocs/opensurvey/card.php
+++ b/htdocs/opensurvey/card.php
@@ -354,7 +354,7 @@ print ''."\n";
/*
- * Barre d'actions
+ * Action bar
*/
print '
';
diff --git a/htdocs/product/admin/dynamic_prices.php b/htdocs/product/admin/dynamic_prices.php
index 7a92d9a651b..fdd42bd34d7 100644
--- a/htdocs/product/admin/dynamic_prices.php
+++ b/htdocs/product/admin/dynamic_prices.php
@@ -189,7 +189,9 @@ if ($action != 'create_updater' && $action != 'edit_updater') {
print '';
if (empty($action)) {
- //Action Buttons
+ /*
+ * Action bar
+ */
print '
';
@@ -277,7 +279,9 @@ if ($action != 'create_variable' && $action != 'edit_variable') {
print '';
if (empty($action)) {
- //Action Buttons
+ /*
+ * Action bar
+ */
print '
';
diff --git a/htdocs/product/card.php b/htdocs/product/card.php
index ed0a55ffa2d..957060d32c9 100644
--- a/htdocs/product/card.php
+++ b/htdocs/product/card.php
@@ -2261,11 +2261,9 @@ if (empty($reshook)) {
// Print form confirm
print $formconfirm;
-/* ************************************************************************** */
-/* */
-/* Barre d'action */
-/* */
-/* ************************************************************************** */
+/*
+ * Action bar
+ */
if ($action != 'create' && $action != 'edit') {
print "\n".'
'."\n";
diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index 2b8561e7d75..015b061119b 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.php
@@ -1096,12 +1096,9 @@ print dol_get_fiche_end();
-/* ************************************************************************** */
-/* */
-/* Barre d'action */
-/* */
-/* ************************************************************************** */
-
+/*
+ * Action bar
+ */
if (!$action || $action == 'delete' || $action == 'showlog_customer_price' || $action == 'showlog_default_price' || $action == 'add_customer_price'
|| $action == 'activate_price_by_qty' || $action == 'disable_price_by_qty') {
print "\n".'
'."\n";
diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php
index 252cccd90ab..294c31d49ba 100644
--- a/htdocs/product/stock/card.php
+++ b/htdocs/product/stock/card.php
@@ -478,12 +478,9 @@ if ($action == 'create') {
print dol_get_fiche_end();
- /* ************************************************************************** */
- /* */
- /* Barre d'action */
- /* */
- /* ************************************************************************** */
-
+ /*
+ * Action bar
+ */
print "
\n";
$parameters = array();
diff --git a/htdocs/product/stock/movement_card.php b/htdocs/product/stock/movement_card.php
index 5107a558288..7a37c6666ae 100644
--- a/htdocs/product/stock/movement_card.php
+++ b/htdocs/product/stock/movement_card.php
@@ -664,12 +664,9 @@ if ($resql) {
}
- /* ************************************************************************** */
- /* */
- /* Barre d'action */
- /* */
- /* ************************************************************************** */
-
+ /*
+ * Action bar
+ */
if ((empty($action) || $action == 'list') && $id > 0) {
print "
\n";
diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php
index 38c49a44f4c..7c2e2df67e5 100644
--- a/htdocs/product/stock/movement_list.php
+++ b/htdocs/product/stock/movement_list.php
@@ -731,12 +731,9 @@ if ($resql) {
}
- /* ************************************************************************** */
- /* */
- /* Barre d'action */
- /* */
- /* ************************************************************************** */
-
+ /*
+ * Action bar
+ */
if ((empty($action) || $action == 'list') && $id > 0) {
print "
\n";
diff --git a/htdocs/product/traduction.php b/htdocs/product/traduction.php
index 67c2dccab71..45b45136410 100644
--- a/htdocs/product/traduction.php
+++ b/htdocs/product/traduction.php
@@ -196,12 +196,9 @@ print dol_get_fiche_end();
-/* ************************************************************************** */
-/* */
-/* Barre d'action */
-/* */
-/* ************************************************************************** */
-
+/*
+ * Action bar
+ */
print "\n".'
'."\n";
if ($action == '') {
diff --git a/htdocs/salaries/card.php b/htdocs/salaries/card.php
index d8e7e4d4009..775221caeb2 100755
--- a/htdocs/salaries/card.php
+++ b/htdocs/salaries/card.php
@@ -882,8 +882,9 @@ if ($id) {
print dol_get_fiche_end();
- // Action buttons
-
+ /*
+ * Action bar
+ */
print '
'."\n";
if ($action != 'edit') {
// Reopen
diff --git a/htdocs/societe/price.php b/htdocs/societe/price.php
index d7d373f721a..cc056896414 100644
--- a/htdocs/societe/price.php
+++ b/htdocs/societe/price.php
@@ -527,12 +527,9 @@ if (!empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
} else {
// View mode
- /* ************************************************************************** */
- /* */
- /* Barre d'action */
- /* */
- /* ************************************************************************** */
-
+ /*
+ * Action bar
+ */
print "\n".'
'."\n";
if ($user->rights->produit->creer || $user->rights->service->creer) {
diff --git a/htdocs/user/clicktodial.php b/htdocs/user/clicktodial.php
index 06db482094d..0a9a65a2852 100644
--- a/htdocs/user/clicktodial.php
+++ b/htdocs/user/clicktodial.php
@@ -193,7 +193,7 @@ if ($id > 0) {
print '';
/*
- * Barre d'actions
+ * Action bar
*/
print '
';
diff --git a/htdocs/user/group/card.php b/htdocs/user/group/card.php
index 599df7aa2ee..6c98bf5923d 100644
--- a/htdocs/user/group/card.php
+++ b/htdocs/user/group/card.php
@@ -366,9 +366,8 @@ if ($action == 'create') {
/*
- * Barre d'actions
+ * Action bar
*/
-
print '
';
$parameters = array();
diff --git a/htdocs/user/group/ldap.php b/htdocs/user/group/ldap.php
index 59728f4c982..dcefbf4a413 100644
--- a/htdocs/user/group/ldap.php
+++ b/htdocs/user/group/ldap.php
@@ -143,9 +143,8 @@ print dol_get_fiche_end();
/*
- * Barre d'actions
+ * Action bar
*/
-
print '
';
if ($conf->global->LDAP_SYNCHRO_ACTIVE == 'dolibarr2ldap') {
diff --git a/htdocs/user/ldap.php b/htdocs/user/ldap.php
index 5fbd29e9af9..e6cee6f6f73 100644
--- a/htdocs/user/ldap.php
+++ b/htdocs/user/ldap.php
@@ -148,9 +148,8 @@ print '
';
print dol_get_fiche_end();
/*
- * Barre d'actions
+ * Action bar
*/
-
print '
';
if ($conf->global->LDAP_SYNCHRO_ACTIVE == 'dolibarr2ldap') {