diff --git a/htdocs/variants/list.php b/htdocs/variants/list.php index 7b9aaa7b3dc46..4a8feb6cb526c 100644 --- a/htdocs/variants/list.php +++ b/htdocs/variants/list.php @@ -1,8 +1,8 @@ - * Copyright (C) 2022 Open-Dsi - * Copyright (C) 2024 MDW - * Copyright (C) 2024 Benjamin Falière +/* Copyright (C) 2016 Marcos García + * Copyright (C) 2022 Open-Dsi + * Copyright (C) 2024 MDW + * Copyright (C) 2024 Benjamin Falière * Copyright (C) 2024 Frédéric France * * This program is free software; you can redistribute it and/or modify @@ -527,7 +527,7 @@ // Fields title search // -------------------------------------------------------------------- -print ''; +print ''; // Action column if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) { print ''; @@ -605,7 +605,7 @@ // Fields title label // -------------------------------------------------------------------- -print ''; +print ''; // Action column if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) { print getTitleFieldOfList($selectedfields, 0, $_SERVER["PHP_SELF"], '', '', '', '', $sortfield, $sortorder, 'center maxwidthsearch ')."\n";