diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
index 29f41587224..332f68c1293 100644
--- a/htdocs/compta/index.php
+++ b/htdocs/compta/index.php
@@ -112,7 +112,7 @@ print getCustomerInvoiceDraftTable($max, $socid);
print '
';
print getDraftSupplierTable($max, $socid);
-print '
';
+print '
';
// Latest modified customer invoices
@@ -749,7 +749,7 @@ if ($resql) {
}
-print '
';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardAccountancy', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/compta/tva/card.php b/htdocs/compta/tva/card.php
index 83740385f2b..4264f786d3a 100755
--- a/htdocs/compta/tva/card.php
+++ b/htdocs/compta/tva/card.php
@@ -614,7 +614,6 @@ if ($id) {
print '';
print '';
- print '
';
$nbcols = 3;
if (!empty($conf->banque->enabled)) {
@@ -717,7 +716,6 @@ if ($id) {
dol_print_error($db);
}
- print '
';
print '
';
print '';
diff --git a/htdocs/compta/tva/index.php b/htdocs/compta/tva/index.php
index e1ac3f96a2d..fed0cf209c1 100644
--- a/htdocs/compta/tva/index.php
+++ b/htdocs/compta/tva/index.php
@@ -514,7 +514,7 @@ if ($refresh === true) {
print '';
- print '';
+ print '
';
/*
@@ -544,7 +544,7 @@ if ($refresh === true) {
pt($db, $sql, $langs->trans("Month"));
- print '
';
+ print '';
}
llxFooter();
diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php
index 626d81892b1..99739260b36 100644
--- a/htdocs/contrat/index.php
+++ b/htdocs/contrat/index.php
@@ -298,7 +298,7 @@ if (!empty($conf->contrat->enabled) && $user->rights->contrat->lire) {
}
-print '';
+print '
';
// Last modified contracts
@@ -622,7 +622,7 @@ if ($resql) {
}
-print '
';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardContracts', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/don/card.php b/htdocs/don/card.php
index 5caf81e815a..b4c84c15203 100644
--- a/htdocs/don/card.php
+++ b/htdocs/don/card.php
@@ -778,7 +778,6 @@ if (!empty($id) && $action != 'edit') {
print '';
print '';
- print '
';
/*
* Payments
@@ -836,7 +835,6 @@ if (!empty($id) && $action != 'edit') {
dol_print_error($db);
}
- print '
';
print '
';
print '';
diff --git a/htdocs/don/index.php b/htdocs/don/index.php
index 36323d332b7..85e2eb3e48f 100644
--- a/htdocs/don/index.php
+++ b/htdocs/don/index.php
@@ -190,7 +190,7 @@ print '';
print "";
-print '';
+print '
';
$max = 10;
@@ -252,7 +252,7 @@ if ($resql) {
}
-print '
';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardDonation', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/don/stats/index.php b/htdocs/don/stats/index.php
index 59a73ad5b19..bb7d6b314aa 100644
--- a/htdocs/don/stats/index.php
+++ b/htdocs/don/stats/index.php
@@ -276,7 +276,7 @@ print '';
print '';
-print '';
+print '
';
// Show graphs
@@ -293,7 +293,7 @@ if ($mesg) {
print '';
-print '
';
+print '';
print '';
print dol_get_fiche_end();
diff --git a/htdocs/eventorganization/conferenceorbooth_document.php b/htdocs/eventorganization/conferenceorbooth_document.php
index 8b064c12b72..458af551bc9 100644
--- a/htdocs/eventorganization/conferenceorbooth_document.php
+++ b/htdocs/eventorganization/conferenceorbooth_document.php
@@ -220,7 +220,6 @@ if (!empty($withproject)) {
print '';
print '';
- print '
';
print '
';
print '
';
@@ -279,7 +278,6 @@ if (!empty($withproject)) {
print '
';
- print '
';
print '
';
print '';
diff --git a/htdocs/eventorganization/conferenceorboothattendee_card.php b/htdocs/eventorganization/conferenceorboothattendee_card.php
index 101bc10a0aa..a4dc780c8d9 100644
--- a/htdocs/eventorganization/conferenceorboothattendee_card.php
+++ b/htdocs/eventorganization/conferenceorboothattendee_card.php
@@ -317,7 +317,6 @@ if (!empty($withproject)) {
print '';
print '';
- print '
';
print '
';
print '
';
@@ -410,7 +409,6 @@ if (!empty($withproject)) {
print '
';
- print '
';
print '
';
print '';
diff --git a/htdocs/eventorganization/conferenceorboothattendee_list.php b/htdocs/eventorganization/conferenceorboothattendee_list.php
index 12d62e0ab76..6489efb0bb9 100644
--- a/htdocs/eventorganization/conferenceorboothattendee_list.php
+++ b/htdocs/eventorganization/conferenceorboothattendee_list.php
@@ -497,7 +497,6 @@ if ($projectstatic->id > 0 || $confOrBooth > 0) {
print '';
print '';
- print '
';
print '
';
print '
';
@@ -590,7 +589,6 @@ if ($projectstatic->id > 0 || $confOrBooth > 0) {
print '
';
- print '
';
print '
';
print '';
diff --git a/htdocs/eventorganization/eventorganizationindex.php b/htdocs/eventorganization/eventorganizationindex.php
index d708883c249..77c2ec512f4 100644
--- a/htdocs/eventorganization/eventorganizationindex.php
+++ b/htdocs/eventorganization/eventorganizationindex.php
@@ -144,7 +144,7 @@ if (! empty($conf->eventorganization->enabled) && $user->rights->eventorganizati
END MODULEBUILDER DRAFT MYOBJECT */
-print '';
+print '
';
$NBMAX = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT;
@@ -205,7 +205,7 @@ if (! empty($conf->eventorganization->enabled) && $user->rights->eventorganizati
}
*/
-print '
';
+print '';
// End of page
llxFooter();
diff --git a/htdocs/expedition/index.php b/htdocs/expedition/index.php
index a08339d652f..49777518509 100644
--- a/htdocs/expedition/index.php
+++ b/htdocs/expedition/index.php
@@ -124,7 +124,7 @@ if ($resql) {
//print '';
-print '';
+print ' ';
$max = 5;
@@ -283,7 +283,7 @@ if ($resql) {
}
-print ' ';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardWarehouseSendings', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/expedition/stats/index.php b/htdocs/expedition/stats/index.php
index e5718added1..fc8d69e4ce7 100644
--- a/htdocs/expedition/stats/index.php
+++ b/htdocs/expedition/stats/index.php
@@ -291,7 +291,7 @@ print '';
print '';
-print '';
+print ' ';
// Show graphs
@@ -308,7 +308,7 @@ if ($mesg) {
print ' | ';
-print '';
+print '';
print '';
print dol_get_fiche_end();
diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php
index 386817e03af..fca9d9b9681 100644
--- a/htdocs/expensereport/card.php
+++ b/htdocs/expensereport/card.php
@@ -1850,7 +1850,6 @@ if ($action == 'create') {
print '';
print '';
- print '
';
print '
';
print '
';
@@ -1903,7 +1902,7 @@ if ($action == 'create') {
$nbcols++;
}
- print '';
+ print '';
print '';
print '| '.$langs->trans('Payments').' | ';
@@ -2002,7 +2001,6 @@ if ($action == 'create') {
}
print "
";
- print '';
print '';
print '';
diff --git a/htdocs/expensereport/index.php b/htdocs/expensereport/index.php
index c87cc08fb40..d731c4c8c82 100644
--- a/htdocs/expensereport/index.php
+++ b/htdocs/expensereport/index.php
@@ -185,7 +185,7 @@ print '';
// Right area
-print '';
+print '
';
$max = 10;
@@ -265,7 +265,7 @@ if ($result) {
dol_print_error($db);
}
-print '
';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardExpenseReport', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/expensereport/stats/index.php b/htdocs/expensereport/stats/index.php
index d9fe6a72c87..500fe874747 100644
--- a/htdocs/expensereport/stats/index.php
+++ b/htdocs/expensereport/stats/index.php
@@ -292,7 +292,7 @@ foreach ($data as $val) {
print '
';
print '';
-print '';
+print '
';
// Show graphs
@@ -309,7 +309,7 @@ if ($mesg) {
print '
';
-print '
';
+print '';
print '';
diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php
index 9fb15bac425..a9b85840bca 100644
--- a/htdocs/fichinter/card.php
+++ b/htdocs/fichinter/card.php
@@ -1246,7 +1246,6 @@ if ($action == 'create') {
print '';
print '';
- print '
';
print '
';
print '
';
@@ -1260,7 +1259,6 @@ if ($action == 'create') {
print "
";
- print '
';
print '
';
print '';
@@ -1668,14 +1666,14 @@ if ($action == 'create') {
$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
- print '';
+ print '
';
// List of actions on element
include_once DOL_DOCUMENT_ROOT.'/core/class/html.formactions.class.php';
$formactions = new FormActions($db);
$somethingshown = $formactions->showactions($object, 'fichinter', $socid, 1);
- print '
';
+ print '';
}
diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php
index 169ddfdccbf..0f0fc0acc99 100644
--- a/htdocs/fichinter/index.php
+++ b/htdocs/fichinter/index.php
@@ -229,7 +229,7 @@ if (!empty($conf->ficheinter->enabled)) {
}
-print '';
+print '
';
$max = 5;
@@ -381,7 +381,7 @@ if (!empty($conf->ficheinter->enabled)) {
}
}
-print '
';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardInterventions', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/fichinter/stats/index.php b/htdocs/fichinter/stats/index.php
index aec9ab7e839..f1247adb457 100644
--- a/htdocs/fichinter/stats/index.php
+++ b/htdocs/fichinter/stats/index.php
@@ -300,7 +300,7 @@ print '';
print '';
-print '';
+print '
';
// Show graphs
@@ -317,7 +317,7 @@ if ($mesg) {
print '';
-print '
';
+print '';
print '';
print dol_get_fiche_end();
diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php
index 67ed2d4e741..16e89850ae4 100644
--- a/htdocs/fourn/card.php
+++ b/htdocs/fourn/card.php
@@ -371,7 +371,7 @@ if ($object->id > 0) {
print '';
- print '';
+ print '
';
$boxstat = '';
@@ -813,7 +813,7 @@ if ($object->id > 0) {
}
}
- print '
';
+ print '';
print '';
print dol_get_fiche_end();
diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
index f025e3ce6c7..dea816b9574 100644
--- a/htdocs/fourn/commande/card.php
+++ b/htdocs/fourn/commande/card.php
@@ -2249,7 +2249,6 @@ if ($action == 'create') {
print '';
print '';
- print '
';
print '
';
print '
';
@@ -2308,7 +2307,6 @@ if ($action == 'create') {
}*/
- print '';
print '';
print '';
@@ -2640,7 +2638,7 @@ if ($action == 'create') {
$linktoelem = $form->showLinkToObjectBlock($object, null, array('supplier_order', 'order_supplier'));
$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
- print '';
+ print '
';
if ($action == 'classifyreception') {
if ($usercanreceived && ($object->statut == CommandeFournisseur::STATUS_ORDERSENT || $object->statut == CommandeFournisseur::STATUS_RECEIVED_PARTIALLY)) {
@@ -2686,7 +2684,7 @@ if ($action == 'create') {
$formactions = new FormActions($db);
$somethingshown = $formactions->showactions($object, 'order_supplier', $socid, 1, 'listaction'.($genallowed ? 'largetitle' : ''));
- print '
';
+ print '';
}
/*
diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php
index 4d93f6d3818..7d6b3b6936a 100644
--- a/htdocs/fourn/commande/index.php
+++ b/htdocs/fourn/commande/index.php
@@ -272,7 +272,7 @@ if ($resql) {
}
-print '';
+print '
';
/*
@@ -417,7 +417,7 @@ print "
";
}
*/
-print '
';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardOrdersSuppliers', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
index d32f7eebb93..946958594d8 100644
--- a/htdocs/fourn/facture/card.php
+++ b/htdocs/fourn/facture/card.php
@@ -2948,7 +2948,6 @@ if ($action == 'create') {
print '';
print '';
- print '
';
print '
';
print '
';
@@ -3325,7 +3324,6 @@ if ($action == 'create') {
print '
';
print '
';
- print '
';
print '';
print '';
@@ -3574,17 +3572,14 @@ if ($action == 'create') {
$linktoelem = $form->showLinkToObjectBlock($object, null, array('invoice_supplier'));
$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
- print '';
- //print '
';
- //print ' ';
+ print '';
// List of actions on element
include_once DOL_DOCUMENT_ROOT.'/core/class/html.formactions.class.php';
$formactions = new FormActions($db);
$somethingshown = $formactions->showactions($object, 'invoice_supplier', $socid, 1, 'listaction'.($genallowed ? 'largetitle' : ''));
- print ' ';
- //print ' | ';
+ print '
';
}
}
}
diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php
index 5479ad22462..21d3e4cfa58 100644
--- a/htdocs/fourn/facture/index.php
+++ b/htdocs/fourn/facture/index.php
@@ -73,7 +73,6 @@ if ($tmp) {
print '';
print '';
-print '
';
$tmp = getPurchaseInvoiceLatestEditTable($maxLatestEditCount, $socid);
if ($tmp) {
@@ -87,7 +86,6 @@ if ($tmp) {
print '
';
}
-print '
';
print '
';
print '';
diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php
index 7dfd17495c3..1dc3e963db7 100644
--- a/htdocs/fourn/index.php
+++ b/htdocs/fourn/index.php
@@ -221,8 +221,7 @@ if (((!empty($conf->fournisseur->enabled) && empty($conf->global->MAIN_USE_NEW_S
}
-//print '';
-print '';
+print ' ';
/*
@@ -318,8 +317,7 @@ if (count($companystatic->SupplierCategories)) {
}
-//print " | \n";
-print '';
+print '';
// End of page
llxFooter();
diff --git a/htdocs/holiday/document.php b/htdocs/holiday/document.php
index c4e779efe52..959543f436b 100644
--- a/htdocs/holiday/document.php
+++ b/htdocs/holiday/document.php
@@ -283,7 +283,6 @@ if ($object->id) {
/*
print '';
print '';
- print '
';
print '
';
@@ -340,7 +339,6 @@ if ($object->id) {
print '';
print '';
- print '
';
print '
'; */
print '';
diff --git a/htdocs/hrm/evaluation_card.php b/htdocs/hrm/evaluation_card.php
index 2716bbf8a83..28e030ffc42 100644
--- a/htdocs/hrm/evaluation_card.php
+++ b/htdocs/hrm/evaluation_card.php
@@ -682,7 +682,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
- print '';
+ print '
';
$MAXEVENT = 10;
@@ -695,7 +695,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
$formactions = new FormActions($db);
$somethingshown = $formactions->showactions($object, $object->element.'@'.$object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlright);
- print '
';
+ print '';
}
//Select mail models is same action as presend
diff --git a/htdocs/hrm/index.php b/htdocs/hrm/index.php
index ac9d01035af..0b887667561 100644
--- a/htdocs/hrm/index.php
+++ b/htdocs/hrm/index.php
@@ -175,7 +175,7 @@ if (!empty($conf->holiday->enabled)) {
}
-print '';
+print '
';
@@ -404,7 +404,7 @@ if (!empty($conf->recruitment->enabled) && $user->rights->recruitment->recruitme
}
}
-print '
';
+print '';
// Initialize technical object to manage hooks. Note that conf->hooks_modules contains array
$parameters = array('user' => $user);
diff --git a/htdocs/hrm/job_card.php b/htdocs/hrm/job_card.php
index 23343c5c09b..42ee4d6f4b1 100644
--- a/htdocs/hrm/job_card.php
+++ b/htdocs/hrm/job_card.php
@@ -450,7 +450,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
- print '';
+ print '
';
$MAXEVENT = 10;
@@ -463,7 +463,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
$formactions = new FormActions($db);
$somethingshown = $formactions->showactions($object, $object->element . '@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlright);
- print '
';
+ print '';
}
// Presend form
diff --git a/htdocs/hrm/position_card.php b/htdocs/hrm/position_card.php
index 4e003372a1c..4d6b36b52f3 100644
--- a/htdocs/hrm/position_card.php
+++ b/htdocs/hrm/position_card.php
@@ -344,7 +344,7 @@ function DisplayPositionCard(&$object)
// }
//
//
-// print '';
+// print '
';
//
// $MAXEVENT = 10;
//
@@ -355,7 +355,7 @@ function DisplayPositionCard(&$object)
// $formactions = new FormActions($db);
// $somethingshown = $formactions->showactions($object, '', $object->id, 1, '', $MAXEVENT, '', $morehtmlright); // Show all action for thirdparty
//
-// print '
';
+// print '';
//}
@@ -373,7 +373,7 @@ if ($action !== 'edit' && $action !== 'create') {
$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
- print '';
+ print '
';
$MAXEVENT = 10;
@@ -385,7 +385,7 @@ if ($action !== 'edit' && $action !== 'create') {
$formactions = new FormActions($db);
$somethingshown = $formactions->showactions($object, $object->element . '@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlright);
- print '
';
+ print '';
}
diff --git a/htdocs/hrm/skill_card.php b/htdocs/hrm/skill_card.php
index 3b649ebf485..ed66dc4ebb9 100644
--- a/htdocs/hrm/skill_card.php
+++ b/htdocs/hrm/skill_card.php
@@ -836,7 +836,7 @@ if ($action != "create" && $action != "edit") {
$linktoelem = $form->showLinkToObjectBlock($object, null, array('skill'));
$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
- print '';
+ print '
';
$MAXEVENT = 10;
@@ -848,7 +848,7 @@ if ($action != "create" && $action != "edit") {
$formactions = new FormActions($db);
$somethingshown = $formactions->showactions($object, $object->element . '@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1, '', $MAXEVENT, '', $morehtmlright);
- print '
';
+ print '';
}
// End of page
diff --git a/htdocs/knowledgemanagement/knowledgemanagementindex.php b/htdocs/knowledgemanagement/knowledgemanagementindex.php
index d9b1f07e6e0..ccb3503eb2f 100644
--- a/htdocs/knowledgemanagement/knowledgemanagementindex.php
+++ b/htdocs/knowledgemanagement/knowledgemanagementindex.php
@@ -145,7 +145,7 @@ if (! empty($conf->knowledgemanagement->enabled) && $user->rights->knowledgemana
END MODULEBUILDER DRAFT MYOBJECT */
-print '';
+print '
';
$NBMAX = (empty($conf->global->MAIN_SIZE_SHORTLIST_LIMIT) ? 25 : $conf->global->MAIN_SIZE_SHORTLIST_LIMIT);
@@ -202,7 +202,7 @@ if (! empty($conf->knowledgemanagement->enabled) && $user->rights->knowledgemana
}
*/
-print '
';
+print '';
// End of page
llxFooter();
diff --git a/htdocs/modulebuilder/template/mymoduleindex.php b/htdocs/modulebuilder/template/mymoduleindex.php
index c0c98d88e8f..15f3d83ac54 100644
--- a/htdocs/modulebuilder/template/mymoduleindex.php
+++ b/htdocs/modulebuilder/template/mymoduleindex.php
@@ -173,7 +173,7 @@ if (! empty($conf->mymodule->enabled) && $user->rights->mymodule->read)
END MODULEBUILDER DRAFT MYOBJECT */
-print '';
+print '
';
$NBMAX = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT;
@@ -234,7 +234,7 @@ if (! empty($conf->mymodule->enabled) && $user->rights->mymodule->read)
}
*/
-print '
';
+print '';
// End of page
llxFooter();
diff --git a/htdocs/mrp/index.php b/htdocs/mrp/index.php
index cbb7b5da305..c4480f76ed0 100644
--- a/htdocs/mrp/index.php
+++ b/htdocs/mrp/index.php
@@ -147,7 +147,7 @@ if ($conf->use_javascript_ajax) {
print '
';
-print '';
+print '
';
/*
* Last modified BOM
@@ -245,7 +245,7 @@ if ($resql) {
dol_print_error($db);
}
-print '
';
+print '';
$parameters = array(
//'type' => $type,
diff --git a/htdocs/partnership/partnershipindex.php b/htdocs/partnership/partnershipindex.php
index f1a9f8c507b..0b8a6cd33c9 100644
--- a/htdocs/partnership/partnershipindex.php
+++ b/htdocs/partnership/partnershipindex.php
@@ -133,7 +133,7 @@ if (! empty($conf->partnership->enabled) && $user->rights->partnership->read) {
END MODULEBUILDER DRAFT MYOBJECT */
-print '';
+print '
';
$NBMAX = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT;
@@ -190,7 +190,7 @@ if (! empty($conf->partnership->enabled) && $user->rights->partnership->read) {
}
*/
-print '
';
+print '';
// End of page
llxFooter();
diff --git a/htdocs/product/card.php b/htdocs/product/card.php
index d6761f9fddb..75d11aee3b9 100644
--- a/htdocs/product/card.php
+++ b/htdocs/product/card.php
@@ -2323,7 +2323,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
print '';
print '';
- print '';
+ print '
';
print '
';
print '
';
@@ -2479,7 +2479,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
print "
\n";
print '
';
- print '
';
+ print '';
print '';
print dol_get_fiche_end();
@@ -2701,7 +2701,7 @@ if ($action != 'create' && $action != 'edit' && $action != 'delete') {
print $formfile->showdocuments($modulepart, $object->ref, $filedir, $urlsource, $genallowed, $delallowed, '', 0, 0, 0, 28, 0, '', 0, '', $object->default_lang, '', $object);
$somethingshown = $formfile->numoffiles;
- print '';
+ print '
';
$MAXEVENT = 10;
@@ -2714,7 +2714,7 @@ if ($action != 'create' && $action != 'edit' && $action != 'delete') {
$formactions = new FormActions($db);
$somethingshown = $formactions->showactions($object, 'product', 0, 1, '', $MAXEVENT, '', $morehtmlright); // Show all action for product
- print '
';
+ print '';
}
// End of page
diff --git a/htdocs/product/index.php b/htdocs/product/index.php
index e3be4b91415..082e8a4d8d2 100644
--- a/htdocs/product/index.php
+++ b/htdocs/product/index.php
@@ -274,7 +274,7 @@ if (!empty($conf->categorie->enabled) && !empty($conf->global->CATEGORY_GRAPHSTA
print '';
print '';
}
-print '';
+print '
';
/*
@@ -416,7 +416,7 @@ if (!empty($conf->global->MAIN_SHOW_PRODUCT_ACTIVITY_TRIM)) {
}
-print '
';
+print '';
$parameters = array('type' => $type, 'user' => $user);
$reshook = $hookmanager->executeHooks('dashboardProductsServices', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/product/stats/card.php b/htdocs/product/stats/card.php
index 46799773276..ef4abef5173 100644
--- a/htdocs/product/stats/card.php
+++ b/htdocs/product/stats/card.php
@@ -474,8 +474,8 @@ if ($result || empty($id)) {
}
// div not closed
if ($i % 2 == 1) {
- print "\n".'';
+ print "\n".''."\n";
+ print "\n".'
';
print ''."\n";
}
}
diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php
index 14f433b2713..7b81b147b1d 100644
--- a/htdocs/product/stock/card.php
+++ b/htdocs/product/stock/card.php
@@ -505,7 +505,6 @@ if ($action == 'create') {
print '';
print '';
- print '
';
print '
';
print '
';
@@ -551,7 +550,6 @@ if ($action == 'create') {
print "
";
- print '
';
print '
';
print '';
diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php
index b64068df48b..9aad5f382cc 100644
--- a/htdocs/product/stock/index.php
+++ b/htdocs/product/stock/index.php
@@ -134,8 +134,7 @@ if ($result) {
}
-//print '';
-print '';
+print ' ';
// Latest movements
@@ -235,8 +234,7 @@ if ($resql) {
dol_print_error($db);
}
-//print ' | ';
-print '';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardWarehouse', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/product/stock/movement_card.php b/htdocs/product/stock/movement_card.php
index 24e5ae2b689..b5373fc9de6 100644
--- a/htdocs/product/stock/movement_card.php
+++ b/htdocs/product/stock/movement_card.php
@@ -605,7 +605,6 @@ if ($resql) {
print '';
print '';
- print '
';
print '
';
print '
';
@@ -637,7 +636,6 @@ if ($resql) {
print "
";
- print '
';
print '
';
print '';
@@ -1205,7 +1203,7 @@ if ($action != 'create' && $action != 'edit' && $action != 'delete' && $id > 0)
print $formfile->showdocuments($modulepart, $objectref, $filedir, $urlsource, $genallowed, $delallowed, '', 0, 0, 0, 28, 0, '', 0, '', $object->default_lang, '', $object);
$somethingshown = $formfile->numoffiles;
- print '';
+ print '
';
$MAXEVENT = 10;
@@ -1218,7 +1216,7 @@ if ($action != 'create' && $action != 'edit' && $action != 'delete' && $id > 0)
$formactions = new FormActions($db);
$somethingshown = $formactions->showactions($object, 'mouvement', 0, 1, '', $MAXEVENT, '', $morehtmlright); // Show all action for product
- print '
';
+ print '';
}
diff --git a/htdocs/product/stock/movement_list.php b/htdocs/product/stock/movement_list.php
index f3b9ea40559..e028c49396b 100644
--- a/htdocs/product/stock/movement_list.php
+++ b/htdocs/product/stock/movement_list.php
@@ -718,7 +718,6 @@ if ($object->id > 0) {
print '';
print '';
- print '
';
print '
';
print '
';
@@ -760,7 +759,6 @@ if ($object->id > 0) {
print "
";
- print '
';
print '
';
print '';
diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
index f8c88ce6d01..23900c85c0b 100644
--- a/htdocs/product/stock/product.php
+++ b/htdocs/product/stock/product.php
@@ -709,7 +709,7 @@ if ($id > 0 || $ref) {
print '';
print '';
- print '';
+ print '
';
print '
';
@@ -863,7 +863,6 @@ if ($id > 0 || $ref) {
print "
";
- print '
';
print '
';
print '
';
diff --git a/htdocs/product/stock/productlot_card.php b/htdocs/product/stock/productlot_card.php
index 36e230b911d..cbf7c901b37 100644
--- a/htdocs/product/stock/productlot_card.php
+++ b/htdocs/product/stock/productlot_card.php
@@ -569,7 +569,7 @@ if ($action != 'presend') {
print $formfile->showdocuments('product_batch', $objref, $filedir, $urlsource, $genallowed, $delallowed, '', 0, 0, 0, 28, 0, '', 0, '', $langs->default_lang, '', $object);
}
- print '';
+ print '
';
$MAXEVENT = 10;
@@ -577,7 +577,7 @@ if ($action != 'presend') {
$formactions = new FormActions($db);
$somethingshown = $formactions->showactions($object, 'productlot', 0, 1, '', $MAXEVENT);
- print '
';
+ print '';
}
// End of page
diff --git a/htdocs/projet/activity/index.php b/htdocs/projet/activity/index.php
index bdce4353faf..453a4078978 100644
--- a/htdocs/projet/activity/index.php
+++ b/htdocs/projet/activity/index.php
@@ -159,7 +159,7 @@ print "";
print '';
-print '';
+print '
';
/* Affichage de la liste des projets d'hier */
@@ -557,7 +557,7 @@ if (empty($conf->global->PROJECT_HIDE_TASKS) && !empty($conf->global->PROJECT_SH
}
-print '
';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardActivities', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php
index 9998906601d..e1f86bcffc9 100644
--- a/htdocs/projet/index.php
+++ b/htdocs/projet/index.php
@@ -197,7 +197,7 @@ include DOL_DOCUMENT_ROOT.'/projet/graph_opportunities.inc.php';
print_projecttasks_array($db, $form, $socid, $projectsListId, 0, 0, $listofoppstatus, array('projectlabel', 'plannedworkload', 'declaredprogress', 'prospectionstatus', 'projectstatus'));
-print '';
+print '
';
// Latest modified projects
$sql = "SELECT p.rowid, p.ref, p.title, p.dateo, p.datee, p.fk_statut as status, p.tms as datem";
@@ -418,7 +418,7 @@ if (empty($conf->global->PROJECT_HIDE_PROJECT_LIST_ON_PROJECT_AREA)) {
print_projecttasks_array($db, $form, $socid, $projectsListId, 0, 1, $listofoppstatus, array());
}
-print '
';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardProjects', $parameters, $projectstatic); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/projet/stats/index.php b/htdocs/projet/stats/index.php
index afd86f3ed07..c5acc20bfe6 100644
--- a/htdocs/projet/stats/index.php
+++ b/htdocs/projet/stats/index.php
@@ -349,7 +349,7 @@ foreach ($data_all_year as $val) {
print '';
print '';
-print '';
+print '
';
$stringtoshow = '
| ';
if ($mesg) {
diff --git a/htdocs/projet/tasks/stats/index.php b/htdocs/projet/tasks/stats/index.php
index 76c74ba343c..60cbdf37072 100644
--- a/htdocs/projet/tasks/stats/index.php
+++ b/htdocs/projet/tasks/stats/index.php
@@ -205,7 +205,7 @@ foreach ($data_all_year as $val) {
print ' |
';
print '
';
-print '
';
+print '
';
$stringtoshow = '
| ';
if ($mesg) {
@@ -219,7 +219,7 @@ $stringtoshow .= ' |
';
print $stringtoshow;
-print '
';
+print '';
print '';
// End of page
diff --git a/htdocs/projet/tasks/time.php b/htdocs/projet/tasks/time.php
index d171d130a41..ec8593db7fc 100644
--- a/htdocs/projet/tasks/time.php
+++ b/htdocs/projet/tasks/time.php
@@ -816,10 +816,9 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0) {
print '';
print '';
- print '
';
print '
';
- print '
';
+ print '';
// Description
print '| '.$langs->trans("Description").' | ';
@@ -835,7 +834,6 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0) {
print ' |
';
- print '';
print '';
print '';
diff --git a/htdocs/reception/index.php b/htdocs/reception/index.php
index 965e3f12082..580de4aca1a 100644
--- a/htdocs/reception/index.php
+++ b/htdocs/reception/index.php
@@ -135,8 +135,7 @@ if ($resql) {
}
-//print '';
-print '';
+print ' ';
$max = 5;
@@ -265,7 +264,7 @@ if ($resql) {
}
}
-print ' ';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardWarehouseReceptions', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/reception/stats/index.php b/htdocs/reception/stats/index.php
index 3e8ccb7f017..8f20ed58065 100644
--- a/htdocs/reception/stats/index.php
+++ b/htdocs/reception/stats/index.php
@@ -282,7 +282,7 @@ foreach ($data as $val) {
print ' |
';
-print '
';
+print '
';
// Show graphs
@@ -299,7 +299,7 @@ if ($mesg) {
print '';
-print '
';
+print '';
print '';
print dol_get_fiche_end();
diff --git a/htdocs/recruitment/recruitmentindex.php b/htdocs/recruitment/recruitmentindex.php
index c0e5449b649..b4d943584cd 100644
--- a/htdocs/recruitment/recruitmentindex.php
+++ b/htdocs/recruitment/recruitmentindex.php
@@ -320,7 +320,7 @@ if (! empty($conf->recruitment->enabled) && $user->rights->recruitment->read)
END MODULEBUILDER DRAFT MYOBJECT */
-print '';
+print '
';
$NBMAX = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT;
@@ -463,7 +463,7 @@ if (!empty($conf->recruitment->enabled) && $user->rights->recruitment->recruitme
}
}
-print '
';
+print '';
// End of page
llxFooter();
diff --git a/htdocs/salaries/card.php b/htdocs/salaries/card.php
index b2da534fda8..0d47a90796f 100755
--- a/htdocs/salaries/card.php
+++ b/htdocs/salaries/card.php
@@ -854,7 +854,6 @@ if ($id) {
print '';
print '';
- print '
';
$nbcols = 3;
if (!empty($conf->banque->enabled)) {
@@ -955,7 +954,6 @@ if ($id) {
dol_print_error($db);
}
- print '
';
print '
';
print '';
diff --git a/htdocs/salaries/stats/index.php b/htdocs/salaries/stats/index.php
index ecc62c2a237..7eefe7982fc 100644
--- a/htdocs/salaries/stats/index.php
+++ b/htdocs/salaries/stats/index.php
@@ -256,7 +256,7 @@ print '';
print '';
-print '';
+print '
';
// Show graphs
@@ -273,7 +273,7 @@ if ($mesg) {
print '';
-print '
';
+print '';
print '';
diff --git a/htdocs/supplier_proposal/index.php b/htdocs/supplier_proposal/index.php
index 04eff4ce896..f151651d186 100644
--- a/htdocs/supplier_proposal/index.php
+++ b/htdocs/supplier_proposal/index.php
@@ -211,7 +211,7 @@ if (!empty($conf->supplier_proposal->enabled)) {
}
}
-print '';
+print '
';
$max = 5;
@@ -385,7 +385,7 @@ if (!empty($conf->supplier_proposal->enabled) && $user->rights->supplier_proposa
}
}
-print '
';
+print '';
$parameters = array('user' => $user);
$reshook = $hookmanager->executeHooks('dashboardSupplierProposal', $parameters, $object); // Note that $action and $object may have been modified by hook
diff --git a/htdocs/takepos/admin/orderprinters.php b/htdocs/takepos/admin/orderprinters.php
index eb23f26806c..cddf839375a 100644
--- a/htdocs/takepos/admin/orderprinters.php
+++ b/htdocs/takepos/admin/orderprinters.php
@@ -135,14 +135,11 @@ print load_fiche_titre($langs->trans("OrderPrinters"));
//print '| ';
print ' | ';
-print '';
-//print ' |
';
-print '';
-
print '
';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 1e0f8dffc1e..81f99ba381a 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -1963,7 +1963,7 @@ div.fichethirdleft {
print "float: ".$left.";\n";
} ?>
browser->layout != 'phone') {
- print "width: 50%;\n";
+ print "width: calc(50% - 14px);\n";
} ?>
browser->layout == 'phone') {
print "padding-bottom: 6px;\n";
@@ -1974,15 +1974,12 @@ div.fichetwothirdright {
print "float: ".$right.";\n";
} ?>
browser->layout != 'phone') {
- print "width: 50%;\n";
+ print "width: calc(50% - 14px);\n";
} ?>
browser->layout == 'phone') {
print "padding-bottom: 6px\n";
} ?>
}
-div.fichetwothirdright div.ficheaddleft {
- padding-: 28px;
-}
div.fichehalfleft {
browser->layout != 'phone') {
print "float: ".$left.";\n";
@@ -2037,9 +2034,6 @@ div.secondcolumn div.box {
width: auto;
padding-bottom: 6px;
}
- div.fichetwothirdright div.ficheaddleft {
- padding-left: 0;
- }
div.fichehalfleft {
float: none;
width: auto;
@@ -3996,8 +3990,8 @@ div.tabBar .noborder {
/* Prepare to remove class pair - impair */
.noborder:not(.editmode) > tbody > tr:nth-child(even):not(.liste_titre), .liste > tbody > tr:nth-child(even):not(.liste_titre),
-div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright):not(.ficheaddleft) > .border > tbody > tr:nth-of-type(even):not(.liste_titre), .liste > tbody > tr:nth-of-type(even):not(.liste_titre),
-div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright):not(.ficheaddleft) .oddeven.tagtr:nth-of-type(even):not(.liste_titre)
+div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody > tr:nth-of-type(even):not(.liste_titre), .liste > tbody > tr:nth-of-type(even):not(.liste_titre),
+div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-type(even):not(.liste_titre)
{
background: linear-gradient(bottom, var(----colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
background: -o-linear-gradient(bottom, var(--colorbacklineimpair2) 0%, var(--colorbacklineimpair2) 100%);
@@ -4011,8 +4005,8 @@ div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright):not(.ficheaddleft
}
.noborder:not(.editmode) > tbody > tr:nth-child(odd):not(.liste_titre), .liste > tbody > tr:nth-child(odd):not(.liste_titre),
-div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright):not(.ficheaddleft) > .border > tbody > tr:nth-of-type(odd):not(.liste_titre), .liste > tbody > tr:nth-of-type(odd):not(.liste_titre),
-div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright):not(.ficheaddleft) .oddeven.tagtr:nth-of-type(odd):not(.liste_titre)
+div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody > tr:nth-of-type(odd):not(.liste_titre), .liste > tbody > tr:nth-of-type(odd):not(.liste_titre),
+div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-type(odd):not(.liste_titre)
{
background: linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
background: -o-linear-gradient(bottom, var(--colorbacklinepair2) 0%, var(--colorbacklinepair2) 100%);
@@ -4041,9 +4035,6 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
padding-left: 0px;
padding-bottom: 10px;
}
-.ficheaddleft div.boxstats, .ficheaddright div.boxstats {
- border: none;
-}
.boxstatsborder {
/* border: 1px solid #CCC !important; */
}
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 51e625438fd..c38eb032e0a 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -1965,7 +1965,7 @@ div.fichethirdleft {
print "float: ".$left.";\n";
} ?>
browser->layout != 'phone') {
- print "width: 50%;\n";
+ print "width: calc(50% - 14px);\n";
} ?>
browser->layout == 'phone') {
print "padding-bottom: 6px;\n";
@@ -1976,15 +1976,12 @@ div.fichetwothirdright {
print "float: ".$right.";\n";
} ?>
browser->layout != 'phone') {
- print "width: 50%;\n";
+ print "width: calc(50% - 14px);\n";
} ?>
browser->layout == 'phone') {
print "padding-bottom: 6px\n";
} ?>
}
-div.fichetwothirdright div.ficheaddleft {
- padding-left: 20px;
-}
div.fichehalfleft {
browser->layout != 'phone') {
print "float: ".$left.";\n";
@@ -2042,9 +2039,6 @@ div.secondcolumn div.box {
width: auto;
padding-bottom: 6px;
}
- div.fichetwothirdright div.ficheaddleft {
- padding-left: 0;
- }
div.fichehalfleft {
float: none;
width: auto;
@@ -3989,8 +3983,8 @@ div .tdtop {
/* Prepare to remove class pair - impair */
.noborder > tbody > tr:nth-child(even):not(.liste_titre), .liste > tbody > tr:nth-child(even):not(.liste_titre),
-div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright):not(.ficheaddleft) > .border > tbody > tr:nth-of-type(even):not(.liste_titre), .liste > tbody > tr:nth-of-type(even):not(.liste_titre),
-div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright):not(.ficheaddleft) .oddeven.tagtr:nth-of-type(even):not(.liste_titre)
+div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody > tr:nth-of-type(even):not(.liste_titre), .liste > tbody > tr:nth-of-type(even):not(.liste_titre),
+div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-type(even):not(.liste_titre)
{
background: linear-gradient(to bottom, var(--colorbacklineimpair1) 0%, var(--colorbacklineimpair2) 100%);
background: -o-linear-gradient(bottom, var(--colorbacklineimpair1) 0%, var(--colorbacklineimpair2) 100%);
@@ -4004,8 +3998,8 @@ div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright):not(.ficheaddleft
}
.noborder > tbody > tr:nth-child(odd):not(.liste_titre), .liste > tbody > tr:nth-child(odd):not(.liste_titre),
-div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright):not(.ficheaddleft) > .border > tbody > tr:nth-of-type(odd):not(.liste_titre), .liste > tbody > tr:nth-of-type(odd):not(.liste_titre),
-div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright):not(.ficheaddleft) .oddeven.tagtr:nth-of-type(odd):not(.liste_titre)
+div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) > .border > tbody > tr:nth-of-type(odd):not(.liste_titre), .liste > tbody > tr:nth-of-type(odd):not(.liste_titre),
+div:not(.fichecenter):not(.fichehalfleft):not(.fichehalfright) .oddeven.tagtr:nth-of-type(odd):not(.liste_titre)
{
background: linear-gradient(to bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
background: -o-linear-gradient(bottom, var(--colorbacklinepair1) 0%, var(--colorbacklinepair2) 100%);
@@ -4034,9 +4028,6 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
padding-left: 0px;
padding-bottom: 12px;
}
-.ficheaddleft div.boxstats, .ficheaddright div.boxstats {
- border: none;
-}
.boxstatsborder {
/* border: 1px solid #CCC !important; */
}
@@ -6877,7 +6868,7 @@ div.clipboardCPValue.hidewithsize {
input#addedfile {
width: 95%;
}
-
+
#divbodywebsite {
word-break: break-all;
}
@@ -6886,7 +6877,7 @@ div.clipboardCPValue.hidewithsize {
border-left: unset;
boerder-right: unset;
padding-left: 5px;
- }
+ }
}
diff --git a/htdocs/ticket/stats/index.php b/htdocs/ticket/stats/index.php
index 1a50d709514..d76800f6da5 100644
--- a/htdocs/ticket/stats/index.php
+++ b/htdocs/ticket/stats/index.php
@@ -297,7 +297,7 @@ print '';
print '
';
-print '';
+print '
';
// Show graphs
@@ -314,7 +314,7 @@ if ($mesg) {
print '';
-print '
';
+print '';
print '';
print dol_get_fiche_end();