From 5829ee6195e3736a71a08ad1ed50c3a41b3e2fe1 Mon Sep 17 00:00:00 2001 From: Pierre Ardoin <32256817+mapiolca@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:01:45 +0100 Subject: [PATCH 1/3] Reorder setup header rendering --- admin/setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/setup.php b/admin/setup.php index 50e4331..21f4891 100644 --- a/admin/setup.php +++ b/admin/setup.php @@ -185,13 +185,13 @@ llxHeader('', $langs->trans("DelegationSetup"), '', '', 0, 0, array(), array(), '', $langs->trans("DelegationSetup")); +$linkback=''.$langs->trans("BackToModuleList").''; +print_fiche_titre($langs->trans("DelegationSetup"), $linkback); // Configuration header $head = lmdb_prepare_head(); dol_fiche_head($head, 'SetupG', $langs->trans("DelegationSetup"), 0, "delegation@delegation"); -$linkback=''.$langs->trans("BackToModuleList").''; -print_fiche_titre($langs->trans("DelegationSetup"), $linkback); print '
'; print ''."\n"; print ''; From 99c18477d03bf9b41adf0b2daa38b8b39ac01d57 Mon Sep 17 00:00:00 2001 From: Pierre Ardoin <32256817+mapiolca@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:17:52 +0100 Subject: [PATCH 2/3] Add placeholder rating stylesheet --- admin/rating.css | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 admin/rating.css diff --git a/admin/rating.css b/admin/rating.css new file mode 100644 index 0000000..30e622e --- /dev/null +++ b/admin/rating.css @@ -0,0 +1,2 @@ +/* EN: Placeholder stylesheet to avoid a 404 when requested. */ +/* FR: Feuille de style de réserve pour éviter une 404 lorsqu'elle est demandée. */ From 24154de34b9e7909181ed98af3b9af1d32c2f1cf Mon Sep 17 00:00:00 2001 From: Pierre Ardoin <32256817+mapiolca@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:18:02 +0100 Subject: [PATCH 3/3] Remove unused rating stylesheet --- admin/rating.css | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 admin/rating.css diff --git a/admin/rating.css b/admin/rating.css deleted file mode 100644 index 30e622e..0000000 --- a/admin/rating.css +++ /dev/null @@ -1,2 +0,0 @@ -/* EN: Placeholder stylesheet to avoid a 404 when requested. */ -/* FR: Feuille de style de réserve pour éviter une 404 lorsqu'elle est demandée. */