Merge branch 'main' of https://gitea.imust.org/jps/EsiPeppol-Woocommerce
This commit is contained in:
parent
dc6f2ac4d3
commit
08c7b02559
@ -320,6 +320,7 @@ class PEPPOL_Woo_Helper {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return array_values($vat_fields_found);
|
return array_values($vat_fields_found);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -466,7 +466,7 @@ a.statut:visited {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Carte de contenu */
|
/* Carte de contenu */
|
||||||
.step-card {
|
.step-card {
|
||||||
background-color: #f3f4f6;
|
background-color: #f3f4f6;
|
||||||
border: 2px solid #e5e7eb;
|
border: 2px solid #e5e7eb;
|
||||||
|
|||||||
@ -84,7 +84,7 @@ $settings_status = \ESI_PEPPOL\controllers\PEPPOL_Plugin::check_settings_status(
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Étape 4: Webhook -->
|
<!-- Étape 4: Webhook -->
|
||||||
<div class="step" data-step="4">
|
<div class="step is-done" data-step="4">
|
||||||
<div class="step-card">
|
<div class="step-card">
|
||||||
<h3><?php echo esc_html($settings_status['webhook']['label']); ?></h3>
|
<h3><?php echo esc_html($settings_status['webhook']['label']); ?></h3>
|
||||||
<p><?php echo esc_html($settings_status['webhook']['description']); ?></p>
|
<p><?php echo esc_html($settings_status['webhook']['description']); ?></p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user