noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 90/323: Icon_Action replace image by fontello


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 90/323: Icon_Action replace image by fontello
Date: Wed, 14 Mar 2018 17:38:29 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c33a3fed59a9ec803057c5adcaf5d8b169678bca
Author: Dany De Bontridder <address@hidden>
Date:   Thu Jan 25 22:53:05 2018 +0100

    Icon_Action replace image by fontello
---
 include/lib/inplace_edit.class.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/lib/inplace_edit.class.php 
b/include/lib/inplace_edit.class.php
index bbe9999..e807373 100644
--- a/include/lib/inplace_edit.class.php
+++ b/include/lib/inplace_edit.class.php
@@ -55,7 +55,7 @@ class Inplace_Edit
         $this->input=$p_input;
         $x["input"]=serialize($p_input);
         $this->json=json_encode($x, 
JSON_UNESCAPED_UNICODE|JSON_UNESCAPED_SLASHES|JSON_NUMERIC_CHECK);
-        $this->message=_("Faites un choix");
+        $this->message=_("Cliquez pour éditer");
     }
     ///@brief build a Inplace_Edit object from
     /// a serialized string (ajax json parameter = input)
@@ -111,7 +111,7 @@ EOF;
         $v=$this->input->get_value();
         $v=(trim($v)=="")?$this->message:$v;
         echo $v,
-                 "<img src=\"image/button-edit.png\"/>",
+                 '<span class="smallicon icon">&#xe80d;</span> ',
                 "
             <script>
             $('{$this->input->id}edit').removeClassName('inplace_edit_input');
@@ -133,7 +133,7 @@ EOF;
         $v=$this->input->get_value();
         $v=(trim($v)=="")?$this->message:$v;
         echo $v;
-        echo "<img src=\"image/button-edit.png\"/>";
+        echo'<span class="smallicon icon">&#xe80d;</span> ';
         echo "</span>";
         echo "
             



reply via email to

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