';
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/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/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') {