noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 145/219: ANC : Bouton "recherche" sont des lo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 145/219: ANC : Bouton "recherche" sont des loupes, ajout title
Date: Mon, 18 Dec 2017 13:22:54 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3732f69c8010c2be846cfe6514d1588b87f5d3c5
Author: Dany De Bontridder <address@hidden>
Date:   Tue Nov 7 11:42:00 2017 +0100

    ANC : Bouton "recherche" sont des loupes, ajout title
---
 include/class/anc_balance_double.class.php | 4 ++--
 include/class/anc_print.class.php          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/class/anc_balance_double.class.php 
b/include/class/anc_balance_double.class.php
index 67b727f..2c6be28 100644
--- a/include/class/anc_balance_double.class.php
+++ b/include/class/anc_balance_double.class.php
@@ -351,11 +351,11 @@ class Anc_Balance_Double extends Anc_Print
         $r.=_('Entre le poste ');
         $r.=$poste->input("from_poste2",$this->from_poste2);
         $javascript="search_ca(".dossier::id().",'from_poste2','pa_id2')";
-        $r.=HtmlInput::button_image($javascript, uniqid(), 
'alt="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
+        $r.=HtmlInput::button_image($javascript, uniqid(), 
'alt="'._('Recherche').'" title="'._('Recherche').'" 
class="image_search"',"image/magnifier13.png");
         
         $r.=_(" et le poste ");
         $r.=$poste->input("to_poste2",$this->to_poste2);
-        $r.=HtmlInput::button_image($javascript, uniqid(), 
'alt="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
+        $r.=HtmlInput::button_image($javascript, uniqid(), 
'alt="'._('Recherche').'" title="'._('Recherche').'" 
class="image_search"',"image/magnifier13.png");
         $javascript="search_ca(".dossier::id().",'to_poste2','pa_id2')";
 
         $r.='<span class="notice" style="display:block">'.
diff --git a/include/class/anc_print.class.php 
b/include/class/anc_print.class.php
index cfa8edb..dca5180 100644
--- a/include/class/anc_print.class.php
+++ b/include/class/anc_print.class.php
@@ -127,10 +127,10 @@ class Anc_Print
         $plan_id->selected=$this->pa_id;
 
         $javascript="search_ca(".dossier::id().",'from_poste','pa_id')";
-        $choose_from=HtmlInput::button_image($javascript, uniqid(), 
'alt="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
+        $choose_from=HtmlInput::button_image($javascript, uniqid(), 
'alt="'._('Recherche').'" title="'._('Recherche').'" 
class="image_search"',"image/magnifier13.png");
         
         $javascript="search_ca(".dossier::id().",'to_poste','pa_id')";
-        $choose_to=HtmlInput::button_image($javascript, uniqid(), 
'alt="'._('Recherche').'" class="image_search"',"image/magnifier13.png");
+        $choose_to=HtmlInput::button_image($javascript, uniqid(), 
'alt="'._('Recherche').'" title="'._('Recherche').'" 
class="image_search"',"image/magnifier13.png");
 
         $r.=HtmlInput::request_to_hidden(array('ac'));
         ob_start();



reply via email to

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