Task #1091 - ajout de postes comptable
Remplacement de la flèche par caractère supporté par IE9
This commit is contained in:
parent
a89de8c588
commit
84281d2fe3
2 changed files with 2 additions and 2 deletions
|
|
@ -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" >⬆</a>';
|
||||
up.innerHTML=' <a class="button" href="#up_top" >⇧</a>';
|
||||
document.body.appendChild(up);
|
||||
window.onscroll=function () {
|
||||
if ( document.viewport.getScrollOffsets().top> 0) {
|
||||
|
|
|
|||
|
|
@ -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 "⬆";?></a>
|
||||
<a class="button" href="#top" ><?php echo "⇧";?></a>
|
||||
<input type="button" id="pcmn_update_add_bt3" class="smallbutton" value="<?php echo _('Ajout poste comptable'); ?>">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue