noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 22/27: Documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 22/27: Documentation
Date: Sun, 02 Nov 2014 11:08:51 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5157918610d3a437a549a1f7acc090219e6fa623
Author: Dany De Bontridder <address@hidden>
Date:   Sun Nov 2 11:54:32 2014 +0100

    Documentation
---
 include/class_acc_ledger.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class_acc_ledger.php b/include/class_acc_ledger.php
index f5c7868..1194d7e 100644
--- a/include/class_acc_ledger.php
+++ b/include/class_acc_ledger.php
@@ -1678,7 +1678,7 @@ class Acc_Ledger extends jrn_def_sql
                $info_poste = HtmlInput::infobulle(9);
                if ($g_user->check_action(FICADD) == 1)
                        $ret.=$f_add_button->input();
-               $ret.='<table id="quick_item" style="width:100%">';
+               $ret.='<table id="quick_item" 
style="position:float;width:100%">';
                $ret.='<tr>' .
                                '<th style="text-align:left">Quickcode' . $info 
. '</th>' .
                                '<th style="text-align:left">' . _('Poste') . 
$info_poste . '</th>' .
@@ -1708,7 +1708,7 @@ class Acc_Ledger extends jrn_def_sql
 
                        $quick_code->value = (isset(${'qc_' . $i})) ? ${'qc_' . 
$i} : "";
                        $quick_code->readonly = $p_readonly;
-
+                        
                        $label = '';
                        if ($quick_code->value != '')
                        {



reply via email to

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