';
$parameters = array();
diff --git a/htdocs/contact/ldap.php b/htdocs/contact/ldap.php
index 7f84393c858..6677a7b17d7 100644
--- a/htdocs/contact/ldap.php
+++ b/htdocs/contact/ldap.php
@@ -132,9 +132,8 @@ print dol_get_fiche_end();
/*
- * Barre d'actions
+ * Action bar
*/
-
print '
';
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/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/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/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/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/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') {