diff --git a/ChangeLog.md b/ChangeLog.md index bfac147..dd9494e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,18 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -### [3.1.0] - Compatibility 14.0.x - 21.0.x (2024/12/30) - -### Fixed -- CSS +### [3.1.0] - Compatibility 18.0.x - 23.0.x (2025/11/08) ### Added - Option to change the Dolibarr font family +- In admin, new tab "Icons". If you want to use other FontAwesome Pack Free Or Pro, you can select easily your new pack to apply +- In admin, add possibility to disable thumb production (MRP) on the dashboard (v23+) +- Compatibility v21 / v22 / v23 + +### Fixed +- CSS +- Menu (Remove categories/tags in v22 -> move to tools) ### Changed - Move ChangeLog to format 1.1.0 of "Keep a changelog" - Separate the option to change the text color of line titles and the main title - Remove Cashdesk CSS +- Move to version v18 minimum ### [3.0.6] - Compatibility 14.0.x - 20.0.x (2024/09/30) - Fix CSS badges diff --git a/admin/colors.php b/admin/colors.php index a92f1e1..f3508f7 100644 --- a/admin/colors.php +++ b/admin/colors.php @@ -479,13 +479,13 @@ // View ***************************************** $page_name = $langs->trans('OblyonColorsTitle'); -llxHeader('', $page_name, '', '', 0, 0, array('/oblyon/js/jscolor.js', '/oblyon/js/jquery.ui.touch-punch.min.js'), ''); +llxHeader('', $page_name, '', '', 0, 0, array('/oblyon/js/jscolor.js', '/oblyon/js/jquery.ui.touch-punch.min.js'), '', 'mod-oblyon page-admin-colors'); $linkback = ''.$langs->trans('BackToModuleList').''; -print load_fiche_titre($page_name, $linkback); +print load_fiche_titre($page_name, $linkback, 'object_inovea.png@oblyon'); // Configuration header ************************* $head = oblyon_admin_prepare_head(); -print dol_get_fiche_head($head, 'colors', $langs->trans('Module432573Name'), 0, 'inovea@oblyon'); +print dol_get_fiche_head($head, 'colors', $page_name, -1); // setup page goes here ************************* print '