noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 12/16: Prototype.js remove the hack for autoc


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 12/16: Prototype.js remove the hack for autocomplete prob
Date: Fri, 21 Nov 2014 23:17:36 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 2e20c98ade56c721b8322aaae49513dff8232737
Author: Dany De Bontridder <address@hidden>
Date:   Sat Nov 22 00:13:09 2014 +0100

    Prototype.js remove the hack for autocomplete prob
---
 include/operation_ods_new.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/operation_ods_new.inc.php 
b/include/operation_ods_new.inc.php
index b65257a..45be2cd 100644
--- a/include/operation_ods_new.inc.php
+++ b/include/operation_ods_new.inc.php
@@ -43,7 +43,7 @@ if ( $g_user->check_jrn($ledger->id)=='X')
        alert(_("Vous ne pouvez pas écrire dans ce journal, contacter votre 
administrateur"));
        return;
 }
-echo '<div class="content">';
+echo '<div style="position:absolute" class="content">';
 echo '<div id="predef_form">';
 echo HtmlInput::hidden('p_jrn_predef', $ledger->id);
 $op = new Pre_op_ods($cn);



reply via email to

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