noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/03: Ajout du bouton UP dans plan comptable


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/03: Ajout du bouton UP dans plan comptable
Date: Sat, 16 May 2015 15:08:43 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit c8e990c2e161826fa0c8fb95fb01f6b0dd6beaa0
Author: Dany De Bontridder <address@hidden>
Date:   Sat May 16 16:49:43 2015 +0200

    Ajout du bouton UP dans plan comptable
---
 include/param_pcmn.inc.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php
index 8589922..c282dd0 100644
--- a/include/param_pcmn.inc.php
+++ b/include/param_pcmn.inc.php
@@ -129,7 +129,7 @@ for ($i=0; $i <$MaxRow; $i++):
 endfor;
 ?>
 </TABLE>
-    <div id="go_up" class="inner_box" 
style="padding:0px;left:auto;width:250px;height: 
150px;display:none;position:fixed;top:250px;right:20px">
+    <div id="go_up" class="inner_box" 
style="padding:0px;left:auto;width:250px;height: 
100px;display:none;position:fixed;top:250px;right:20px">
         <?php echo HtmlInput::title_box(_('Navigation'), 'go_up', "hide");?>
         <div style="margin:3%;padding:3%">
             <a class="smallbutton" href="#top" ><?php echo _('Haut');?></a>
@@ -155,7 +155,8 @@ endfor;
          console.log( document.viewport.getScrollOffsets().top);
          if ( document.viewport.getScrollOffsets().top> 0) {
              if ($('go_up').visible() == false) {
-                Effect.BlindDown('go_up',{duration:0.1});
+                $('go_up').setOpacity(0.8); 
+                $('go_up').show();
             }
         } else {
             $('go_up').hide();



reply via email to

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