noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 126/219: Esthetic : align text


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 126/219: Esthetic : align text
Date: Mon, 18 Dec 2017 13:22:49 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9190edd44c4e45db3897b7f1dbb6b6b709843b83
Author: Dany De Bontridder <address@hidden>
Date:   Wed Nov 1 17:43:53 2017 +0100

    Esthetic : align text
---
 include/class/stock_goods.class.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/class/stock_goods.class.php 
b/include/class/stock_goods.class.php
index b2c2228..8ffd0b4 100644
--- a/include/class/stock_goods.class.php
+++ b/include/class/stock_goods.class.php
@@ -94,6 +94,7 @@ class Stock_Goods extends Stock_Goods_Sql
                        $sg_quantity[$e] = new INum('sg_quantity' . $e);
                        $sg_quantity[$e]->value = (isset(${'sg_quantity' . 
$e})) ? ${'sg_quantity' . $e} : '';
                        $label[$e] = new ISpan("label$e");
+                        $label[$e]->style="vertical-align:top;";
                        if (trim($sg_code[$e]->value) != '')
                        {
                                $label[$e]->value = $cn->get_value("select 
vw_name from vw_fiche_attr where quick_code=$1", array($sg_code[$e]->value));



reply via email to

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