diff --git a/admin/setup_mvp.php b/admin/setup_mvp.php index 741e6ea..6d28c1f 100644 --- a/admin/setup_mvp.php +++ b/admin/setup_mvp.php @@ -120,7 +120,19 @@ print 'Notice 4722 - Summary Table CA3 (3310-CA3-SD)
'; print 'Configuration basée sur la structure officielle la plus récente du formulaire CA-3.'; print '
'; -// Print configuration form +// Tab navigation +print '
'; +print ''; +print '
'; + +// Tab content container +print '
'; + +// Tab 1: PCG Mapping +print '
'; print '
'; print ''; print ''; @@ -254,7 +266,10 @@ if (empty($mappings_by_line)) { } } -// Template Management Section +print '
'; // Close tab_mapping + +// Tab 2: Template Management +print ''; +print '
'; // Close tab_templates +print ''; // Close tabContainer + +// Add JavaScript for tab functionality +print ''; // Print footer llxFooter(); diff --git a/langs/en_US/declarationtva.lang b/langs/en_US/declarationtva.lang index 84f2387..abd143e 100644 --- a/langs/en_US/declarationtva.lang +++ b/langs/en_US/declarationtva.lang @@ -16,6 +16,10 @@ DeclarationTVASetup = DeclarationTVA setup Settings = Settings DeclarationTVASetupPage = DeclarationTVA setup page NewSection=New section + +# Configuration tabs +PCGMapping = PCG Mapping +TemplateManagement = Template Management DECLARATIONTVA_MYPARAM1 = My param 1 DECLARATIONTVA_MYPARAM1Tooltip = My param 1 tooltip DECLARATIONTVA_MYPARAM2=My param 2 diff --git a/langs/fr_FR/declarationtva.lang b/langs/fr_FR/declarationtva.lang index 785af87..9a6e002 100644 --- a/langs/fr_FR/declarationtva.lang +++ b/langs/fr_FR/declarationtva.lang @@ -21,6 +21,10 @@ NewSection = Nouvelle section DECLARATIONTVA_PCG_CONFIG = Configuration des comptes PCG DECLARATIONTVA_PCG_CONFIG_TOOLTIP = Configuration des comptes du Plan Comptable Général pour chaque case de la CA3 +# Onglets de configuration +PCGMapping = Mapping PCG +TemplateManagement = Gestion des modèles + # Sélection multiple de comptes DECLARATIONTVA_MULTIPLE_ACCOUNTS = Sélection multiple de comptes DECLARATIONTVA_ACCOUNT_SELECTION = Sélection de comptes