diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
old mode 100755
new mode 100644
diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
old mode 100755
new mode 100644
diff --git a/htdocs/langs/en_GB/admin.lang b/htdocs/langs/en_GB/admin.lang
index 71ab11d9bb9..29082562fee 100644
--- a/htdocs/langs/en_GB/admin.lang
+++ b/htdocs/langs/en_GB/admin.lang
@@ -9,7 +9,6 @@ ErrorModuleRequireDolibarrVersion=Error: This module requires Dolibarr version %
ErrorDecimalLargerThanAreForbidden=Error: A precision higher than %s is not supported.
ErrorReservedTypeSystemSystemAuto=Entry of 'system' and 'systemauto' for this type is reserved. You can use 'user' as a value to add your own record
ErrorCodeCantContainZero=Code can't contain value 0 (zero)
-NumberOfKeyToSearch=Number of characters to trigger search: %s
MaxSizeForUploadedFiles=Maximum size for uploaded files (0 to prevent any uploads)
CurrentValueSeparatorThousand=Thousands separator
PositionByDefault=Default position
diff --git a/htdocs/product/admin/dynamic_prices.php b/htdocs/product/admin/dynamic_prices.php
index bbaa5f43e2f..91ef33694c5 100644
--- a/htdocs/product/admin/dynamic_prices.php
+++ b/htdocs/product/admin/dynamic_prices.php
@@ -153,12 +153,14 @@ llxHeader("", "", $langs->trans("CardProduct".$product->type));
$linkback=''.$langs->trans("BackToModuleList").'';
print load_fiche_titre($langs->trans("DynamicPriceConfiguration"), $linkback, 'title_setup');
-print $langs->trans("DynamicPriceDesc").'
';
+print ''.$langs->trans("DynamicPriceDesc").'
';
print '
';
//Global variables table
-if ($action != 'create_updater' && $action != 'edit_updater') {
- print $langs->trans("GlobalVariables");
+if ($action != 'create_updater' && $action != 'edit_updater')
+{
+ print load_fiche_titre($langs->trans("GlobalVariables"), '', '');
+
print '
';
print '';
print '| '.$langs->trans("Variable").' | ';
@@ -236,8 +238,10 @@ if ($action == 'create_variable' || $action == 'edit_variable') {
}
// Updaters table
-if ($action != 'create_variable' && $action != 'edit_variable') {
- print $langs->trans("GlobalVariableUpdaters");
+if ($action != 'create_variable' && $action != 'edit_variable')
+{
+ print load_fiche_titre($langs->trans("GlobalVariableUpdaters"), '', '');
+
print '';
print '';
print '| '.$langs->trans("VariableToUpdate").' | ';
@@ -274,7 +278,7 @@ if ($action != 'create_variable' && $action != 'edit_variable') {
}
else
{
- print '
| ';
+ print ' | ||||||
| ';
print $langs->trans("None");
print ' |
';
}