noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/06: Dashboard : customer late change colum


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/06: Dashboard : customer late change column heading
Date: Wed, 01 Jul 2015 07:02:00 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 6119c8bf7a366cb6bfc2ae5de86e413de391c01b
Author: Dany De Bontridder <address@hidden>
Date:   Wed Jul 1 08:57:13 2015 +0200

    Dashboard : customer late change column heading
---
 include/ac_common.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/ac_common.php b/include/ac_common.php
index b63e390..2c24781 100644
--- a/include/ac_common.php
+++ b/include/ac_common.php
@@ -1076,7 +1076,7 @@ EOF;
 function display_dashboard_operation($p_array,$p_title,$p_div)
 {
        ?>
-<div id="<?php echo $p_div;?>" class="inner_box" 
style="display:none;top:250;left:25%;width: 50%;min-height:50%;overflow:auto;">
+<div id="<?php echo $p_div;?>" class="inner_box" 
style="display:none;top:250px;left:12%;width: 
75%;min-height:50%;overflow:auto;">
        <?php
        echo HtmlInput::title_box($p_title, $p_div, "hide");
        ?>
@@ -1084,8 +1084,8 @@ function 
display_dashboard_operation($p_array,$p_title,$p_div)
        <table class="result">
                <tr>
                        <th><?php echo _('Date')?></th>
-                       <th><?php echo _('Pièce')?></th>
                        <th><?php echo _('Code Interne')?></th>
+                       <th><?php echo _('Pièce')?></th>
                        <th><?php echo _('Description')?></th>
                        <th>
                                <?php echo _('Montant')?>



reply via email to

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