noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/04: Task #1091 - ajout de postes comptabl


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/04: Task #1091 - ajout de postes comptable Remplacement de la flèche par caractère supporté par IE9
Date: Wed, 27 May 2015 17:55:40 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 84281d2fe3708acf40b3b23605436d2adbefe5dd
Author: Dany De Bontridder <address@hidden>
Date:   Wed May 27 19:38:45 2015 +0200

    Task #1091 - ajout de postes comptable
    Remplacement de la flèche par caractère supporté par IE9
---
 html/js/scripts.js         |    2 +-
 include/param_pcmn.inc.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index e4c7479..e3f1826 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -2715,7 +2715,7 @@ function init_scroll()
             "style":"padding:10px;left:auto;width:30px;height: 
auto;display:none;position:fixed;top:25px;right:20px;text-align:center",
             id:"go_up"
         });
-        up.innerHTML=' <a class="button" href="#up_top" >&#11014;</a>';
+        up.innerHTML=' <a class="button" href="#up_top" >&#8679;</a>';
         document.body.appendChild(up);
          window.onscroll=function () {
          if ( document.viewport.getScrollOffsets().top> 0) {
diff --git a/include/param_pcmn.inc.php b/include/param_pcmn.inc.php
index cc69345..f6e6622 100644
--- a/include/param_pcmn.inc.php
+++ b/include/param_pcmn.inc.php
@@ -137,7 +137,7 @@ endfor;
     <div id="go_up" class="inner_box" 
style="padding:0px;left:auto;width:250px;height: 
100px;display:none;position:fixed;top:5px;right:20px">
         <?php echo HtmlInput::title_box(_('Navigation'), 'go_up', "hide");?>
         <div style="margin:3%;padding:3%">
-            <a class="button" href="#top" ><?php echo "&#11014;";?></a>
+            <a class="button" href="#top" ><?php echo "&#8679";?></a>
             <input type="button" id="pcmn_update_add_bt3" class="smallbutton"  
value="<?php echo _('Ajout poste comptable'); ?>">
         </div>
     </div>



reply via email to

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