noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/07: Cosmetic Bug : empty is filled with th


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/07: Cosmetic Bug : empty is filled with the last value
Date: Fri, 30 Sep 2022 09:35:55 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9b1ba04a99718c5f5e36e04af3586d90474bc2f8
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Sep 17 15:49:47 2022 +0200

    Cosmetic Bug : empty is filled with the last value
---
 include/company.inc.php | 54 ++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 45 insertions(+), 9 deletions(-)

diff --git a/include/company.inc.php b/include/company.inc.php
index 596507d9c..c00cf612b 100644
--- a/include/company.inc.php
+++ b/include/company.inc.php
@@ -146,47 +146,83 @@ $all->style=' class="input_text"';
         <div class="col">
             <h2>Société</h2>
             <div class="form-group">
-
+                <?php
+                $all=new IText();
+                $all->table=1;
+                $all->style=' class="input_text"';
+                ?>
                 <label class="w-20" for="p_name"><?= _("Nom Société") 
?></label>
                 <?= $all->input("p_name", $my->MY_NAME) ?>
             </div>
             <div class="form-group">
-
+                <?php
+                $all=new IText();
+                $all->table=1;
+                $all->style=' class="input_text"';
+                ?>
                 <label class="w-20" for="p_tel"><?= _("Téléphone") ?></label>
                 <?= $all->input("p_tel", $my->MY_TEL) ?>
             </div>
             <div class="form-group">
-
+                <?php
+                $all=new IText();
+                $all->table=1;
+                $all->style=' class="input_text"';
+                ?>
                 <label class="w-20" for="p_fax"><?= _("Fax") ?></label>
                 <?= $all->input("p_fax", $my->MY_FAX) ?>
             </div>
             <div class="form-group">
-
+                <?php
+                $all=new IText();
+                $all->table=1;
+                $all->style=' class="input_text"';
+                ?>
                 <label class="w-20" for="p_street"><?= _("Rue") ?></label>
                 <?= $all->input("p_street", $my->MY_STREET) ?>
             </div>
             <div class="form-group">
-
+                <?php
+                $all=new IText();
+                $all->table=1;
+                $all->style=' class="input_text"';
+                ?>
                 <label class="w-20" for="p_no"><?= _("Numéro") ?></label>
                 <?= $all->input("p_no", $my->MY_NUMBER) ?>
             </div>
             <div class="form-group">
-
+                <?php
+                $all=new IText();
+                $all->table=1;
+                $all->style=' class="input_text"';
+                ?>
                 <label class="w-20" for="p_cp"><?= _("Code Postal") ?></label>
                 <?= $all->input("p_cp", $my->MY_CP) ?>
             </div>
             <div class="form-group">
-
+                <?php
+                $all=new IText();
+                $all->table=1;
+                $all->style=' class="input_text"';
+                ?>
                 <label class="w-20" for="p_commune"><?= _("Localité") 
?></label>
                 <?= $all->input("p_commune", $my->MY_COMMUNE) ?>
             </div>
             <div class="form-group">
-
+                <?php
+                $all=new IText();
+                $all->table=1;
+                $all->style=' class="input_text"';
+                ?>
                 <label class="w-20" for="p_pays"><?= _("Pays") ?></label>
                 <?= $all->input("p_pays", $my->MY_PAYS) ?>
             </div>
             <div class="form-group">
-
+                <?php
+                $all=new IText();
+                $all->table=1;
+                $all->style=' class="input_text"';
+                ?>
                 <label class="w-20" for="p_tva"><?= _("Numéro de Tva") 
?></label>
                 <?= $all->input("p_tva", $my->MY_TVA) ?>
             </div>



reply via email to

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