noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/03: fix bug with IPoste : name was used in


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/03: fix bug with IPoste : name was used instead of id for button
Date: Tue, 30 Jun 2015 21:36:18 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 75811077c3291b4f1f9b5108190c99ba8f2f0937
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jun 23 22:51:06 2015 +0200

    fix bug with IPoste : name was used instead of id for button
---
 include/class_iposte.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/class_iposte.php b/include/class_iposte.php
index b938a09..e1ca965 100644
--- a/include/class_iposte.php
+++ b/include/class_iposte.php
@@ -130,7 +130,7 @@ class IPoste extends HtmlInput
     {
                $this->id=($this->id=="")?$this->name:$this->id;
         $javascript='search_poste(this)';
-        $button=HtmlInput::button_image($javascript,$this->name."_bt", 
'alt="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
+        $button=HtmlInput::button_image($javascript,$this->id."_bt", 
'alt="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
         /*  add the property */
         $sc=$this->get_js_attr();
         return $button.$sc;



reply via email to

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