From 742c12f9d684097cf96b9f1903d9fe44f82a00e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 2 Mar 2021 20:58:21 +0100 Subject: [PATCH] rename new boxes --- ...ast_modified_members.php => box_members_last_modified.php} | 0 ...s_subscriptions.php => box_members_last_subscriptions.php} | 0 htdocs/core/modules/modAdherent.class.php | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename htdocs/core/boxes/{box_last_modified_members.php => box_members_last_modified.php} (100%) rename htdocs/core/boxes/{box_last_members_subscriptions.php => box_members_last_subscriptions.php} (100%) diff --git a/htdocs/core/boxes/box_last_modified_members.php b/htdocs/core/boxes/box_members_last_modified.php similarity index 100% rename from htdocs/core/boxes/box_last_modified_members.php rename to htdocs/core/boxes/box_members_last_modified.php diff --git a/htdocs/core/boxes/box_last_members_subscriptions.php b/htdocs/core/boxes/box_members_last_subscriptions.php similarity index 100% rename from htdocs/core/boxes/box_last_members_subscriptions.php rename to htdocs/core/boxes/box_members_last_subscriptions.php diff --git a/htdocs/core/modules/modAdherent.class.php b/htdocs/core/modules/modAdherent.class.php index 9e402ab3b72..1d2601d0430 100644 --- a/htdocs/core/modules/modAdherent.class.php +++ b/htdocs/core/modules/modAdherent.class.php @@ -194,8 +194,8 @@ class modAdherent extends DolibarrModules $this->boxes = array( 0=>array('file'=>'box_members.php', 'enabledbydefaulton'=>'Home'), 2=>array('file'=>'box_birthdays_members.php', 'enabledbydefaulton'=>'Home'), - 3=>array('file'=>'box_last_modified_members', 'enabledbydefaulton'=>'membersindex'), - 4=>array('file'=>'box_last_members_subscriptions', 'enabledbydefaulton'=>'membersindex'), + 3=>array('file'=>'box_members_last_modified', 'enabledbydefaulton'=>'membersindex'), + 4=>array('file'=>'box_members_last_subscriptions', 'enabledbydefaulton'=>'membersindex'), ); // Permissions