Task #1091 - ajout de postes comptable

Remplacement de la flèche par caractère supporté par IE9
This commit is contained in:
Dany De Bontridder 2015-05-27 19:38:45 +02:00
parent a89de8c588
commit 84281d2fe3
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -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>