diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php index b96e8aca175..364292d9c11 100644 --- a/htdocs/categories/index.php +++ b/htdocs/categories/index.php @@ -200,26 +200,26 @@ foreach ($fulltree as $key => $val) { $entry = ''; $entry .= ''; - $entry .= ''; // Add column counter $entry .= $counter; - $entry .= ''; $entry .= ''; $entry .= '
'; + $entry .= ''; $entry .= ''.$li.''; - $entry .= ''; + $entry .= ''; + $entry .= ''; $entry .= ''.img_view().''; - $entry .= ''; - $entry .= ''; + $entry .= ''; + $entry .= ''; if ($user->hasRight('categorie', 'creer')) { $entry .= '' . img_edit() . ''; } - $entry .= ''; - $entry .= ''; + $entry .= ''; + $entry .= ''; if ($user->hasRight('categorie', 'supprimer')) { $entry .= '' . img_delete() . ''; } - $entry .= ''; + $entry .= '
'; @@ -238,7 +238,7 @@ foreach ($data as $record) { } -print ''; +print '
'; print '
'.$langs->trans("Categories").''; if ($morethan1level && !empty($conf->use_javascript_ajax)) { print '
'; diff --git a/htdocs/hrm/job_list.php b/htdocs/hrm/job_list.php index bc1128a2aee..8697eb54c8b 100644 --- a/htdocs/hrm/job_list.php +++ b/htdocs/hrm/job_list.php @@ -475,7 +475,7 @@ $selectedfields = $form->multiSelectArrayWithCheckbox('selectedfields', $arrayfi $selectedfields .= (count($arrayofmassactions) ? $form->showCheckAddButtons('checkforselect', 1) : ''); print '
'; // You can use div-table-responsive-no-min if you don't need reserved height for your table -print ''."\n"; +print '
'."\n"; // Fields title search diff --git a/htdocs/margin/tabs/thirdpartyMargins.php b/htdocs/margin/tabs/thirdpartyMargins.php index 89f3571cbe9..42a004d288a 100644 --- a/htdocs/margin/tabs/thirdpartyMargins.php +++ b/htdocs/margin/tabs/thirdpartyMargins.php @@ -154,9 +154,7 @@ if ($socid > 0) { $object = new Societe($db); $object->fetch($socid); - /* - * Affichage onglets - */ + // Show tabs $head = societe_prepare_head($object); @@ -169,7 +167,7 @@ if ($socid > 0) { print '
'; print '
'; - print '
'; + print '
'; // Type Prospect/Customer/Supplier print '
'.$langs->trans('NatureOfThirdParty').''; @@ -298,67 +296,67 @@ if ($socid > 0) { $i = 0; print '
'; // You can use div-table-responsive-no-min if you don't need reserved height for your table - print ""; + print '
'; // Fields title search // -------------------------------------------------------------------- - print ''; + print ''; // Action column if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) { - print ''; } // invoice ref - print ''; + print ''; // invoice date - print ''; // selling price - print ''; + print ''; // buying price - print ''; + print ''; // margin - print ''; + print ''; // margin rate if (getDolGlobalString('DISPLAY_MARGIN_RATES')) { - print ''; + print ''; } // mark rate if (getDolGlobalString('DISPLAY_MARK_RATES')) { - print ''; + print ''; } // status - print ''; + print ''; // Action column if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) { - print ''; } print ''."\n"; diff --git a/htdocs/modulebuilder/template/myobject_list.php b/htdocs/modulebuilder/template/myobject_list.php index 06c4e452fc5..2a4b5ae6b35 100644 --- a/htdocs/modulebuilder/template/myobject_list.php +++ b/htdocs/modulebuilder/template/myobject_list.php @@ -595,7 +595,7 @@ $selectedfields = ($mode != 'kanban' ? $htmlofselectarray : ''); $selectedfields .= (count($arrayofmassactions) ? $form->showCheckAddButtons('checkforselect', 1) : ''); print '
'; // You can use div-table-responsive-no-min if you don't need reserved height for your table -print '
'; + print ''; $searchpicto = $form->showFilterButtons('left'); print $searchpicto; - print ''; + print ''; - print ''; + print ''; + print ''; print '
'; print $form->selectDate($search_invoice_date_start ?: -1, 'search_invoice_date_start_', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('From')); print '
'; print '
'; print $form->selectDate($search_invoice_date_end ?: -1, 'search_invoice_date_end_', 0, 0, 1, '', 1, 0, 0, '', '', '', '', 1, '', $langs->trans('to')); print '
'; - print ''; + print '
'; - print ''; + print ''; - print ''; + print ''; - print ''; + print ''; - print ''; + print ''; - print ''; + print ''; - print ''; + print ''; + print ''; $searchpicto = $form->showFilterButtons(); print $searchpicto; - print ''; + print '
'."\n"; +print '
'."\n"; // Fields title search // -------------------------------------------------------------------- diff --git a/htdocs/recruitment/recruitmentcandidature_list.php b/htdocs/recruitment/recruitmentcandidature_list.php index f9788aa911e..a66447f2e63 100644 --- a/htdocs/recruitment/recruitmentcandidature_list.php +++ b/htdocs/recruitment/recruitmentcandidature_list.php @@ -612,7 +612,7 @@ $selectedfields = $form->multiSelectArrayWithCheckbox('selectedfields', $arrayfi $selectedfields .= (count($arrayofmassactions) ? $form->showCheckAddButtons('checkforselect', 1) : ''); print '
'; // You can use div-table-responsive-no-min if you don't need reserved height for your table -print '
'."\n"; +print '
'."\n"; // Fields title search diff --git a/htdocs/recruitment/recruitmentjobposition_list.php b/htdocs/recruitment/recruitmentjobposition_list.php index c7dbe68269d..1a5f0bce6ed 100644 --- a/htdocs/recruitment/recruitmentjobposition_list.php +++ b/htdocs/recruitment/recruitmentjobposition_list.php @@ -451,12 +451,12 @@ $selectedfields = $form->multiSelectArrayWithCheckbox('selectedfields', $arrayfi $selectedfields .= (count($arrayofmassactions) ? $form->showCheckAddButtons('checkforselect', 1) : ''); print '
'; // You can use div-table-responsive-no-min if you don't need reserved height for your table -print '
'."\n"; +print '
'."\n"; // Fields title search // -------------------------------------------------------------------- -print ''; +print ''; // Action column if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) { print '
'; diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php index 4d5f68aff21..31a64843623 100644 --- a/htdocs/societe/consumption.php +++ b/htdocs/societe/consumption.php @@ -480,34 +480,34 @@ if ($sql_select) { print_barre_liste($langs->trans('ProductsIntoElements').' '.$typeElementString.' '.$button, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $totalnboflines, '', 0, '', '', $limit); print '
'; - print ''."\n"; + print '
'."\n"; // Filters print ''; - print ''; // delivery planned date if ($type_element == 'order' || $type_element == 'supplier_order' || $type_element == 'shipment') { print ''; } - print ''; - print ''; + print ''; - print ''; - print ''; + print ''; + print ''; print ''; // Titles with sort buttons @@ -749,7 +749,7 @@ if ($sql_select) { } elseif (empty($type_element) || $type_element == -1) { print_barre_liste($langs->trans('ProductsIntoElements').' '.$typeElementString.' '.$button, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', (!empty($num) ? $num : 0), '', ''); - print '
'; + print ''; print ''; - print ''; - print ''; // date + print ''; + print ''; // date print $formother->select_month($month ? $month : -1, 'month', 1, 0, 'valignmiddle'); print $formother->selectyear($year ? $year : -1, 'year', 1, 20, 1, 0, 0, '', 'valignmiddle maxwidth75imp marginleftonly'); - print ''; + print ''; - print ''; + print ''; + print ''; print ''; - print ''; - print ''; - print ''; - print ''; + print ''; + print ''; + print ''; + print ''; $searchpicto = $form->showFilterAndCheckAddButtons(0); print $searchpicto; - print ''; + print '
'."\n"; + print '
'."\n"; // Titles with sort buttons print ''; print_liste_field_titre('Ref', $_SERVER['PHP_SELF'], 'doc_number', '', $param, '', $sortfield, $sortorder, 'left '); diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index f7701777e74..1b54d8af1b8 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -4274,11 +4274,13 @@ table.liste { border-bottom-right-radius: px; } table.noborder:not(.paymenttable, .margintable) tr.liste_titre:first-child td:first-child, -table.noborder:not(.paymenttable, .margintable) tr.liste_titre:first-child th:first-child { +table.noborder:not(.paymenttable, .margintable) tr.liste_titre:first-child th:first-child, +table.tagtable.liste:not(.paymenttable, .margintable) tr.liste_titre:first-child td:first-child { border-top-left-radius: px; } table.noborder:not(.paymenttable, .margintable) tr.liste_titre:first-child td:last-child, -table.noborder:not(.paymenttable, .margintable) tr.liste_titre:first-child th:last-child { +table.noborder:not(.paymenttable, .margintable) tr.liste_titre:first-child th:last-child, +table.tagtable.liste:not(.paymenttable, .margintable) tr.liste_titre:first-child th:last-child { border-top-right-radius: px; } table.noborder:not(.paymenttable, .margintable) tr:last-child td:first-child,