noalyss-commit
[Top][All Lists]
Advanced

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

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


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/09: Prototype.js remove the hack for autocomplete prob
Date: Sun, 23 Nov 2014 19:26:39 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit a5f9546cd335629425875dc221c1773cf80ff00b
Author: Dany De Bontridder <address@hidden>
Date:   Sat Nov 22 10:46:32 2014 +0100

    Prototype.js remove the hack for autocomplete prob
---
 include/template/detail-action.php |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/include/template/detail-action.php 
b/include/template/detail-action.php
index 3a4de21..461157a 100644
--- a/include/template/detail-action.php
+++ b/include/template/detail-action.php
@@ -282,7 +282,7 @@ endfor;
 if ($show_row !=0 ) :
 
        ?>
-<fieldset id="fldDetail" style='display:block'>
+<fieldset id="fldDetail" style='display:block;top:2px'>
    <LEGEND> <?php echo _('Détail des articles')?>
 </LEGEND>
 <?php // hidden fields
@@ -294,7 +294,7 @@ for ($i=0;$i<count($aArticle);$i++) :
        if ( ($aCard[$i] != 0 && $p_view == 'READ') || $p_view != 'READ'){ 
$show_row=1;}
 endfor;
 ?>
-    <div>
+    <div style="position:relative;top:5px">
 <table style="width:100%" id="art" >
 <tr>
   <th><?php echo _('Fiche')?></th>
@@ -323,7 +323,7 @@ if ( ($aCard[$i] != 0 && $p_view == 'READ') || $p_view != 
'READ'):
 <?php endif; ?>
 <?php endfor; ?>
 </table>
-    </div>
+    
 <script language="JavaScript">
 if ( $('e_march0') && $('e_march0').value =='') { toggleShowDetail();}
 function toggleShowDetail() {
@@ -371,7 +371,8 @@ function toggleShowDetail() {
 <?php endif; ?>
 </fieldset>
 <?php endif; ?>
-
+</div>
+    
 <?php if ($p_view != 'READ' && $str_select_doc != '') : ?>
 <fieldset class="noprint" >
   <legend>



reply via email to

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