Actualiser assets/js/app.js
CI / PHP Syntax Check (push) Has been cancelled
CI / JavaScript Lint (push) Has been cancelled
CI / Docker Build Test (push) Has been cancelled
CI / Validate Translation Files (push) Has been cancelled
CI / Auto-merge develop → main (push) Has been cancelled
CI / Create GitHub Release (push) Has been cancelled

Commentaires de la ligne modifier la fiche produit (catégorie)
Ligne 20087
This commit is contained in:
2026-06-17 22:17:16 +00:00
parent 0065987050
commit 4d1a4be0ea
+2 -2
View File
@@ -9522,7 +9522,7 @@ function showAddForm() {
editBtn.type = 'button';
editBtn.id = 'btn-edit-product-shortcut';
editBtn.className = 'btn btn-large';
editBtn.innerText = '✏️ Modifier la fiche produit (Catégorie)';
editBtn.innerText = '✏️ ';
editBtn.style.cssText = 'margin-bottom: 15px; background-color: #1976d2; color: white; width: 100%; border: none; border-radius: 8px; padding: 12px; font-size: 16px; font-weight: bold; cursor: pointer; display: block;';
// On lie le clic à notre fonction de bascule
@@ -20084,7 +20084,7 @@ setInterval(() => {
const editBtn = document.createElement('button');
editBtn.type = 'button';
editBtn.className = 'btn btn-large btn-edit-catalog-shortcut';
editBtn.innerText = '✏️ Modifier la fiche produit (Catégorie)';
// editBtn.innerText = '✏️ Modifier la fiche produit (Catégorie)';
// Style identique à tes captures d'écran
editBtn.style.cssText = 'margin-bottom: 12px; background-color: #1976d2; color: white; width: 100%; border: none; border-radius: 8px; padding: 14px; font-size: 16px; font-weight: bold; cursor: pointer; display: block; text-align: center;';