noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/01: Task #1091 - ajout de postes comptable


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Task #1091 - ajout de postes comptable Ajout du bouton UP dans plan comptable
Date: Fri, 15 May 2015 12:04:14 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit a9bb3796d5143353dbefa840f4a75a1261ba667b
Author: Dany De Bontridder <address@hidden>
Date:   Fri May 15 14:00:44 2015 +0200

    Task #1091 - ajout de postes comptable
    Ajout du bouton UP dans plan comptable
---
 include/param_pcmn.inc.php |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php
index 1164b3d..619794d 100644
--- a/include/param_pcmn.inc.php
+++ b/include/param_pcmn.inc.php
@@ -43,7 +43,7 @@ echo '<div id="acc_update" class="inner_box" 
style="display:none;position:absolu
 
 $g_start=HtmlInput::default_value_get('p_start',1);
 ?>
-
+<a  id="top"></a>
 
 <div class="content">
 <?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:auto;display:none;position:fixed;top:250px;right:20px"><a
 class="button" href="#top" ><?php echo _('Haut');?></a></div>
  <input type="button" id="pcmn_update_add_bt2" class="smallbutton"  
value="<?php echo _('Ajout poste comptable'); ?>">
  </div>
  <script>
@@ -141,6 +141,9 @@ endfor;
      {
          pcmn_update(<?php echo Dossier::id()?>,'');
      }
+     window.onscroll=function () {
+         $('go_up').show();
+     }
 </script>
 <?php
 html_page_stop();



reply via email to

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