diff --git a/htdocs/accountancy/admin/account.php b/htdocs/accountancy/admin/account.php
index 6f510ad3706..930e76c7690 100644
--- a/htdocs/accountancy/admin/account.php
+++ b/htdocs/accountancy/admin/account.php
@@ -392,7 +392,7 @@ if ($resql) {
}
print "";
print ajax_combobox("chartofaccounts");
- print ' ';
+ print ' ';
print ' ';
print ' ';
diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php
index 0f4d538cfac..e54740b11cd 100644
--- a/htdocs/accountancy/admin/accountmodel.php
+++ b/htdocs/accountancy/admin/accountmodel.php
@@ -535,7 +535,7 @@ if ($id) {
}
print '
';
- print ' ';
+ print ' ';
print ' ';
print "";
@@ -631,7 +631,7 @@ if ($id) {
fieldListAccountModel($fieldlist, $obj, $tabname[$id], 'edit');
}
- print ' ';
+ print ' ';
print ' ';
} else {
$tmpaction = 'view';
diff --git a/htdocs/accountancy/admin/categories.php b/htdocs/accountancy/admin/categories.php
index bee481bebd6..39aa21f2d63 100644
--- a/htdocs/accountancy/admin/categories.php
+++ b/htdocs/accountancy/admin/categories.php
@@ -110,7 +110,7 @@ print '';
print ''.$langs->trans("AccountingCategory").' ';
print '';
$formaccounting->select_accounting_category($cat_id, 'account_category', 1, 0, 0, 1);
-print ' ';
+print ' ';
print ' ';
// Select the accounts
@@ -137,7 +137,7 @@ if (!empty($cat_id)) {
print ' ';
print ajax_combobox('cpt_bk');
*/
- print ' ';
+ print ' ';
}
print '';
}
diff --git a/htdocs/accountancy/admin/categories_list.php b/htdocs/accountancy/admin/categories_list.php
index 9a8a84893fe..3372cd2b2eb 100644
--- a/htdocs/accountancy/admin/categories_list.php
+++ b/htdocs/accountancy/admin/categories_list.php
@@ -558,7 +558,7 @@ if ($tabname[$id]) {
}
print '';
- print ' ';
+ print ' ';
print ' ';
print "";
@@ -734,7 +734,7 @@ if ($resql) {
print '';
print ' ';
print ' ';
- print ' ';
+ print ' ';
print '
';
print ' ';
print ' ';
diff --git a/htdocs/accountancy/admin/closure.php b/htdocs/accountancy/admin/closure.php
index a7873b72b90..8efb869ffaf 100644
--- a/htdocs/accountancy/admin/closure.php
+++ b/htdocs/accountancy/admin/closure.php
@@ -124,7 +124,7 @@ print '';
print "
\n";
-print '
';
+print '
';
print '';
diff --git a/htdocs/accountancy/admin/defaultaccounts.php b/htdocs/accountancy/admin/defaultaccounts.php
index 79a5c0975b7..061752c11c5 100644
--- a/htdocs/accountancy/admin/defaultaccounts.php
+++ b/htdocs/accountancy/admin/defaultaccounts.php
@@ -196,7 +196,7 @@ foreach ($list_account as $key) {
print "\n";
-print '
';
+print '
';
print '';
diff --git a/htdocs/accountancy/admin/index.php b/htdocs/accountancy/admin/index.php
index f8c0c95d3c1..45b5acc7c8a 100644
--- a/htdocs/accountancy/admin/index.php
+++ b/htdocs/accountancy/admin/index.php
@@ -446,7 +446,7 @@ print '';
print '';
-print '
';
+print '
';
print '';
diff --git a/htdocs/accountancy/admin/journals_list.php b/htdocs/accountancy/admin/journals_list.php
index 9ba9d8a6e20..e47377d8843 100644
--- a/htdocs/accountancy/admin/journals_list.php
+++ b/htdocs/accountancy/admin/journals_list.php
@@ -494,7 +494,7 @@ if ($id) {
}
print '';
- print ' ';
+ print ' ';
print ' ';
print "";
@@ -606,7 +606,7 @@ if ($id) {
print '';
print ' ';
print ' ';
- print ' ';
+ print ' ';
print ' ';
print '
';
print ' ';
diff --git a/htdocs/accountancy/bookkeeping/card.php b/htdocs/accountancy/bookkeeping/card.php
index c156a388735..1fab2cbf894 100644
--- a/htdocs/accountancy/bookkeeping/card.php
+++ b/htdocs/accountancy/bookkeeping/card.php
@@ -389,11 +389,7 @@ if ($action == 'create') {
print dol_get_fiche_end();
- print '';
- print ' ';
- print ' ';
- print ' ';
- print '
';
+ print $form->buttonsSaveCancel("Create");
print '';
} else {
@@ -450,7 +446,7 @@ if ($action == 'create') {
print ' ';
print ' ';
print $form->selectDate($object->doc_date ? $object->doc_date : - 1, 'doc_date', '', '', '', "setdate");
- print ' ';
+ print ' ';
print '';
} else {
print $object->doc_date ? dol_print_date($object->doc_date, 'day') : ' ';
@@ -477,7 +473,7 @@ if ($action == 'create') {
print ' ';
print ' ';
print $formaccounting->select_journal($object->code_journal, 'code_journal', 0, 0, array(), 1, 1);
- print ' ';
+ print ' ';
print '';
} else {
print $object->code_journal;
@@ -504,7 +500,7 @@ if ($action == 'create') {
print ' ';
print ' ';
print ' ';
- print ' ';
+ print ' ';
print '';
} else {
print $object->doc_ref;
diff --git a/htdocs/adherents/admin/website.php b/htdocs/adherents/admin/website.php
index bb320e9f48a..87e4538248c 100644
--- a/htdocs/adherents/admin/website.php
+++ b/htdocs/adherents/admin/website.php
@@ -238,7 +238,7 @@ if (!empty($conf->global->MEMBER_ENABLE_PUBLIC)) {
print '';
print '';
- print ' ';
+ print ' ';
print '
';
}
diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
index 39ed19e1a12..6cdf8ec9a3e 100644
--- a/htdocs/adherents/card.php
+++ b/htdocs/adherents/card.php
@@ -1802,7 +1802,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
print '';
print $form->select_company($object->socid, 'socid', '', 1);
print ' ';
- print ' ';
+ print ' ';
print ' ';
} else {
if ($object->socid) {
diff --git a/htdocs/adherents/cartes/carte.php b/htdocs/adherents/cartes/carte.php
index 8d9ed70a925..da9fc9b3f47 100644
--- a/htdocs/adherents/cartes/carte.php
+++ b/htdocs/adherents/cartes/carte.php
@@ -276,7 +276,7 @@ foreach (array_keys($_Avery_Labels) as $codecards) {
}
asort($arrayoflabels);
print $form->selectarray('model', $arrayoflabels, (GETPOST('model') ? GETPOST('model') : (empty($conf->global->ADHERENT_CARD_TYPE) ? '' : $conf->global->ADHERENT_CARD_TYPE)), 1, 0, 0, '', 0, 0, 0, '', '', 1);
-print ' ';
+print ' ';
print '';
print ' ';
@@ -295,7 +295,7 @@ foreach (array_keys($_Avery_Labels) as $codecards) {
asort($arrayoflabels);
print $form->selectarray('model', $arrayoflabels, (GETPOST('model') ?GETPOST('model') : (empty($conf->global->ADHERENT_CARD_TYPE) ? '' : $conf->global->ADHERENT_CARD_TYPE)), 1, 0, 0, '', 0, 0, 0, '', '', 1);
print ' '.$langs->trans("Login").': ';
-print ' ';
+print ' ';
print '';
print ' ';
@@ -313,7 +313,7 @@ foreach (array_keys($_Avery_Labels) as $codecards) {
}
asort($arrayoflabels);
print $form->selectarray('modellabel', $arrayoflabels, (GETPOST('modellabel') ? GETPOST('modellabel') : (empty($conf->global->ADHERENT_ETIQUETTE_TYPE) ? '' : $conf->global->ADHERENT_ETIQUETTE_TYPE)), 1, 0, 0, '', 0, 0, 0, '', '', 1);
-print ' ';
+print ' ';
print '';
// End of page
diff --git a/htdocs/adherents/subscription.php b/htdocs/adherents/subscription.php
index 3a967677e17..384b00af25e 100644
--- a/htdocs/adherents/subscription.php
+++ b/htdocs/adherents/subscription.php
@@ -601,7 +601,7 @@ if ($rowid > 0) {
print '';
print $form->select_company($object->fk_soc, 'socid', '', 1);
print ' ';
- print ' ';
+ print ' ';
print ' ';
} else {
if ($object->fk_soc) {
diff --git a/htdocs/admin/bom.php b/htdocs/admin/bom.php
index c401c6cabf1..021233ef449 100644
--- a/htdocs/admin/bom.php
+++ b/htdocs/admin/bom.php
@@ -457,7 +457,7 @@ if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
print $doleditor->Create();
}
print '';
-print ' ';
+print ' ';
print " \n";
print '';
@@ -471,7 +471,7 @@ print $form->textwithpicto($langs->trans("WatermarkOnDraftBOMs"), $htmltext, 1,
print '';
print ' ';
print ' ';
-print ' ';
+print ' ';
print " \n";
print '';
diff --git a/htdocs/admin/chequereceipts.php b/htdocs/admin/chequereceipts.php
index cc3377c9762..837d8d997b2 100644
--- a/htdocs/admin/chequereceipts.php
+++ b/htdocs/admin/chequereceipts.php
@@ -268,7 +268,7 @@ if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
print $doleditor->Create();
}
print '';
-print ' ';
+print ' ';
print " \n";
print '';
print " ";
diff --git a/htdocs/admin/commande.php b/htdocs/admin/commande.php
index 7407961649c..c10fdd5bbdf 100644
--- a/htdocs/admin/commande.php
+++ b/htdocs/admin/commande.php
@@ -507,7 +507,7 @@ print ' ';
print $langs->trans("PaymentMode").'';
print '';
if (empty($conf->facture->enabled)) {
- print ' ';
+ print ' ';
}
print ' ';
print "\n";
@@ -628,7 +628,7 @@ if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
print $doleditor->Create();
}
print '';
-print ' ';
+print ' ';
print " \n";
print '';
@@ -642,7 +642,7 @@ print $form->textwithpicto($langs->trans("WatermarkOnDraftOrders"), $htmltext, 1
print '';
print ' ';
print ' ';
-print ' ';
+print ' ';
print " \n";
print '';
diff --git a/htdocs/admin/compta.php b/htdocs/admin/compta.php
index 6aad1c55d04..047b87ff014 100644
--- a/htdocs/admin/compta.php
+++ b/htdocs/admin/compta.php
@@ -199,7 +199,7 @@ print '';
print "\n";
-print '
';
+print '
';
print '';
// End of page
diff --git a/htdocs/admin/const.php b/htdocs/admin/const.php
index 93550ea3254..84cae83efec 100644
--- a/htdocs/admin/const.php
+++ b/htdocs/admin/const.php
@@ -222,7 +222,7 @@ if (!empty($conf->multicompany->enabled) && !$user->entity) {
print '';
print ' ';
}
-print ' ';
+print ' ';
print " \n";
print '';
@@ -310,10 +310,10 @@ print '';
if ($conf->use_javascript_ajax) {
print ' ';
print '';
- print ' ';
+ print ' ';
print '
';
print '';
- print ' ';
+ print ' ';
print '
';
}
diff --git a/htdocs/admin/defaultvalues.php b/htdocs/admin/defaultvalues.php
index 038d8d0915c..e74a8df069c 100644
--- a/htdocs/admin/defaultvalues.php
+++ b/htdocs/admin/defaultvalues.php
@@ -399,7 +399,7 @@ if (!is_array($result) && $result<0) {
print ' ';
print ' ';
print '
';
- print ' ';
+ print ' ';
print ' ';
}
print '';
diff --git a/htdocs/admin/delivery.php b/htdocs/admin/delivery.php
index cbbcafcf975..04d52c491b2 100644
--- a/htdocs/admin/delivery.php
+++ b/htdocs/admin/delivery.php
@@ -439,7 +439,7 @@ if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
print $doleditor->Create();
}
print '';
-print ' ';
+print ' ';
print " \n";
print '';
diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php
index 6835ce82e60..9073c9e238c 100644
--- a/htdocs/admin/dict.php
+++ b/htdocs/admin/dict.php
@@ -1487,7 +1487,7 @@ if ($id) {
}
print '';
if ($action != 'edit') {
- print ' ';
+ print ' ';
}
print ' ';
@@ -1813,7 +1813,7 @@ if ($id) {
if (!is_null($withentity)) {
print ' ';
}
- print ' ';
+ print ' ';
print ' ';
print '';
} else {
diff --git a/htdocs/admin/expedition.php b/htdocs/admin/expedition.php
index 8916adef471..ee3d4f18562 100644
--- a/htdocs/admin/expedition.php
+++ b/htdocs/admin/expedition.php
@@ -454,7 +454,7 @@ print "\n";
print '';
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/admin/expensereport_rules.php b/htdocs/admin/expensereport_rules.php
index 050c2b9455c..0b12f8d3741 100644
--- a/htdocs/admin/expensereport_rules.php
+++ b/htdocs/admin/expensereport_rules.php
@@ -201,7 +201,7 @@ if ($action != 'edit') {
echo ''.$form->selectDate(strtotime(date('Y-m-t', dol_now())), 'end', '', '', 0, '', 1, 0).' ';
echo ' '.$conf->currency.' ';
echo ''.$form->selectyesno('restrictive', 0, 1).' ';
- echo ' ';
+ echo ' ';
echo '';
echo '';
diff --git a/htdocs/admin/export.php b/htdocs/admin/export.php
index 9b154e88789..0addfcf38f7 100644
--- a/htdocs/admin/export.php
+++ b/htdocs/admin/export.php
@@ -98,7 +98,7 @@ print '';
print '';
print ''.$langs->trans("ExportCsvSeparator").' ';
print ' ';
-print ' ';
+print ' ';
print ' ';
print '';
diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php
index bd4b6f5404f..8b88b9a9ac8 100644
--- a/htdocs/admin/facture.php
+++ b/htdocs/admin/facture.php
@@ -579,7 +579,7 @@ if (!empty($conf->global->INVOICE_USE_DEFAULT_DOCUMENT)) { // Hidden conf
print '';
print ''.$langs->trans("Type").' ';
print ''.$langs->trans("Name").' ';
- print ' ';
+ print ' ';
print " \n";
$listtype = array(
@@ -623,7 +623,7 @@ print '';
print '';
print ' ';
print $langs->trans("PaymentMode").' ';
-print ' ';
+print ' ';
print " \n";
print '';
@@ -716,7 +716,7 @@ print $langs->trans("ForceInvoiceDate");
print '';
print $form->selectyesno("forcedate", $conf->global->FAC_FORCE_DATE_VALIDATION, 1);
print ' ';
-print ' ';
+print ' ';
print " \n";
print '';
@@ -742,7 +742,7 @@ if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
print $doleditor->Create();
}
print '';
-print ' ';
+print ' ';
print " \n";
print '';
@@ -755,7 +755,7 @@ print $form->textwithpicto($langs->trans("WatermarkOnDraftBill"), $htmltext, 1,
print '';
print ' ';
print '';
-print ' ';
+print ' ';
print " \n";
print '';
diff --git a/htdocs/admin/fichinter.php b/htdocs/admin/fichinter.php
index cdfa1f91753..b878c40138e 100644
--- a/htdocs/admin/fichinter.php
+++ b/htdocs/admin/fichinter.php
@@ -512,7 +512,7 @@ if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
print $doleditor->Create();
}
print '';
-print ' ';
+print ' ';
print " \n";
print '';
@@ -525,7 +525,7 @@ print $form->textwithpicto($langs->trans("WatermarkOnDraftInterventionCards"), $
print '';
print ' ';
print ' ';
-print ' ';
+print ' ';
print " \n";
print '';
// print products on fichinter
@@ -540,7 +540,7 @@ if ($conf->global->FICHINTER_PRINT_PRODUCTS) {
}
print '/>';
print '';
-print ' ';
+print ' ';
print " \n";
print '';
// Use services duration
@@ -555,7 +555,7 @@ print '';
print ' global->FICHINTER_USE_SERVICE_DURATION ? ' checked' : '').'>';
print ' ';
print '';
-print ' ';
+print ' ';
print ' ';
print '';
print '';
@@ -571,7 +571,7 @@ print '';
print ' global->FICHINTER_WITHOUT_DURATION ? ' checked' : '').'>';
print ' ';
print '';
-print ' ';
+print ' ';
print ' ';
print '';
print '';
@@ -587,7 +587,7 @@ print '';
print ' global->FICHINTER_DATE_WITHOUT_HOUR ? ' checked' : '').'>';
print ' ';
print '';
-print ' ';
+print ' ';
print ' ';
print '';
print '';
diff --git a/htdocs/admin/geoipmaxmind.php b/htdocs/admin/geoipmaxmind.php
index 40819b697e3..35def897445 100644
--- a/htdocs/admin/geoipmaxmind.php
+++ b/htdocs/admin/geoipmaxmind.php
@@ -107,7 +107,7 @@ print ' ';
print '';
diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php
index 26f0c28172f..80897320e90 100644
--- a/htdocs/admin/ldap.php
+++ b/htdocs/admin/ldap.php
@@ -274,7 +274,7 @@ print '';
print dol_get_fiche_end();
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/admin/ldap_contacts.php b/htdocs/admin/ldap_contacts.php
index 4fb58898a07..d68726c5125 100644
--- a/htdocs/admin/ldap_contacts.php
+++ b/htdocs/admin/ldap_contacts.php
@@ -284,7 +284,7 @@ print info_admin($langs->trans("LDAPDescValues"));
print dol_get_fiche_end();
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/admin/ldap_groups.php b/htdocs/admin/ldap_groups.php
index 19d24ecd5db..91fba4e3519 100644
--- a/htdocs/admin/ldap_groups.php
+++ b/htdocs/admin/ldap_groups.php
@@ -210,7 +210,7 @@ print info_admin($langs->trans("LDAPDescValues"));
print dol_get_fiche_end();
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/admin/ldap_members.php b/htdocs/admin/ldap_members.php
index ab1af5fcf16..3fb65f730c6 100644
--- a/htdocs/admin/ldap_members.php
+++ b/htdocs/admin/ldap_members.php
@@ -433,7 +433,7 @@ print info_admin($langs->trans("LDAPDescValues"));
print dol_get_fiche_end();
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/admin/ldap_members_types.php b/htdocs/admin/ldap_members_types.php
index ae4a1794f35..777bc80c6e1 100644
--- a/htdocs/admin/ldap_members_types.php
+++ b/htdocs/admin/ldap_members_types.php
@@ -180,7 +180,7 @@ print info_admin($langs->trans("LDAPDescValues"));
print dol_get_fiche_end();
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/admin/ldap_users.php b/htdocs/admin/ldap_users.php
index 6e38eb2564e..ab6c0f52121 100644
--- a/htdocs/admin/ldap_users.php
+++ b/htdocs/admin/ldap_users.php
@@ -397,7 +397,7 @@ print info_admin($langs->trans("LDAPDescValues"));
print dol_get_fiche_end();
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/admin/loan.php b/htdocs/admin/loan.php
index 94b0da08d4f..0769ee5c0a0 100644
--- a/htdocs/admin/loan.php
+++ b/htdocs/admin/loan.php
@@ -117,7 +117,7 @@ print '';
print '';
print "\n";
-print '
';
+print '
';
// End of page
llxFooter();
diff --git a/htdocs/admin/mailman.php b/htdocs/admin/mailman.php
index 15dcccdb000..8b003ce2d4e 100644
--- a/htdocs/admin/mailman.php
+++ b/htdocs/admin/mailman.php
@@ -218,7 +218,7 @@ if (!empty($conf->global->ADHERENT_USE_MAILMAN)) {
print ' ';
print $langs->trans("TestSubscribe").' ';
- print $langs->trans("EMail").' ';
+ print $langs->trans("EMail").' ';
print '';
@@ -227,7 +227,7 @@ if (!empty($conf->global->ADHERENT_USE_MAILMAN)) {
print ' ';
print $langs->trans("TestUnSubscribe").' ';
- print $langs->trans("EMail").' ';
+ print $langs->trans("EMail").' ';
print '';
}
diff --git a/htdocs/admin/mails_templates.php b/htdocs/admin/mails_templates.php
index 1ea8564808e..25a33717c46 100644
--- a/htdocs/admin/mails_templates.php
+++ b/htdocs/admin/mails_templates.php
@@ -746,7 +746,7 @@ if ($action == 'view') {
if ($tmpfieldlist == 'topic') {
print '';
if ($action != 'edit') {
- print ' ';
+ print ' ';
}
print ' ';
}
diff --git a/htdocs/admin/mrp.php b/htdocs/admin/mrp.php
index 74263538c71..08e257b0188 100644
--- a/htdocs/admin/mrp.php
+++ b/htdocs/admin/mrp.php
@@ -451,7 +451,7 @@ if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
print $doleditor->Create();
}
print '';
-print ' ';
+print ' ';
print " \n";
print '';
@@ -465,7 +465,7 @@ print $form->textwithpicto($langs->trans("WatermarkOnDraftMOs"), $htmltext, 1, '
print '';
print ' ';
print ' ';
-print ' ';
+print ' ';
print " \n";
print '';
diff --git a/htdocs/admin/multicurrency.php b/htdocs/admin/multicurrency.php
index 373ab0e0f48..95b418a75f0 100644
--- a/htdocs/admin/multicurrency.php
+++ b/htdocs/admin/multicurrency.php
@@ -221,7 +221,7 @@ print '';
print '';
*/
@@ -235,7 +235,7 @@ print '';
print '';
@@ -305,7 +305,7 @@ print '';
print ''.$form->selectCurrency('', 'code', 1).' ';
print '';
print ' ';
-print ' ';
+print ' ';
print ' ';
print ' ';
@@ -330,7 +330,7 @@ foreach ($TCurrency as &$currency) {
print ' ';
print '1 '.$conf->currency.' = ';
print ' '.$currency->code.' ';
- print ' ';
+ print ' ';
print ' ';
print '';
print '';
diff --git a/htdocs/admin/paymentbybanktransfer.php b/htdocs/admin/paymentbybanktransfer.php
index e130f0479c4..6b6a5d342f7 100644
--- a/htdocs/admin/paymentbybanktransfer.php
+++ b/htdocs/admin/paymentbybanktransfer.php
@@ -446,7 +446,7 @@ if (! empty($conf->global->MAIN_MODULE_NOTIFICATION))
print $form->selectarray('action',$actions);// select_dolusers(0,'user',0);
print '';
- print ' ';
+ print ' ';
// List of current notifications for objet_type='withdraw'
$sql = "SELECT u.lastname, u.firstname,";
diff --git a/htdocs/admin/prelevement.php b/htdocs/admin/prelevement.php
index 739709410ce..c8d7d212a2a 100644
--- a/htdocs/admin/prelevement.php
+++ b/htdocs/admin/prelevement.php
@@ -460,7 +460,7 @@ if (! empty($conf->global->MAIN_MODULE_NOTIFICATION))
print $form->selectarray('action',$actions);// select_dolusers(0,'user',0);
print '';
- print ' ';
+ print ' ';
// List of current notifications for objet_type='withdraw'
$sql = "SELECT u.lastname, u.firstname,";
diff --git a/htdocs/admin/propal.php b/htdocs/admin/propal.php
index a0d590579ca..3e75836e9fe 100644
--- a/htdocs/admin/propal.php
+++ b/htdocs/admin/propal.php
@@ -483,7 +483,7 @@ print ' ';
print $langs->trans("PaymentMode").'';
print '';
if (empty($conf->facture->enabled)) {
- print ' ';
+ print ' ';
}
print ' ';
print "\n";
@@ -587,7 +587,7 @@ print " ";
print '';
print ''.$langs->trans("DefaultProposalDurationValidity").' ';
print ''." global->PROPALE_VALIDITY_DURATION."\"> ";
-print ' ';
+print ' ';
print ' ';
print '';
@@ -600,7 +600,7 @@ print $langs->trans("UseCustomerContactAsPropalRecipientIfExist");
print '';
print $form->selectyesno("value",$conf->global->PROPALE_USE_CUSTOMER_CONTACT_AS_RECIPIENT,1);
print ' ';
-print ' ';
+print ' ';
print " \n";
print '';
*/
@@ -627,7 +627,7 @@ if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
print $doleditor->Create();
}
print '';
-print ' ';
+print ' ';
print " \n";
print '';
@@ -640,7 +640,7 @@ print $form->textwithpicto($langs->trans("WatermarkOnDraftProposal"), $htmltext,
print '';
print ' ';
print ' ';
-print ' ';
+print ' ';
print " \n";
print '';
diff --git a/htdocs/admin/proxy.php b/htdocs/admin/proxy.php
index af646bb4096..635fb2e1e7b 100644
--- a/htdocs/admin/proxy.php
+++ b/htdocs/admin/proxy.php
@@ -197,9 +197,7 @@ print '';
print dol_get_fiche_end();
-print '';
-print ' ';
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/admin/reception_setup.php b/htdocs/admin/reception_setup.php
index e9a4a724871..e049985c61e 100644
--- a/htdocs/admin/reception_setup.php
+++ b/htdocs/admin/reception_setup.php
@@ -470,7 +470,7 @@ print "\n";
*/
print '';
-//print '
';
+//print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/admin/security_file.php b/htdocs/admin/security_file.php
index 12c90cf3c21..1368fe48488 100644
--- a/htdocs/admin/security_file.php
+++ b/htdocs/admin/security_file.php
@@ -179,7 +179,7 @@ print '';
print dol_get_fiche_end();
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/admin/security_other.php b/htdocs/admin/security_other.php
index 817539ed949..5f8cc66eb1e 100644
--- a/htdocs/admin/security_other.php
+++ b/htdocs/admin/security_other.php
@@ -184,7 +184,7 @@ print '';
print dol_get_fiche_end();
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/admin/stock.php b/htdocs/admin/stock.php
index a4a9e91e3ff..e45a01d9ed1 100644
--- a/htdocs/admin/stock.php
+++ b/htdocs/admin/stock.php
@@ -644,7 +644,7 @@ print '';
print ''.$langs->trans("MainDefaultWarehouse").' ';
print '';
print $formproduct->selectWarehouses($conf->global->MAIN_DEFAULT_WAREHOUSE, 'default_warehouse', '', 1, 0, 0, '', 0, 0, array(), 'left reposition');
-print ' ';
+print ' ';
print " ";
print " \n";
diff --git a/htdocs/admin/supplier_invoice.php b/htdocs/admin/supplier_invoice.php
index bc587845cda..c4958083181 100644
--- a/htdocs/admin/supplier_invoice.php
+++ b/htdocs/admin/supplier_invoice.php
@@ -464,7 +464,7 @@ if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
print $doleditor->Create();
}
print '';
-print ' ';
+print ' ';
print " \n";
print ' ';
diff --git a/htdocs/admin/supplier_order.php b/htdocs/admin/supplier_order.php
index 7cf64e4800d..27629d99a82 100644
--- a/htdocs/admin/supplier_order.php
+++ b/htdocs/admin/supplier_order.php
@@ -453,7 +453,7 @@ print $langs->trans("IfSetToYesDontForgetPermission");
print '';
print ' ';
print ' ';
-print ' ';
+print ' ';
print " \n";
@@ -508,7 +508,7 @@ if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
print $doleditor->Create();
}
print '';
-print ' ';
+print ' ';
print " \n";
// Option to add a quality/validation step, on products, after reception.
diff --git a/htdocs/admin/supplier_payment.php b/htdocs/admin/supplier_payment.php
index 3f79b52eff3..863674bab75 100644
--- a/htdocs/admin/supplier_payment.php
+++ b/htdocs/admin/supplier_payment.php
@@ -447,7 +447,7 @@ print dol_get_fiche_end();
print ' ';
print '';
-print ' ';
+print ' ';
print '
';
print ' ';
diff --git a/htdocs/admin/supplier_proposal.php b/htdocs/admin/supplier_proposal.php
index 68066a2aebc..869ee4ca4fb 100644
--- a/htdocs/admin/supplier_proposal.php
+++ b/htdocs/admin/supplier_proposal.php
@@ -479,7 +479,7 @@ if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
print $doleditor->Create();
}
print '';
-print ' ';
+print ' ';
print " \n";
print '';
@@ -492,7 +492,7 @@ print $form->textwithpicto($langs->trans("WatermarkOnDraftProposal"), $htmltext,
print '';
print ' ';
print ' ';
-print ' ';
+print ' ';
print " \n";
print '';
diff --git a/htdocs/admin/taxes.php b/htdocs/admin/taxes.php
index a3b3a7f1d91..613c8853297 100644
--- a/htdocs/admin/taxes.php
+++ b/htdocs/admin/taxes.php
@@ -259,7 +259,7 @@ print " \n";
print '';
-print ' ';
+print ' ';
print ' ';
print '
';
diff --git a/htdocs/admin/tools/purge.php b/htdocs/admin/tools/purge.php
index 09647549c8b..f246a9eb0b2 100644
--- a/htdocs/admin/tools/purge.php
+++ b/htdocs/admin/tools/purge.php
@@ -121,7 +121,7 @@ print '';
//if ($choice != 'confirm_allfiles')
//{
print ' ';
- print '
';
+ print '
';
//}
print '';
diff --git a/htdocs/admin/website.php b/htdocs/admin/website.php
index 864bb39798b..c6ad8e08ed0 100644
--- a/htdocs/admin/website.php
+++ b/htdocs/admin/website.php
@@ -498,7 +498,7 @@ if ($id) {
print '';
if ($action != 'edit') {
- print ' ';
+ print ' ';
}
print ' ';
print "";
@@ -580,7 +580,7 @@ if ($id) {
fieldListWebsites($fieldlist, $obj, $tabname[$id], 'edit');
}
- print ' ';
+ print ' ';
print ' ';
} else {
$tmpaction = 'view';
diff --git a/htdocs/barcode/codeinit.php b/htdocs/barcode/codeinit.php
index f35547523c9..4ebbe832dc5 100644
--- a/htdocs/barcode/codeinit.php
+++ b/htdocs/barcode/codeinit.php
@@ -214,7 +214,7 @@ if ($conf->societe->enabled) {
print $langs->trans("CurrentlyNWithoutBarCode", $nbno, $nbtotal, $langs->transnoentitiesnoconv("ThirdParties")).' '."\n";
- print ' trans("InitEmptyBarCode", $nbno).'"';
+ print ' trans("InitEmptyBarCode", $nbno).'"';
print ' title="'.dol_escape_htmltag($langs->trans("FeatureNotYetAvailable")).'" disabled';
print '>';
print ' ';
@@ -283,10 +283,10 @@ if ($conf->product->enabled || $conf->product->service) {
print ' ';
//print ' '.$langs->trans("ResetBarcodeForAllRecords").' ';
$moretags1 = (($disabled || $disabled1) ? ' disabled title="'.dol_escape_htmltag($titleno).'"' : '');
- print ' ';
+ print ' ';
$moretags2 = (($nbno == $nbtotal) ? ' disabled' : '');
print ' ';
- print ' ';
+ print ' ';
print ' ';
}
diff --git a/htdocs/barcode/printsheet.php b/htdocs/barcode/printsheet.php
index ff57587d1b4..2cb4d972493 100644
--- a/htdocs/barcode/printsheet.php
+++ b/htdocs/barcode/printsheet.php
@@ -382,7 +382,7 @@ if (!empty($user->rights->produit->lire) || !empty($user->rights->service->lire)
print ' ';
print '';
$form->select_produits(GETPOST('productid', 'int'), 'productid', '', '', 0, -1, 2, '', 0, array(), 0, '1', 0, 'minwidth400imp', 1);
- print ' ';
+ print ' ';
print '
';
}
@@ -433,7 +433,7 @@ print ' ';
print '';
-print ' trans("BuildPageToPrint").'">';
+print ' trans("BuildPageToPrint").'">';
print '';
print ' ';
diff --git a/htdocs/blockedlog/admin/blockedlog.php b/htdocs/blockedlog/admin/blockedlog.php
index 423c40d9e20..8880e6c1e86 100644
--- a/htdocs/blockedlog/admin/blockedlog.php
+++ b/htdocs/blockedlog/admin/blockedlog.php
@@ -124,7 +124,7 @@ if (!empty($conf->global->BLOCKEDLOG_USE_REMOTE_AUTHORITY)) {
print ' ';
print ' ';
print ' ';
- print ' ';
+ print ' ';
print '';
print '';
@@ -154,7 +154,7 @@ if ($resql) {
$seledted = empty($conf->global->BLOCKEDLOG_DISABLE_NOT_ALLOWED_FOR_COUNTRY) ? array() : explode(',', $conf->global->BLOCKEDLOG_DISABLE_NOT_ALLOWED_FOR_COUNTRY);
print $form->multiselectarray('BLOCKEDLOG_DISABLE_NOT_ALLOWED_FOR_COUNTRY', $countryArray, $seledted);
-print ' ';
+print ' ';
print '';
print '';
diff --git a/htdocs/bom/tpl/objectline_create.tpl.php b/htdocs/bom/tpl/objectline_create.tpl.php
index 7cc2873b261..210ab695ec8 100644
--- a/htdocs/bom/tpl/objectline_create.tpl.php
+++ b/htdocs/bom/tpl/objectline_create.tpl.php
@@ -138,7 +138,7 @@ print '';
$coldisplay += $colspan;
print '';
-print ' ';
+print ' ';
print ' ';
print '';
diff --git a/htdocs/bookmarks/admin/bookmark.php b/htdocs/bookmarks/admin/bookmark.php
index 5f30db5d7f2..3d5c8eb3bc0 100644
--- a/htdocs/bookmarks/admin/bookmark.php
+++ b/htdocs/bookmarks/admin/bookmark.php
@@ -78,7 +78,7 @@ print '';
print $langs->trans("NbOfBoomarkToShow").' ';
print ' ';
print ' ';
-print '
';
+print '
';
// End of page
llxFooter();
diff --git a/htdocs/categories/card.php b/htdocs/categories/card.php
index 141e061ac20..44b812b4d96 100644
--- a/htdocs/categories/card.php
+++ b/htdocs/categories/card.php
@@ -274,7 +274,7 @@ if ($user->rights->categorie->creer) {
print dol_get_fiche_end('');
print '';
- print ' ';
+ print ' ';
print ' ';
print ' ';
print '
';
diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php
index a403a1cdf40..ea2cba8a96c 100644
--- a/htdocs/comm/action/card.php
+++ b/htdocs/comm/action/card.php
@@ -1851,7 +1851,7 @@ if ($id > 0) {
$morehtmlref .= ' ';
$morehtmlref .= ' ';
$morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
- $morehtmlref .= ' ';
+ $morehtmlref .= ' ';
$morehtmlref .= '';
} else {
$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1);
diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
index c682131e442..895d9f5b6b9 100644
--- a/htdocs/comm/action/index.php
+++ b/htdocs/comm/action/index.php
@@ -448,7 +448,7 @@ if ($action == 'show_day') {
}
$nav .= $form->selectDate($dateselect, 'dateselect', 0, 0, 1, '', 1, 0);
-//$nav .= ' ';
+//$nav .= ' ';
$nav .= ' ';
// Must be after the nav definition
diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index 3020f9af822..f0cae270bc8 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -2070,7 +2070,7 @@ if ($action == 'create') {
print ' ';
print ' ';
print $form->selectDate($object->date, 're', '', '', 0, "editdate");
- print ' ';
+ print ' ';
print '';
} else {
if ($object->date) {
@@ -2097,7 +2097,7 @@ if ($action == 'create') {
print ' ';
print ' ';
print $form->selectDate($object->fin_validite, 'ech', '', '', '', "editecheance");
- print ' ';
+ print ' ';
print '';
} else {
if (!empty($object->fin_validite)) {
diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
index 004b5a3c205..5ee9cba7f62 100644
--- a/htdocs/commande/card.php
+++ b/htdocs/commande/card.php
@@ -2110,7 +2110,7 @@ if ($action == 'create' && $usercancreate) {
print ' ';
print ' ';
print $form->selectDate($object->date, 'order_', '', '', '', "setdate");
- print ' ';
+ print ' ';
print '';
} else {
print $object->date ? dol_print_date($object->date, 'day') : ' ';
@@ -2131,7 +2131,7 @@ if ($action == 'create' && $usercancreate) {
print ' ';
print ' ';
print $form->selectDate($object->delivery_date ? $object->delivery_date : -1, 'liv_', 1, 1, '', "setdate_livraison", 1, 0);
- print ' ';
+ print ' ';
print '';
} else {
print $object->delivery_date ? dol_print_date($object->delivery_date, 'dayhour') : ' ';
diff --git a/htdocs/commande/note.php b/htdocs/commande/note.php
index dbfb0bdd43c..e03d9c00edb 100644
--- a/htdocs/commande/note.php
+++ b/htdocs/commande/note.php
@@ -116,7 +116,7 @@ if ($id > 0 || !empty($ref)) {
$morehtmlref .= ' ';
$morehtmlref .= ' ';
$morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
- $morehtmlref .= ' ';
+ $morehtmlref .= ' ';
$morehtmlref .= '';
} else {
$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1);
diff --git a/htdocs/commande/stats/index.php b/htdocs/commande/stats/index.php
index bd92dc084c7..a9c38e1531c 100644
--- a/htdocs/commande/stats/index.php
+++ b/htdocs/commande/stats/index.php
@@ -349,7 +349,7 @@ if (!in_array($nowyear, $arrayyears)) {
arsort($arrayyears);
print $form->selectarray('year', $arrayyears, $year, 0);
print '';
-print ' ';
+print ' ';
print '';
print '';
print ' ';
diff --git a/htdocs/compta/accounting-files.php b/htdocs/compta/accounting-files.php
index 2c94cea750c..fddf7a2879f 100644
--- a/htdocs/compta/accounting-files.php
+++ b/htdocs/compta/accounting-files.php
@@ -588,7 +588,7 @@ foreach ($listofchoices as $choice => $val) {
print ' '.$langs->trans($val['label']).'
';
}
-print ' ';
+print ' ';
print ''."\n";
diff --git a/htdocs/compta/bank/categ.php b/htdocs/compta/bank/categ.php
index fb9fead3089..403caa6cdfd 100644
--- a/htdocs/compta/bank/categ.php
+++ b/htdocs/compta/bank/categ.php
@@ -113,7 +113,7 @@ if ($action != 'edit') {
print '';
print ' ';
print ' ';
- print ' ';
+ print ' ';
print ' ';
}
diff --git a/htdocs/compta/facture/card-rec.php b/htdocs/compta/facture/card-rec.php
index 0da621efd97..94a884bf1bf 100644
--- a/htdocs/compta/facture/card-rec.php
+++ b/htdocs/compta/facture/card-rec.php
@@ -1471,7 +1471,7 @@ if ($action == 'create') {
print '';
print " ".$form->selectarray('unit_frequency', array('d'=>$langs->trans('Day'), 'm'=>$langs->trans('Month'), 'y'=>$langs->trans('Year')), ($object->unit_frequency ? $object->unit_frequency : 'm'));
print ' ';
- print ' ';
+ print ' ';
print ' ';
} else {
if ($object->frequency > 0) {
diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
index 0e1ff6b405b..a8271ed443d 100644
--- a/htdocs/compta/facture/card.php
+++ b/htdocs/compta/facture/card.php
@@ -5190,7 +5190,7 @@ if ($action == 'create') {
}
print ' ';
print ' % ';
- print ' ';
+ print ' ';
print '';
print '';
diff --git a/htdocs/compta/paiement/cheque/card.php b/htdocs/compta/paiement/cheque/card.php
index 32f81532ecf..0092e731046 100644
--- a/htdocs/compta/paiement/cheque/card.php
+++ b/htdocs/compta/paiement/cheque/card.php
@@ -538,7 +538,7 @@ if ($action == 'new') {
print ' ';
print ' ';
print $form->selectDate($object->date_bordereau, 'datecreate_', '', '', '', "setdate");
- print ' ';
+ print ' ';
print '';
} else {
print $object->date_bordereau ? dol_print_date($object->date_bordereau, 'day') : ' ';
@@ -563,7 +563,7 @@ if ($action == 'new') {
print ' ';
print ' ';
print ' ';
- print ' ';
+ print ' ';
print '';
}
else
diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php
index 6f045f3ca74..52b5427be16 100644
--- a/htdocs/compta/prelevement/create.php
+++ b/htdocs/compta/prelevement/create.php
@@ -260,13 +260,13 @@ if ($nb) {
print ''.$langs->trans('SEPARCUR').' ';
print '';
}
- print ' ';
+ print ' ';
} else {
$title = $langs->trans("CreateAll");
if ($type == 'bank-transfer') {
$title = $langs->trans("CreateFileForPaymentByBankTransfer");
}
- print ''.$title." \n";
+ print ''.$title." \n";
}
} else {
if ($mysoc->isInEEC()) {
diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php
index 7454f61f6de..bcfa574d696 100644
--- a/htdocs/compta/sociales/card.php
+++ b/htdocs/compta/sociales/card.php
@@ -399,7 +399,7 @@ if ($action == 'create') {
print dol_get_fiche_end();
print '';
- print ' ';
+ print ' ';
print ' ';
print ' ';
print '
';
diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 15dffd430db..2a0e66e6104 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -9274,7 +9274,8 @@ class Form
if ($save_label == 'Create' || $save_label == 'Add' ) {
$save['name'] = 'add';
- $save['label_key'] = $save_label;
+ } elseif ($save_label == 'Modify') {
+ $save['name'] = 'edit';
}
$cancel = array(
diff --git a/htdocs/core/class/html.formcompany.class.php b/htdocs/core/class/html.formcompany.class.php
index 57bedd2807a..c6462850708 100644
--- a/htdocs/core/class/html.formcompany.class.php
+++ b/htdocs/core/class/html.formcompany.class.php
@@ -183,7 +183,7 @@ class FormCompany extends Form
if (!empty($htmlname) && $user->admin) {
print ' '.info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
}
- print ' ';
+ print ' ';
print '';
}
@@ -234,7 +234,7 @@ class FormCompany extends Form
if (!empty($htmlname) && $user->admin) {
print ' '.info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
}
- print ' ';
+ print ' ';
print '';
}
diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
index 3dc2743adf1..27738c2c483 100644
--- a/htdocs/core/class/html.formmail.class.php
+++ b/htdocs/core/class/html.formmail.class.php
@@ -501,7 +501,7 @@ class FormMail extends Form
}
$out .= ' ';
- $out .= ' ';
+ $out .= ' ';
$out .= ' ';
$out .= '';
} elseif (!empty($this->param['models']) && in_array($this->param['models'], array(
@@ -516,7 +516,7 @@ class FormMail extends Form
$out .= info_admin($langs->trans("YouCanChangeValuesForThisListFrom", $langs->transnoentitiesnoconv('Setup').' - '.$langs->transnoentitiesnoconv('EMails')), 1);
}
$out .= ' ';
- $out .= ' ';
+ $out .= ' ';
$out .= ' ';
$out .= '';
} else {
@@ -821,7 +821,7 @@ class FormMail extends Form
$out .= ' ';
}
$out .= ' ';
- $out .= ' ';
+ $out .= ' ';
}
} else {
$out .= $this->withfile;
@@ -957,7 +957,7 @@ class FormMail extends Form
if ($this->withform == 1 || $this->withform == -1) {
$out .= '';
- $out .= '
trans("SendMail").'"';
// Add a javascript test to avoid to forget to submit file before sending email
if ($this->withfile == 2 && $conf->use_javascript_ajax) {
$out .= ' onClick="if (document.mailform.addedfile.value != \'\') { alert(\''.dol_escape_js($langs->trans("FileWasNotUploaded")).'\'); return false; } else { return true; }"';
diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php
index 57d8876c3ea..0ce9cae7b4e 100644
--- a/htdocs/core/class/html.formsms.class.php
+++ b/htdocs/core/class/html.formsms.class.php
@@ -322,7 +322,7 @@ function limitChars(textarea, limit, infodiv)
if ($showform) {
print '
';
- print '
';
+ print '
';
if ($this->withcancel) {
print ' ';
print '
';
diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php
index 50f4bf9fb39..e3c1ed1436d 100644
--- a/htdocs/core/class/html.formticket.class.php
+++ b/htdocs/core/class/html.formticket.class.php
@@ -468,7 +468,7 @@ class FormTicket
}
print '
';
- print ' ';
+ print ' ';
if ($this->withcancel) {
print " ";
print ' ';
@@ -1132,7 +1132,7 @@ class FormTicket
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
}
print ' ';
- print ' ';
+ print ' ';
print '
';
}
@@ -1302,7 +1302,7 @@ class FormTicket
print '';
print '
';
- print ' ';
+ print ' ';
if ($this->withcancel) {
print " ";
print ' ';
diff --git a/htdocs/core/modules/barcode/mod_barcode_product_standard.php b/htdocs/core/modules/barcode/mod_barcode_product_standard.php
index 0d1bee3c28a..d09207ae364 100644
--- a/htdocs/core/modules/barcode/mod_barcode_product_standard.php
+++ b/htdocs/core/modules/barcode/mod_barcode_product_standard.php
@@ -108,7 +108,7 @@ class mod_barcode_product_standard extends ModeleNumRefBarCode
//$texte.= ''.$langs->trans("Mask").' ('.$langs->trans("BarCodeModel").'): ';
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
$texte .= '';
diff --git a/htdocs/core/modules/bom/doc/doc_generic_bom_odt.modules.php b/htdocs/core/modules/bom/doc/doc_generic_bom_odt.modules.php
index ce85203930f..2e1ab3b5ef4 100644
--- a/htdocs/core/modules/bom/doc/doc_generic_bom_odt.modules.php
+++ b/htdocs/core/modules/bom/doc/doc_generic_bom_odt.modules.php
@@ -151,7 +151,7 @@ class doc_generic_bom_odt extends ModelePDFBom
$texte .= $conf->global->BOM_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/bom/mod_bom_advanced.php b/htdocs/core/modules/bom/mod_bom_advanced.php
index d590c3ff70c..09faf05d7d6 100644
--- a/htdocs/core/modules/bom/mod_bom_advanced.php
+++ b/htdocs/core/modules/bom/mod_bom_advanced.php
@@ -81,7 +81,7 @@ class mod_bom_advanced extends ModeleNumRefboms
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php b/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php
index 16e0f666774..40d63e63143 100644
--- a/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php
+++ b/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php
@@ -75,7 +75,7 @@ class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php b/htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php
index 239ec7639ec..adb26a38e0a 100644
--- a/htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php
+++ b/htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php
@@ -158,7 +158,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
$texte .= $conf->global->COMMANDE_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/commande/mod_commande_saphir.php b/htdocs/core/modules/commande/mod_commande_saphir.php
index 8b4ccdfaba7..ffb53480aa3 100644
--- a/htdocs/core/modules/commande/mod_commande_saphir.php
+++ b/htdocs/core/modules/commande/mod_commande_saphir.php
@@ -81,7 +81,7 @@ class mod_commande_saphir extends ModeleNumRefCommandes
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/contract/mod_contract_magre.php b/htdocs/core/modules/contract/mod_contract_magre.php
index dcaee5eadbc..e0c54c1d022 100644
--- a/htdocs/core/modules/contract/mod_contract_magre.php
+++ b/htdocs/core/modules/contract/mod_contract_magre.php
@@ -86,7 +86,7 @@ class mod_contract_magre extends ModelNumRefContracts
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
$texte .= '';
$texte .= '';
diff --git a/htdocs/core/modules/delivery/mod_delivery_saphir.php b/htdocs/core/modules/delivery/mod_delivery_saphir.php
index d5ac288b52a..7fc9b2e6e52 100644
--- a/htdocs/core/modules/delivery/mod_delivery_saphir.php
+++ b/htdocs/core/modules/delivery/mod_delivery_saphir.php
@@ -85,7 +85,7 @@ class mod_delivery_saphir extends ModeleNumRefDeliveryOrder
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php b/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php
index 8a2b6b2b121..5229645afe5 100644
--- a/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php
+++ b/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php
@@ -159,7 +159,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
$texte .= $conf->global->EXPEDITION_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/expedition/mod_expedition_ribera.php b/htdocs/core/modules/expedition/mod_expedition_ribera.php
index 79bbcbdb481..736ddc3ab3f 100644
--- a/htdocs/core/modules/expedition/mod_expedition_ribera.php
+++ b/htdocs/core/modules/expedition/mod_expedition_ribera.php
@@ -81,7 +81,7 @@ class mod_expedition_ribera extends ModelNumRefExpedition
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
$texte .= '';
$texte .= '';
diff --git a/htdocs/core/modules/expensereport/mod_expensereport_sand.php b/htdocs/core/modules/expensereport/mod_expensereport_sand.php
index 482b8c06431..c403aa8c228 100644
--- a/htdocs/core/modules/expensereport/mod_expensereport_sand.php
+++ b/htdocs/core/modules/expensereport/mod_expensereport_sand.php
@@ -84,7 +84,7 @@ class mod_expensereport_sand extends ModeleNumRefExpenseReport
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/facture/doc/doc_generic_invoice_odt.modules.php b/htdocs/core/modules/facture/doc/doc_generic_invoice_odt.modules.php
index 0d360269d46..ec494302e93 100644
--- a/htdocs/core/modules/facture/doc/doc_generic_invoice_odt.modules.php
+++ b/htdocs/core/modules/facture/doc/doc_generic_invoice_odt.modules.php
@@ -158,7 +158,7 @@ class doc_generic_invoice_odt extends ModelePDFFactures
$texte .= $conf->global->FACTURE_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/facture/mod_facture_mercure.php b/htdocs/core/modules/facture/mod_facture_mercure.php
index 32e06f285a9..706c35a9f82 100644
--- a/htdocs/core/modules/facture/mod_facture_mercure.php
+++ b/htdocs/core/modules/facture/mod_facture_mercure.php
@@ -78,7 +78,7 @@ class mod_facture_mercure extends ModeleNumRefFactures
$texte .= ''.$langs->trans("Mask").' ('.$langs->trans("InvoiceStandard").'): ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/fichinter/mod_arctic.php b/htdocs/core/modules/fichinter/mod_arctic.php
index 91025817a9d..cb5acddd6e9 100644
--- a/htdocs/core/modules/fichinter/mod_arctic.php
+++ b/htdocs/core/modules/fichinter/mod_arctic.php
@@ -86,7 +86,7 @@ class mod_arctic extends ModeleNumRefFicheinter
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/holiday/mod_holiday_immaculate.php b/htdocs/core/modules/holiday/mod_holiday_immaculate.php
index 000c7881561..84d6638a27e 100644
--- a/htdocs/core/modules/holiday/mod_holiday_immaculate.php
+++ b/htdocs/core/modules/holiday/mod_holiday_immaculate.php
@@ -86,7 +86,7 @@ class mod_holiday_immaculate extends ModelNumRefHolidays
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
$texte .= '';
$texte .= '';
diff --git a/htdocs/core/modules/member/doc/doc_generic_member_odt.class.php b/htdocs/core/modules/member/doc/doc_generic_member_odt.class.php
index 939c78f32e3..7b2af1e0032 100644
--- a/htdocs/core/modules/member/doc/doc_generic_member_odt.class.php
+++ b/htdocs/core/modules/member/doc/doc_generic_member_odt.class.php
@@ -154,7 +154,7 @@ class doc_generic_member_odt extends ModelePDFMember
$texte .= $conf->global->MEMBER_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/mrp/doc/doc_generic_mo_odt.modules.php b/htdocs/core/modules/mrp/doc/doc_generic_mo_odt.modules.php
index e93ecd1af0a..b6ad4c6b8ff 100644
--- a/htdocs/core/modules/mrp/doc/doc_generic_mo_odt.modules.php
+++ b/htdocs/core/modules/mrp/doc/doc_generic_mo_odt.modules.php
@@ -158,7 +158,7 @@ class doc_generic_mo_odt extends ModelePDFMo
$texte .= $conf->global->MRP_MO_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/mrp/mod_mo_advanced.php b/htdocs/core/modules/mrp/mod_mo_advanced.php
index 14292f7f896..ba518159dbf 100644
--- a/htdocs/core/modules/mrp/mod_mo_advanced.php
+++ b/htdocs/core/modules/mrp/mod_mo_advanced.php
@@ -82,7 +82,7 @@ class mod_mo_advanced extends ModeleNumRefMos
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/payment/mod_payment_ant.php b/htdocs/core/modules/payment/mod_payment_ant.php
index dca32b26505..958074202fe 100644
--- a/htdocs/core/modules/payment/mod_payment_ant.php
+++ b/htdocs/core/modules/payment/mod_payment_ant.php
@@ -84,7 +84,7 @@ class mod_payment_ant extends ModeleNumRefPayments
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/product/doc/doc_generic_product_odt.modules.php b/htdocs/core/modules/product/doc/doc_generic_product_odt.modules.php
index 1acf50dd95a..05eef305c37 100644
--- a/htdocs/core/modules/product/doc/doc_generic_product_odt.modules.php
+++ b/htdocs/core/modules/product/doc/doc_generic_product_odt.modules.php
@@ -161,7 +161,7 @@ class doc_generic_product_odt extends ModelePDFProduct
$texte .= $conf->global->PRODUCT_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/product/mod_codeproduct_elephant.php b/htdocs/core/modules/product/mod_codeproduct_elephant.php
index 0b03bd9b6a4..9e32dc38fab 100644
--- a/htdocs/core/modules/product/mod_codeproduct_elephant.php
+++ b/htdocs/core/modules/product/mod_codeproduct_elephant.php
@@ -118,7 +118,7 @@ class mod_codeproduct_elephant extends ModeleProductCode
$texte .= ''.$langs->trans("Mask").' ('.$langs->trans("ProductCodeModel").'): ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/product_batch/mod_lot_advanced.php b/htdocs/core/modules/product_batch/mod_lot_advanced.php
index 8ee857bfbea..0e920483508 100644
--- a/htdocs/core/modules/product_batch/mod_lot_advanced.php
+++ b/htdocs/core/modules/product_batch/mod_lot_advanced.php
@@ -82,7 +82,7 @@ class mod_lot_advanced extends ModeleNumRefBatch
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
// Option to enable custom masks per product
$texte .= '';
diff --git a/htdocs/core/modules/product_batch/mod_sn_advanced.php b/htdocs/core/modules/product_batch/mod_sn_advanced.php
index 54c67291d9a..ca24a67c781 100644
--- a/htdocs/core/modules/product_batch/mod_sn_advanced.php
+++ b/htdocs/core/modules/product_batch/mod_sn_advanced.php
@@ -82,7 +82,7 @@ class mod_sn_advanced extends ModeleNumRefBatch
$texte .= ' '.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
// Option to enable custom masks per product
$texte .= '';
diff --git a/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php b/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php
index 233180630b0..f86f5b55a9c 100644
--- a/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php
+++ b/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php
@@ -449,7 +449,7 @@ class doc_generic_project_odt extends ModelePDFProjects
$texte .= $conf->global->PROJECT_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/project/mod_project_universal.php b/htdocs/core/modules/project/mod_project_universal.php
index 480d19396c3..550d72c4f68 100644
--- a/htdocs/core/modules/project/mod_project_universal.php
+++ b/htdocs/core/modules/project/mod_project_universal.php
@@ -85,7 +85,7 @@ class mod_project_universal extends ModeleNumRefProjects
$texte .= ' '.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php b/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php
index 638ab70bb84..3890c6526bc 100644
--- a/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php
+++ b/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php
@@ -416,7 +416,7 @@ class doc_generic_task_odt extends ModelePDFTask
$texte .= $conf->global->PROJECT_TASK_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/project/task/mod_task_universal.php b/htdocs/core/modules/project/task/mod_task_universal.php
index 3a6ef89f3fb..6de02dcaf99 100644
--- a/htdocs/core/modules/project/task/mod_task_universal.php
+++ b/htdocs/core/modules/project/task/mod_task_universal.php
@@ -85,7 +85,7 @@ class mod_task_universal extends ModeleNumRefTask
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/propale/doc/doc_generic_proposal_odt.modules.php b/htdocs/core/modules/propale/doc/doc_generic_proposal_odt.modules.php
index 9c7e0af4df0..bd2fcfa471f 100644
--- a/htdocs/core/modules/propale/doc/doc_generic_proposal_odt.modules.php
+++ b/htdocs/core/modules/propale/doc/doc_generic_proposal_odt.modules.php
@@ -160,7 +160,7 @@ class doc_generic_proposal_odt extends ModelePDFPropales
$texte .= $conf->global->PROPALE_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/propale/mod_propale_saphir.php b/htdocs/core/modules/propale/mod_propale_saphir.php
index ce78f341319..af7579fb142 100644
--- a/htdocs/core/modules/propale/mod_propale_saphir.php
+++ b/htdocs/core/modules/propale/mod_propale_saphir.php
@@ -87,7 +87,7 @@ class mod_propale_saphir extends ModeleNumRefPropales
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/reception/doc/doc_generic_reception_odt.modules.php b/htdocs/core/modules/reception/doc/doc_generic_reception_odt.modules.php
index 93dbc4995b4..34d34ec3e19 100644
--- a/htdocs/core/modules/reception/doc/doc_generic_reception_odt.modules.php
+++ b/htdocs/core/modules/reception/doc/doc_generic_reception_odt.modules.php
@@ -153,7 +153,7 @@ class doc_generic_reception_odt extends ModelePdfReception
$texte .= $conf->global->RECEPTION_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/reception/mod_reception_moonstone.php b/htdocs/core/modules/reception/mod_reception_moonstone.php
index 0d0ced20eb4..e1a5669dc09 100644
--- a/htdocs/core/modules/reception/mod_reception_moonstone.php
+++ b/htdocs/core/modules/reception/mod_reception_moonstone.php
@@ -62,7 +62,7 @@ class mod_reception_moonstone extends ModelNumRefReception
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
$texte .= '';
$texte .= '';
diff --git a/htdocs/core/modules/societe/doc/doc_generic_odt.modules.php b/htdocs/core/modules/societe/doc/doc_generic_odt.modules.php
index fdafb22e96b..8b8069ff34f 100644
--- a/htdocs/core/modules/societe/doc/doc_generic_odt.modules.php
+++ b/htdocs/core/modules/societe/doc/doc_generic_odt.modules.php
@@ -141,7 +141,7 @@ class doc_generic_odt extends ModeleThirdPartyDoc
$texte .= '';
$texte .= '';
$texte .= ' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
$texte .= '';
$texte .= '';
diff --git a/htdocs/core/modules/societe/mod_codeclient_elephant.php b/htdocs/core/modules/societe/mod_codeclient_elephant.php
index 705564e7e8e..c18b768a724 100644
--- a/htdocs/core/modules/societe/mod_codeclient_elephant.php
+++ b/htdocs/core/modules/societe/mod_codeclient_elephant.php
@@ -134,7 +134,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode
$texte .= ''.$langs->trans("Mask").' ('.$langs->trans("CustomerCodeModel").'): ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/societe/mod_codecompta_aquarium.php b/htdocs/core/modules/societe/mod_codecompta_aquarium.php
index 752691b03b8..e03958e58bf 100644
--- a/htdocs/core/modules/societe/mod_codecompta_aquarium.php
+++ b/htdocs/core/modules/societe/mod_codecompta_aquarium.php
@@ -102,7 +102,7 @@ class mod_codecompta_aquarium extends ModeleAccountancyCode
$texte .= $langs->trans('COMPANY_AQUARIUM_CLEAN_REGEX').' = '.$conf->global->COMPANY_AQUARIUM_CLEAN_REGEX." \n";
}
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '';
$texte .= '';
diff --git a/htdocs/core/modules/societe/mod_codecompta_digitaria.php b/htdocs/core/modules/societe/mod_codecompta_digitaria.php
index 56c5b8e8885..c4887f01383 100644
--- a/htdocs/core/modules/societe/mod_codecompta_digitaria.php
+++ b/htdocs/core/modules/societe/mod_codecompta_digitaria.php
@@ -125,7 +125,7 @@ class mod_codecompta_digitaria extends ModeleAccountancyCode
$texte .= $langs->trans('COMPANY_DIGITARIA_UNIQUE_CODE').' = '.yn(1)." \n";
}
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '';
$texte .= '';
diff --git a/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php b/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php
index 5ca5019588a..2e48160d038 100644
--- a/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php
+++ b/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php
@@ -155,7 +155,7 @@ class doc_generic_stock_odt extends ModelePDFStock
$texte .= $conf->global->STOCK_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
index 57d5798c29e..5fc2737957f 100644
--- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
+++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
@@ -95,7 +95,7 @@ class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices
$texte .= ':';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '';
diff --git a/htdocs/core/modules/supplier_order/doc/doc_generic_supplier_order_odt.modules.php b/htdocs/core/modules/supplier_order/doc/doc_generic_supplier_order_odt.modules.php
index 3a2775bef82..49ba1ec6cdf 100644
--- a/htdocs/core/modules/supplier_order/doc/doc_generic_supplier_order_odt.modules.php
+++ b/htdocs/core/modules/supplier_order/doc/doc_generic_supplier_order_odt.modules.php
@@ -159,7 +159,7 @@ class doc_generic_supplier_order_odt extends ModelePDFSuppliersOrders
$texte .= $conf->global->SUPPLIER_ORDER_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php b/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php
index c691b1448ef..473664cb44c 100644
--- a/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php
+++ b/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php
@@ -87,7 +87,7 @@ class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php b/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php
index 19e632a6264..0bc0543e6cd 100644
--- a/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php
+++ b/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php
@@ -84,7 +84,7 @@ class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/supplier_proposal/doc/doc_generic_supplier_proposal_odt.modules.php b/htdocs/core/modules/supplier_proposal/doc/doc_generic_supplier_proposal_odt.modules.php
index 717818448ec..8cd572a1bcf 100644
--- a/htdocs/core/modules/supplier_proposal/doc/doc_generic_supplier_proposal_odt.modules.php
+++ b/htdocs/core/modules/supplier_proposal/doc/doc_generic_supplier_proposal_odt.modules.php
@@ -162,7 +162,7 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
$texte .= $conf->global->SUPPLIER_PROPOSAL_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php
index 3b8754d9928..e7db54062cb 100644
--- a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php
+++ b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php
@@ -87,7 +87,7 @@ class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/takepos/mod_takepos_ref_universal.php b/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
index d103dbe3b0b..b3d26b39511 100644
--- a/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
+++ b/htdocs/core/modules/takepos/mod_takepos_ref_universal.php
@@ -81,7 +81,7 @@ class mod_takepos_ref_universal extends ModeleNumRefTakepos
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/ticket/doc/doc_generic_ticket_odt.modules.php b/htdocs/core/modules/ticket/doc/doc_generic_ticket_odt.modules.php
index 2e6172d4181..82ce006447e 100644
--- a/htdocs/core/modules/ticket/doc/doc_generic_ticket_odt.modules.php
+++ b/htdocs/core/modules/ticket/doc/doc_generic_ticket_odt.modules.php
@@ -150,7 +150,7 @@ class doc_generic_ticket_odt extends ModelePDFTicket
$texte .= $conf->global->TICKET_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/ticket/mod_ticket_universal.php b/htdocs/core/modules/ticket/mod_ticket_universal.php
index f60b1f16481..176af782dc7 100644
--- a/htdocs/core/modules/ticket/mod_ticket_universal.php
+++ b/htdocs/core/modules/ticket/mod_ticket_universal.php
@@ -83,7 +83,7 @@ class mod_ticket_universal extends ModeleNumRefTicket
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/modules/user/doc/doc_generic_user_odt.modules.php b/htdocs/core/modules/user/doc/doc_generic_user_odt.modules.php
index 7ca8d29c380..7e07539aa8e 100644
--- a/htdocs/core/modules/user/doc/doc_generic_user_odt.modules.php
+++ b/htdocs/core/modules/user/doc/doc_generic_user_odt.modules.php
@@ -159,7 +159,7 @@ class doc_generic_user_odt extends ModelePDFUser
$texte .= $conf->global->USER_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/usergroup/doc/doc_generic_usergroup_odt.modules.php b/htdocs/core/modules/usergroup/doc/doc_generic_usergroup_odt.modules.php
index 5a1bca6377d..cf91120d3f8 100644
--- a/htdocs/core/modules/usergroup/doc/doc_generic_usergroup_odt.modules.php
+++ b/htdocs/core/modules/usergroup/doc/doc_generic_usergroup_odt.modules.php
@@ -162,7 +162,7 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
$texte .= $conf->global->USERGROUP_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/core/modules/workstation/mod_workstation_advanced.php b/htdocs/core/modules/workstation/mod_workstation_advanced.php
index bf783542c75..2f1a8ae9d71 100755
--- a/htdocs/core/modules/workstation/mod_workstation_advanced.php
+++ b/htdocs/core/modules/workstation/mod_workstation_advanced.php
@@ -82,7 +82,7 @@ class mod_workstation_advanced extends ModeleNumRefWorkstation
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/core/tpl/bloc_comment.tpl.php b/htdocs/core/tpl/bloc_comment.tpl.php
index f30bb0c5c61..a868bb61879 100644
--- a/htdocs/core/tpl/bloc_comment.tpl.php
+++ b/htdocs/core/tpl/bloc_comment.tpl.php
@@ -49,7 +49,7 @@ if ($action !== 'editcomment') {
print '';
print '';
- print ' ';
+ print ' ';
print ' ';
}
diff --git a/htdocs/core/tpl/resource_add.tpl.php b/htdocs/core/tpl/resource_add.tpl.php
index 01c3897f991..64d545ba583 100644
--- a/htdocs/core/tpl/resource_add.tpl.php
+++ b/htdocs/core/tpl/resource_add.tpl.php
@@ -35,7 +35,7 @@ $out .= ''.$langs->trans('Busy').' '.$form->se
$out .= '
'.$langs->trans('Mandatory').' '.$form->selectyesno('mandatory', (GETPOSTISSET('mandatory') ? GETPOST('mandatory') : 0), 1).'
';
$out .= '
';
-$out .= ' ';
+$out .= ' ';
$out .= '
';
$out .= '';
diff --git a/htdocs/datapolicy/admin/setupmail.php b/htdocs/datapolicy/admin/setupmail.php
index c25d4c2263d..2ec083b0fa8 100644
--- a/htdocs/datapolicy/admin/setupmail.php
+++ b/htdocs/datapolicy/admin/setupmail.php
@@ -151,7 +151,7 @@ $doleditor->Create();
print '
';
print '';
-print ' ';
+print ' ';
print '';
diff --git a/htdocs/delivery/card.php b/htdocs/delivery/card.php
index b8bd1896412..7d4a3b181e0 100644
--- a/htdocs/delivery/card.php
+++ b/htdocs/delivery/card.php
@@ -338,7 +338,7 @@ if ($action == 'create') { // Create. Seems to no be used
$morehtmlref .= ' ';
$morehtmlref .= ' ';
$morehtmlref .= $formproject->select_projects($expedition->socid, $expedition->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
- $morehtmlref .= ' ';
+ $morehtmlref .= ' ';
$morehtmlref .= '';
} else {
$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$expedition->id, $expedition->socid, $expedition->fk_project, 'none', 0, 0, 0, 1);
@@ -436,7 +436,7 @@ if ($action == 'create') { // Create. Seems to no be used
print ' ';
print ' ';
print $form->selectDate($object->date_delivery ? $object->date_delivery : -1, 'liv_', 1, 1, '', "setdate_delivery", 1, 1);
- print ' ';
+ print ' ';
print '';
} else {
print $object->date_delivery ? dol_print_date($object->date_delivery, 'dayhour') : ' ';
diff --git a/htdocs/don/admin/donation.php b/htdocs/don/admin/donation.php
index f14fae538ab..d8b06285be4 100644
--- a/htdocs/don/admin/donation.php
+++ b/htdocs/don/admin/donation.php
@@ -341,7 +341,7 @@ if (!empty($conf->accounting->enabled)) {
print ' ';
}
print '';
-print ' ';
+print ' ';
print " \n";
print '';
@@ -353,7 +353,7 @@ print '
';
print $langs->trans("FreeTextOnDonations").' '.img_info($langs->trans("AddCRIfTooLong")).' ';
print '';
print ' ';
-print ' ';
+print ' ';
print " \n";
print "\n";
diff --git a/htdocs/don/index.php b/htdocs/don/index.php
index 2a314068830..78313698030 100644
--- a/htdocs/don/index.php
+++ b/htdocs/don/index.php
@@ -106,7 +106,7 @@ if (!empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) { // TODO Add a s
print '
';
print ''.$langs->trans($value["text"]).' ';
if ($i == 0) {
- print ' ';
+ print ' ';
}
print ' ';
$i++;
diff --git a/htdocs/expedition/card.php b/htdocs/expedition/card.php
index 676a5cae22c..51ee4794463 100644
--- a/htdocs/expedition/card.php
+++ b/htdocs/expedition/card.php
@@ -1679,7 +1679,7 @@ if ($action == 'create') {
$morehtmlref .= '
';
$morehtmlref .= '
';
$morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
- $morehtmlref .= '
';
+ $morehtmlref .= '
';
$morehtmlref .= '';
} else {
$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1);
@@ -1750,7 +1750,7 @@ if ($action == 'create') {
print '
';
print '
';
print $form->selectDate($object->date_delivery ? $object->date_delivery : -1, 'liv_', 1, 1, '', "setdate_livraison", 1, 0);
- print '
';
+ print '
';
print '';
} else {
print $object->date_delivery ? dol_print_date($object->date_delivery, 'dayhour') : ' ';
@@ -1886,7 +1886,7 @@ if ($action == 'create') {
if ($user->admin) {
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
}
- print '
';
+ print '
';
print '';
} else {
if ($object->shipping_method_id > 0) {
diff --git a/htdocs/expedition/contact.php b/htdocs/expedition/contact.php
index 164935a1437..aea23298fcf 100644
--- a/htdocs/expedition/contact.php
+++ b/htdocs/expedition/contact.php
@@ -162,7 +162,7 @@ if ($id > 0 || !empty($ref)) {
$morehtmlref .= '
';
$morehtmlref .= '
';
$morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
- $morehtmlref .= '
';
+ $morehtmlref .= '
';
$morehtmlref .= '';
} else {
$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1);
diff --git a/htdocs/expedition/document.php b/htdocs/expedition/document.php
index 200a4b67aac..43299dad066 100644
--- a/htdocs/expedition/document.php
+++ b/htdocs/expedition/document.php
@@ -134,7 +134,7 @@ if ($id > 0 || !empty($ref)) {
$morehtmlref .= '
';
$morehtmlref .= '
';
$morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
- $morehtmlref .= '
';
+ $morehtmlref .= '
';
$morehtmlref .= '';
} else {
$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1);
diff --git a/htdocs/expedition/note.php b/htdocs/expedition/note.php
index d9282481603..5ebc54193da 100644
--- a/htdocs/expedition/note.php
+++ b/htdocs/expedition/note.php
@@ -123,7 +123,7 @@ if ($id > 0 || !empty($ref)) {
$morehtmlref .= '
';
$morehtmlref .= '
';
$morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
- $morehtmlref .= '
';
+ $morehtmlref .= '
';
$morehtmlref .= '';
} else {
$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1);
diff --git a/htdocs/expedition/shipment.php b/htdocs/expedition/shipment.php
index 42b8630bd3c..8510e6f3609 100644
--- a/htdocs/expedition/shipment.php
+++ b/htdocs/expedition/shipment.php
@@ -379,7 +379,7 @@ if ($id > 0 || !empty($ref)) {
print '
';
print '
';
print $form->selectDate($object->delivery_date ? $object->delivery_date : -1, 'liv_', 1, 1, '', "setdate_livraison", 1, 0);
- print '
';
+ print '
';
print '';
} else {
print dol_print_date($object->delivery_date, 'dayhour');
diff --git a/htdocs/fichinter/card-rec.php b/htdocs/fichinter/card-rec.php
index cc5c3c5e619..72a3fdd654b 100644
--- a/htdocs/fichinter/card-rec.php
+++ b/htdocs/fichinter/card-rec.php
@@ -601,7 +601,7 @@ if ($action == 'create') {
print '
';
print $form->selectarray('unit_frequency', array('d'=>$langs->trans('Day'), 'm'=>$langs->trans('Month'), 'y'=>$langs->trans('Year')), ($object->unit_frequency ? $object->unit_frequency : 'm'));
print '';
- print '
';
+ print '
';
print '';
} else {
if ($object->frequency > 0) {
diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php
index 1b647af00a6..b03cf766c05 100644
--- a/htdocs/fichinter/card.php
+++ b/htdocs/fichinter/card.php
@@ -1491,7 +1491,7 @@ if ($action == 'create') {
}
print '';
- print '
';
+ print '
';
print '';
//Line extrafield
diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
index 2614c5cede0..93592a231e8 100644
--- a/htdocs/fourn/commande/card.php
+++ b/htdocs/fourn/commande/card.php
@@ -2189,7 +2189,7 @@ if ($action == 'create') {
$usehourmin = 1;
}
print $form->selectDate($object->delivery_date ? $object->delivery_date : -1, 'liv_', $usehourmin, $usehourmin, '', "setdate_livraison");
- print '
';
+ print '
';
print '';
} else {
$usehourmin = 'day';
@@ -2724,7 +2724,7 @@ if ($action == 'create') {
print '
'.$langs->trans("Password").' ';
//Submit button
print '
';
- print ' ';
+ print ' ';
print ' ';
//Cancel button
print ' ';
@@ -2843,7 +2843,7 @@ if ($action == 'create') {
if ($error_occurred) {
print " ".$langs->trans("ErrorOccurredReviseAndRetry")." ";
} else {
- print ' ';
+ print ' ';
print ' ';
}
print ' ';
diff --git a/htdocs/hrm/admin/admin_hrm.php b/htdocs/hrm/admin/admin_hrm.php
index 455035a6b53..810c0da870d 100644
--- a/htdocs/hrm/admin/admin_hrm.php
+++ b/htdocs/hrm/admin/admin_hrm.php
@@ -117,7 +117,7 @@ print "\n";
print dol_get_fiche_end();
-print '
';
+print '
';
print '';
diff --git a/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php b/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php
index 48efbfbc8eb..70cda7254c8 100644
--- a/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php
+++ b/htdocs/knowledgemanagement/core/modules/knowledgemanagement/mod_knowledgerecord_advanced.php
@@ -81,7 +81,7 @@ class mod_knowledgerecord_advanced extends ModeleNumRefKnowledgeRecord
$texte .= ' '.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '';
diff --git a/htdocs/loan/schedule.php b/htdocs/loan/schedule.php
index 67be217f0d2..6dae3383d47 100644
--- a/htdocs/loan/schedule.php
+++ b/htdocs/loan/schedule.php
@@ -335,7 +335,7 @@ if (count($echeances->lines) == 0) {
} else {
$label = $langs->trans("Save");
}
-print '
';
+print '
';
print '';
// End of page
diff --git a/htdocs/margin/admin/margin.php b/htdocs/margin/admin/margin.php
index 4df01332eb1..2c224678f60 100644
--- a/htdocs/margin/admin/margin.php
+++ b/htdocs/margin/admin/margin.php
@@ -140,7 +140,7 @@ print '/> ';
print $langs->trans('MargeType3');
print '';
print '
';
-print ' ';
+print ' ';
print ' ';
print '
'.$langs->trans('MarginTypeDesc');
print ' ';
@@ -215,7 +215,7 @@ print '
';
print Form::selectarray('MARGIN_METHODE_FOR_DISCOUNT', $methods, $conf->global->MARGIN_METHODE_FOR_DISCOUNT);
print ' ';
print '
';
-print ' ';
+print ' ';
print ' ';
print '
'.$langs->trans('MARGIN_METHODE_FOR_DISCOUNT_DETAILS').' ';
print '';
@@ -233,7 +233,7 @@ $facture = new Facture($db);
print $formcompany->selectTypeContact($facture, $conf->global->AGENT_CONTACT_TYPE, "AGENT_CONTACT_TYPE", "internal", "code", 1);
print '';
print '
';
-print ' ';
+print ' ';
print ' ';
print '
'.$langs->trans('AgentContactTypeDetails').' ';
print '';
diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php
index 0a05266b6ff..027b9ea28bd 100644
--- a/htdocs/modulebuilder/index.php
+++ b/htdocs/modulebuilder/index.php
@@ -2717,7 +2717,7 @@ if ($module == 'initmodule') {
print '
';
print '
';
print '
';
- print ' ';
+ print ' ';
print ' ';
// List of existing properties
diff --git a/htdocs/modulebuilder/template/core/modules/mymodule/doc/doc_generic_myobject_odt.modules.php b/htdocs/modulebuilder/template/core/modules/mymodule/doc/doc_generic_myobject_odt.modules.php
index f3228915592..4e154b5665d 100644
--- a/htdocs/modulebuilder/template/core/modules/mymodule/doc/doc_generic_myobject_odt.modules.php
+++ b/htdocs/modulebuilder/template/core/modules/mymodule/doc/doc_generic_myobject_odt.modules.php
@@ -158,7 +158,7 @@ class doc_generic_myobject_odt extends ModelePDFMyObject
$texte .= $conf->global->MYMODULE_MYOBJECT_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '
';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php b/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php
index 72b46b96416..b7fd7085783 100644
--- a/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php
+++ b/htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php
@@ -81,7 +81,7 @@ class mod_myobject_advanced extends ModeleNumRefMyObject
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/mrp/mo_production.php b/htdocs/mrp/mo_production.php
index ca9480eb1ae..678865805d7 100644
--- a/htdocs/mrp/mo_production.php
+++ b/htdocs/mrp/mo_production.php
@@ -661,7 +661,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
print ' ';
print $langs->trans("MovementLabel").': ';
print ' '.$langs->trans("AutoCloseMO").' ';
- print ' ';
+ print ' ';
print ' ';
print ' ';
print ' ';
diff --git a/htdocs/partnership/core/modules/partnership/mod_partnership_advanced.php b/htdocs/partnership/core/modules/partnership/mod_partnership_advanced.php
index a536bb59600..5d348843941 100644
--- a/htdocs/partnership/core/modules/partnership/mod_partnership_advanced.php
+++ b/htdocs/partnership/core/modules/partnership/mod_partnership_advanced.php
@@ -81,7 +81,7 @@ class mod_partnership_advanced extends ModeleNumRefPartnership
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/paybox/admin/paybox.php b/htdocs/paybox/admin/paybox.php
index a14729f30ef..bcad50de457 100644
--- a/htdocs/paybox/admin/paybox.php
+++ b/htdocs/paybox/admin/paybox.php
@@ -285,7 +285,7 @@ print '';
print dol_get_fiche_end();
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php
index 46877f6db8a..f4edec7630c 100644
--- a/htdocs/paypal/admin/paypal.php
+++ b/htdocs/paypal/admin/paypal.php
@@ -333,7 +333,7 @@ print '';
print dol_get_fiche_end();
-print '
';
+print $form->buttonsSaveCancel("Modify", '');
print '';
diff --git a/htdocs/product/card.php b/htdocs/product/card.php
index 45d34f2d0e3..44c7fd9ca51 100644
--- a/htdocs/product/card.php
+++ b/htdocs/product/card.php
@@ -2607,7 +2607,7 @@ if (!empty($conf->global->PRODUCT_ADD_FORM_ADD_TO) && $object->id && ($action ==
print '';
print '';
- print ' ';
+ print ' ';
print '
';
print dol_get_fiche_end();
diff --git a/htdocs/product/stock/massstockmove.php b/htdocs/product/stock/massstockmove.php
index 9f3390d34af..da8ef2e5b37 100644
--- a/htdocs/product/stock/massstockmove.php
+++ b/htdocs/product/stock/massstockmove.php
@@ -662,7 +662,7 @@ if (count($listofdata)) {
print ' ';
print ' ';
- print '
';
+ print '
';
print ' ';
print '';
diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php
index ece4d8e3298..7e5f134322d 100644
--- a/htdocs/product/stock/replenish.php
+++ b/htdocs/product/stock/replenish.php
@@ -623,7 +623,7 @@ if (empty($reshook)) {
}
print '';
-print ' ';
+print ' ';
print '
';
print '';
@@ -958,7 +958,7 @@ print dol_get_fiche_end();
$value = $langs->trans("CreateOrders");
-print '
';
+print '
';
print '';
diff --git a/htdocs/product/stock/stockatdate.php b/htdocs/product/stock/stockatdate.php
index 4892004db72..44269124140 100644
--- a/htdocs/product/stock/stockatdate.php
+++ b/htdocs/product/stock/stockatdate.php
@@ -373,7 +373,7 @@ if (empty($reshook)) {
}
print '';
-print ' ';
+print ' ';
print '
';
//print '';
diff --git a/htdocs/projet/admin/website.php b/htdocs/projet/admin/website.php
index 04acbaa44aa..893c3765736 100644
--- a/htdocs/projet/admin/website.php
+++ b/htdocs/projet/admin/website.php
@@ -134,7 +134,7 @@ if (!empty($conf->global->PROJECT_ENABLE_PUBLIC)) {
print '';
print '';
- print ' ';
+ print ' ';
print '
';
}
*/
diff --git a/htdocs/projet/tasks/contact.php b/htdocs/projet/tasks/contact.php
index 3aa5c3b8830..f693d0bf94a 100644
--- a/htdocs/projet/tasks/contact.php
+++ b/htdocs/projet/tasks/contact.php
@@ -407,7 +407,7 @@ if ($id > 0 || !empty($ref)) {
print '';
$formcompany->selectTypeContact($object, '', 'type', 'internal', 'rowid');
print ' ';
- print ' ';
+ print ' ';
print '';
// Line to add an external contact. Only if project linked to a third party.
diff --git a/htdocs/public/ticket/list.php b/htdocs/public/ticket/list.php
index 3c5dfffba17..630506ad33a 100644
--- a/htdocs/public/ticket/list.php
+++ b/htdocs/public/ticket/list.php
@@ -710,7 +710,7 @@ if ($action == "view_ticketlist") {
print '';
print '';
- print ' ';
+ print ' ';
print "
\n";
print "\n";
diff --git a/htdocs/public/ticket/view.php b/htdocs/public/ticket/view.php
index 6485f9fcee2..1270ad6c0fa 100644
--- a/htdocs/public/ticket/view.php
+++ b/htdocs/public/ticket/view.php
@@ -395,7 +395,7 @@ if ($action == "view_ticket" || $action == "presend" || $action == "close" || $a
print '';
print '';
- print ' ';
+ print ' ';
print "
\n";
print "\n";
diff --git a/htdocs/reception/card.php b/htdocs/reception/card.php
index 68f314cdd03..3317288a4e1 100644
--- a/htdocs/reception/card.php
+++ b/htdocs/reception/card.php
@@ -1325,7 +1325,7 @@ if ($action == 'create') {
$morehtmlref .= ' ';
$morehtmlref .= ' ';
$morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
- $morehtmlref .= ' ';
+ $morehtmlref .= ' ';
$morehtmlref .= '';
} else {
$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1);
@@ -1403,7 +1403,7 @@ if ($action == 'create') {
print ' ';
print ' ';
print $form->selectDate($object->date_delivery ? $object->date_delivery : -1, 'liv_', 1, 1, '', "setdate_livraison", 1, 0);
- print ' ';
+ print ' ';
print '';
} else {
print $object->date_delivery ? dol_print_date($object->date_delivery, 'dayhour') : ' ';
@@ -1540,7 +1540,7 @@ if ($action == 'create') {
if ($user->admin) {
print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"), 1);
}
- print ' ';
+ print ' ';
print '';
} else {
if ($object->shipping_method_id > 0) {
diff --git a/htdocs/reception/contact.php b/htdocs/reception/contact.php
index 609cb0d12b7..ddc28c72896 100644
--- a/htdocs/reception/contact.php
+++ b/htdocs/reception/contact.php
@@ -160,7 +160,7 @@ if ($id > 0 || !empty($ref)) {
$morehtmlref .= ' ';
$morehtmlref .= ' ';
$morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
- $morehtmlref .= ' ';
+ $morehtmlref .= ' ';
$morehtmlref .= '';
} else {
$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1);
diff --git a/htdocs/reception/note.php b/htdocs/reception/note.php
index 2c1eb55d7b3..bbf2c80be2f 100644
--- a/htdocs/reception/note.php
+++ b/htdocs/reception/note.php
@@ -137,7 +137,7 @@ if ($id > 0 || !empty($ref)) {
$morehtmlref .= ' ';
$morehtmlref .= ' ';
$morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
- $morehtmlref .= ' ';
+ $morehtmlref .= ' ';
$morehtmlref .= '';
} else {
$morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1);
diff --git a/htdocs/recruitment/admin/public_interface.php b/htdocs/recruitment/admin/public_interface.php
index 7b2d72cb835..01a79a87dd8 100644
--- a/htdocs/recruitment/admin/public_interface.php
+++ b/htdocs/recruitment/admin/public_interface.php
@@ -167,7 +167,7 @@ if (!empty($conf->global->RECRUITMENT_ENABLE_PUBLIC_INTERFACE)) {
print '';
print '';
- print ' ';
+ print ' ';
print '
';
}
*/
diff --git a/htdocs/recruitment/core/modules/recruitment/doc/doc_generic_recruitmentjobposition_odt.modules.php b/htdocs/recruitment/core/modules/recruitment/doc/doc_generic_recruitmentjobposition_odt.modules.php
index 06b24ec8b65..c037e11f8db 100644
--- a/htdocs/recruitment/core/modules/recruitment/doc/doc_generic_recruitmentjobposition_odt.modules.php
+++ b/htdocs/recruitment/core/modules/recruitment/doc/doc_generic_recruitmentjobposition_odt.modules.php
@@ -157,7 +157,7 @@ class doc_generic_recruitmentjobposition_odt extends ModelePDFRecruitmentJobPosi
$texte .= $conf->global->RECRUITMENT_RECRUITMENTJOBPOSITION_ADDON_PDF_ODT_PATH;
$texte .= '';
$texte .= '';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= '
';
// Scan directories
diff --git a/htdocs/recruitment/core/modules/recruitment/mod_recruitmentjobposition_advanced.php b/htdocs/recruitment/core/modules/recruitment/mod_recruitmentjobposition_advanced.php
index 35f5616da68..fcc476abacf 100644
--- a/htdocs/recruitment/core/modules/recruitment/mod_recruitmentjobposition_advanced.php
+++ b/htdocs/recruitment/core/modules/recruitment/mod_recruitmentjobposition_advanced.php
@@ -81,7 +81,7 @@ class mod_recruitmentjobposition_advanced extends ModeleNumRefRecruitmentJobPosi
$texte .= ''.$langs->trans("Mask").': ';
$texte .= ''.$form->textwithpicto(' ', $tooltip, 1, 1).' ';
- $texte .= ' ';
+ $texte .= ' ';
$texte .= ' ';
diff --git a/htdocs/salaries/admin/salaries.php b/htdocs/salaries/admin/salaries.php
index dc0cc5b14a0..f8ed3f3f7ce 100644
--- a/htdocs/salaries/admin/salaries.php
+++ b/htdocs/salaries/admin/salaries.php
@@ -133,7 +133,7 @@ print "\n";
//print dol_get_fiche_end();
-print '
';
+print '
';
print ' ';
diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
index d9bffec142a..f5cd9cc8de7 100644
--- a/htdocs/societe/card.php
+++ b/htdocs/societe/card.php
@@ -2580,7 +2580,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
if ($action == 'editRE') {
print '';
$formcompany->select_localtax(1, $object->localtax1_value, "lt1");
- print ' ';
+ print ' ';
} else {
print ''.$object->localtax1_value.' ';
}
@@ -2594,7 +2594,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
if ($action == 'editIRPF') {
print '';
$formcompany->select_localtax(2, $object->localtax2_value, "lt2");
- print ' ';
+ print ' ';
} else {
print ''.$object->localtax2_value.' ';
}
@@ -2612,7 +2612,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
if ($action == 'editRE') {
print '';
$formcompany->select_localtax(1, $object->localtax1_value, "lt1");
- print ' ';
+ print ' ';
} else {
print ''.$object->localtax1_value.' ';
}
@@ -2630,7 +2630,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
if ($action == 'editIRPF') {
print '';
$formcompany->select_localtax(2, $object->localtax2_value, "lt2");
- print ' ';
+ print ' ';
} else {
print ''.$object->localtax2_value.' ';
}
diff --git a/htdocs/societe/notify/card.php b/htdocs/societe/notify/card.php
index d62ca943fb1..b52b8b4a650 100644
--- a/htdocs/societe/notify/card.php
+++ b/htdocs/societe/notify/card.php
@@ -288,7 +288,7 @@ if ($result > 0) {
$type = array('email'=>$langs->trans("EMail"));
print $form->selectarray("typeid", $type, '', 0, 0, 0, '', 0, 0, 0, '', 'minwidth75imp');
print '';
- print ' ';
+ print ' ';
print '';
} else {
print '';
diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php
index cc553555b5b..59a99248af5 100644
--- a/htdocs/supplier_proposal/card.php
+++ b/htdocs/supplier_proposal/card.php
@@ -1541,7 +1541,7 @@ if ($action == 'create') {
print ' ';
print ' ';
print $form->selectDate($object->delivery_date, 'liv_', '', '', '', "editdate_livraison");
- print ' ';
+ print ' ';
print '';
} else {
print dol_print_date($object->delivery_date, 'daytext');
diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php
index a7e491bd4c6..e2872004323 100644
--- a/htdocs/ticket/card.php
+++ b/htdocs/ticket/card.php
@@ -1020,7 +1020,7 @@ if ($action == 'create' || $action == 'presend') {
print ' ';
print ''.$langs->trans("AssignUser").' ';
print $form->select_dolusers($user->id, 'fk_user_assign', 1);
- print ' ';
+ print ' ';
print '';
}
print ' ';
@@ -1041,7 +1041,7 @@ if ($action == 'create' || $action == 'presend') {
print ' ';
print ' ';
print ' ';
- print ' ';
+ print ' ';
print '';
} else {
print($object->progress > 0 ? $object->progress : '0').'%';
@@ -1105,7 +1105,7 @@ if ($action == 'create' || $action == 'presend') {
print '';
print '';
if (GETPOST('set', 'alpha') == 'properties' && $user->rights->ticket->write) {
- print ' ';
+ print ' ';
} else {
// Button to edit Properties
if ($object->fk_statut < $object::STATUS_NEED_MORE_INFO && $user->rights->ticket->write) {
diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php
index d7d971b4edc..643c2f34b11 100644
--- a/htdocs/ticket/class/actions_ticket.class.php
+++ b/htdocs/ticket/class/actions_ticket.class.php
@@ -233,7 +233,7 @@ class ActionsTicket
}
if (!empty($user->rights->ticket->manage) && $action == 'edit_message_init') {
print '';
- print ' ';
+ print ' ';
print ' ';
print '
';
}
diff --git a/htdocs/user/notify/card.php b/htdocs/user/notify/card.php
index 05b45ebf829..737d1b7b710 100644
--- a/htdocs/user/notify/card.php
+++ b/htdocs/user/notify/card.php
@@ -290,7 +290,7 @@ if ($result > 0) {
print $form->selectarray("typeid", $type);
print ' ';
print '';
- print ' ';
+ print ' ';
print ' ';
print ' ';
print ' ';
diff --git a/htdocs/website/index.php b/htdocs/website/index.php
index 23be98a3b8c..4040963b6b7 100644
--- a/htdocs/website/index.php
+++ b/htdocs/website/index.php
@@ -3542,7 +3542,7 @@ if ($action == 'createsite') {
if ($action == 'createsite') {
print '';
- print ' ';
+ print ' ';
print ' ';
print '
';
@@ -3980,7 +3980,7 @@ if ($action == 'editmeta' || $action == 'createcontainer') { // Edit properties
if ($action == 'createcontainer') {
print '';
- print ' ';
+ print ' ';
print ' ';
print '
';