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
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
This commit is contained in:
+4
-4
@@ -20081,13 +20081,13 @@ setInterval(() => {
|
||||
if (parentForm && !parentForm.querySelector('.btn-edit-catalog-shortcut')) {
|
||||
|
||||
// Création du bouton bleu
|
||||
const editBtn = document.createElement('button');
|
||||
editBtn.type = 'button';
|
||||
editBtn.className = 'btn btn-large btn-edit-catalog-shortcut';
|
||||
//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)';
|
||||
|
||||
// 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;';
|
||||
// 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;';
|
||||
|
||||
// Logique de clic pour basculer vers le catalogue
|
||||
editBtn.onclick = function(e) {
|
||||
|
||||
Reference in New Issue
Block a user