noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/02: Task #1059 - Stock : reprise inventair


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/02: Task #1059 - Stock : reprise inventaire Bug with CSS position absolute : used for Autocomplete but break if display with ajax
Date: Mon, 01 Dec 2014 20:02:07 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit e11d5b01b92b792a06ae6f978ec6ed7ad19a9ef6
Author: Dany De Bontridder <address@hidden>
Date:   Mon Dec 1 20:58:17 2014 +0100

    Task #1059 - Stock : reprise inventaire
    Bug with CSS position absolute : used for Autocomplete but break if display 
with ajax
---
 include/template/stock_inv.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/template/stock_inv.php b/include/template/stock_inv.php
index 8939803..2886d70 100644
--- a/include/template/stock_inv.php
+++ b/include/template/stock_inv.php
@@ -27,7 +27,7 @@
  *
  */
 ?>
-<div style="position:absolute" class="content">
+<div style="<?php if ( ! $p_readonly) echo "position:absolute";?>" 
class="content">
        <form method="POST" class="print" onsubmit="return confirm('<?php echo 
_("Vous confirmez ?")?>')">
 <table>
        <tr><td>



reply via email to

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