noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 18/27: #0001735: icone add catégorie de fich


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 18/27: #0001735: icone add 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 23b0091fe17dfd6f38c1b84b37bba6101e0a6b40
Author: Dany De Bontridder <address@hidden>
Date:   Thu Aug 29 19:21:36 2019 +0200

    #0001735: icone add catégorie de fiche
---
 include/class/template_card_category.class.php | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/include/class/template_card_category.class.php 
b/include/class/template_card_category.class.php
index e74f8f3..ee2e743 100644
--- a/include/class/template_card_category.class.php
+++ b/include/class/template_card_category.class.php
@@ -158,9 +158,7 @@ class Template_Card_Category extends Manage_Table_SQL
                 echo $sel_attribut->input();
                 
$js_script=sprintf("category_card.add_attribut('%s','%s','%s')",
                         $dossier_id, $this->table->frd_id, $objname);
-                echo HtmlInput::button_image($js_script, uniqid(),
-                        'class="smallbutton image_search"',
-                        "image/bouton-plus.png");
+                echo Icon_Action::icon_add(uniqid(), $js_script);
             }
         }
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]