[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 15/27: @0001735: icone poubelle catégorie de
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 15/27: @0001735: icone poubelle catégorie de fiche |
Date: |
Wed, 4 Sep 2019 15:24:57 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 76bd0fd6166a49920073d130322d09e04859a03f
Author: Dany De Bontridder <address@hidden>
Date: Thu Aug 29 19:10:06 2019 +0200
@0001735: icone poubelle catégorie de fiche
---
include/class/template_card_category.class.php | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/class/template_card_category.class.php
b/include/class/template_card_category.class.php
index b5b7e43..e74f8f3 100644
--- a/include/class/template_card_category.class.php
+++ b/include/class/template_card_category.class.php
@@ -134,10 +134,9 @@ class Template_Card_Category extends Manage_Table_SQL
if (!in_array($a_attribut[$i]['ad_id'], [ATTR_DEF_NAME,
ATTR_DEF_QUICKCODE])&&$used==0)
{
// allow to remove attribute
-
$js=sprintf("onclick=\"category_card.remove_attribut('%s','%s','%s',%d)\"",
+
$js=sprintf("category_card.remove_attribut('%s','%s','%s',%d)",
Dossier::id(), $this->table->frd_id, $objname,
$a_attribut[$i]['ad_id']);
- echo HtmlInput::anchor(SMALLX, "", $js,
- ' class="smallbutton"
style="padding:0px;display:inline" ');
+ echo Icon_Action::trash(uniqid(), $js);
}
echo '</li>';
}
- [Noalyss-commit] [noalyss] 21/27: Data_SQL Add database indication, (continued)
- [Noalyss-commit] [noalyss] 21/27: Data_SQL Add database indication, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 02/27: Task #0001736: PHP7 comptability : count() works only with array, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 26/27: Database_Core add function with the number of cols, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 07/27: #0001584: En mode «optionnelle», afficher si CA ventilée ou non. Ajout symbole "contient", Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 11/27: layout, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 27/27: Merge branch 'dev7109', Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 05/27: Security : avoid direct call to Http Variable, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 19/27: #0001735: icone warning, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 13/27: Missing files for #1369: Étendre la comptabilité analytique à tous les postes?, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 10/27: #0001711: Gros souci comptanal Montant compté en absolu, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 15/27: @0001735: icone poubelle catégorie de fiche,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 17/27: #0001735: icone poubelle catégorie de fiche, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 22/27: translate, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 23/27: Data_SQL add the member, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 16/27: #0001736: PHP7 comptability + translation, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 14/27: #0001643: ajout icon "cache" pour bouton "remonter", Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 25/27: PDF_Core : add function get, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 24/27: Noalyss_SQL Create a function build query, Dany De Bontridder, 2019/09/04
- [Noalyss-commit] [noalyss] 01/27: Cosmetic, Dany De Bontridder, 2019/09/04