noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/08: Ergonomy : add placeholder for VAT


From: dwm
Subject: [Noalyss-commit] [noalyss] 02/08: Ergonomy : add placeholder for VAT
Date: Sat, 1 Jul 2023 11:09:07 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5761014b18713dacd5ef3668e45f554bb5bdf91a
Author: Dany wm DB <danydb@noalyss.eu>
AuthorDate: Fri Jun 9 22:02:21 2023 +0200

    Ergonomy : add placeholder for VAT
---
 include/lib/itva_popup.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/lib/itva_popup.class.php b/include/lib/itva_popup.class.php
index 0f3913f6a..b88118cfa 100644
--- a/include/lib/itva_popup.class.php
+++ b/include/lib/itva_popup.class.php
@@ -101,8 +101,8 @@ class ITva_Popup extends HtmlInput
         $strAttribut = $this->get_node_attribute();
 
 
-        $str = '<input type="TEXT"  class="input_text" name="%s" value="%s" 
id="%s" size="3" %s %s>';
-        $r = sprintf($str, $this->name, $this->value, $this->id, $this->js, 
$strAttribut);
+        $str = '<input type="TEXT"  class="input_text" name="%s" value="%s" 
id="%s" placeholder="%s" size="3" %s %s>';
+        $r = sprintf($str, $this->name, $this->value, $this->id, 
_("C.TVA"),$this->js, $strAttribut);
         $r.=$code;
         if ($this->in_table)
             $table = '<table>' . '<tr>' . td($r);



reply via email to

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