From 724631e3ee90fbc6389cf37491f4a31eed94d453 Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Wed, 27 Mar 2013 11:00:49 +0000 Subject: [PATCH] evo: better name for validate business --- core/trunk/core/class/StatusControler.php | 2 +- core/trunk/core/xml/actions_pages.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/trunk/core/class/StatusControler.php b/core/trunk/core/class/StatusControler.php index e21269e8d8b..630670fbee3 100644 --- a/core/trunk/core/class/StatusControler.php +++ b/core/trunk/core/class/StatusControler.php @@ -400,7 +400,7 @@ class Maarch_Core_Class_StatusControler public function getAllInfos() { $db = new dbquery(); $db->connect(); - $query = "select * from " . STATUS_TABLE . " "; + $query = "select * from " . STATUS_TABLE . " order by label_status"; try { if ($_ENV['DEBUG']) echo $query . ' // '; diff --git a/core/trunk/core/xml/actions_pages.xml b/core/trunk/core/xml/actions_pages.xml index e98f18d807a..3a716158f3e 100644 --- a/core/trunk/core/xml/actions_pages.xml +++ b/core/trunk/core/xml/actions_pages.xml @@ -256,9 +256,9 @@ An action page is described in a ACTIONPAGE tag : </COLLECTIONS> </ACTIONPAGE> <ACTIONPAGE> - <ID>validate_business</ID> - <LABEL>_VALIDATE_QUALIF_BUSINESS</LABEL> - <NAME>validate_business</NAME> + <ID>qualify_business</ID> + <LABEL>_QUALIF_BUSINESS</LABEL> + <NAME>qualify_business</NAME> <ORIGIN>apps</ORIGIN> <MODULE></MODULE> <FLAG_CREATE>false</FLAG_CREATE> -- GitLab