';
- echo '
' . fxInscrMobileEsc(fxInscrMobileT('promoteur_bib_number')) . '
';
+ echo '
';
+ echo '
' . fxInscrMobileEsc(fxInscrMobileT('inscr_mobile_section_editable')) . '
';
+
+ echo '
';
+ echo '
' . fxInscrMobileEsc(fxInscrMobileT('promoteur_bib_number')) . '
';
echo '
';
echo '';
echo '';
echo '
';
- echo '
';
- echo '
' . fxInscrMobileEsc(fxInscrMobileT('promoteur_bib_enregistre')) . '
';
+ echo '
';
echo '
';
+ echo '
';
+ echo '
' . fxInscrMobileEsc(fxInscrMobileT('inscr_mobile_statut_label')) . '
';
+ echo '
' . fxInscrMobileEsc(fxInscrMobileT('inscr_mobile_statut_soon')) . '
';
+ echo '
';
+
+ echo '
';
+
$strStyleEdit = $strStyleCancel = '';
$strStyleRetablir = ' d-none';
if ($blnCancelled) {
@@ -527,8 +544,7 @@ function fxInscrMobileRenderFiche($intEveId, $strLangue, $strBaseUrl, $arrReq, $
$strStyleRetablir = '';
}
- echo '
';
- echo '
' . fxInscrMobileEsc(fxInscrMobileT('inscr_mobile_section_actions')) . '
';
+ echo '
';
echo '
';
}
diff --git a/php/inc_settings.php b/php/inc_settings.php
index 5aae130..2cea028 100644
--- a/php/inc_settings.php
+++ b/php/inc_settings.php
@@ -7,7 +7,7 @@
* Constantes *
*
**************/
-define('_VERSION_CODE', '4.72.671');
+define('_VERSION_CODE', '4.72.672');
define('_DATE_CODE', '2026-06-18');
//MSIN-4290
define('QR_SECRET_KEY', 'ms1_qr_2026_cle_secrete_longue_et_fixe');
diff --git a/sql/MSIN-inscriptions-mobile-phase1.sql b/sql/MSIN-inscriptions-mobile-phase1.sql
index 79e2e6f..586f005 100644
--- a/sql/MSIN-inscriptions-mobile-phase1.sql
+++ b/sql/MSIN-inscriptions-mobile-phase1.sql
@@ -14,7 +14,10 @@ DELETE FROM info WHERE info_clef IN (
'inscr_mobile_section_info',
'inscr_mobile_details',
'inscr_mobile_modified',
- 'inscr_mobile_section_actions'
+ 'inscr_mobile_section_actions',
+ 'inscr_mobile_section_editable',
+ 'inscr_mobile_statut_label',
+ 'inscr_mobile_statut_soon'
) AND info_prg = 'compte.php';
INSERT INTO info (info_clef, info_langue, info_texte, info_aide, info_prg, info_description, info_trie, info_actif, info_option1, info_option2, info_option3, info_creation) VALUES
@@ -37,4 +40,10 @@ INSERT INTO info (info_clef, info_langue, info_texte, info_aide, info_prg, info_
('inscr_mobile_modified', 'fr', 'Modifiée', '', 'compte.php', '', 0, 1, '', '', '', NOW()),
('inscr_mobile_modified', 'en', 'Modified', '', 'compte.php', '', 0, 1, '', '', '', NOW()),
('inscr_mobile_section_actions', 'fr', 'Actions', '', 'compte.php', '', 0, 1, '', '', '', NOW()),
-('inscr_mobile_section_actions', 'en', 'Actions', '', 'compte.php', '', 0, 1, '', '', '', NOW());
+('inscr_mobile_section_actions', 'en', 'Actions', '', 'compte.php', '', 0, 1, '', '', '', NOW()),
+('inscr_mobile_section_editable', 'fr', 'Champs modifiables', '', 'compte.php', '', 0, 1, '', '', '', NOW()),
+('inscr_mobile_section_editable', 'en', 'Editable fields', '', 'compte.php', '', 0, 1, '', '', '', NOW()),
+('inscr_mobile_statut_label', 'fr', 'Statut', '', 'compte.php', '', 0, 1, '', '', '', NOW()),
+('inscr_mobile_statut_label', 'en', 'Status', '', 'compte.php', '', 0, 1, '', '', '', NOW()),
+('inscr_mobile_statut_soon', 'fr', 'Bientôt disponible', '', 'compte.php', '', 0, 1, '', '', '', NOW()),
+('inscr_mobile_statut_soon', 'en', 'Coming soon', '', 'compte.php', '', 0, 1, '', '', '', NOW());