diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 1f4d8cb52..dd0b8069c 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -1,4 +1,5 @@ 6.7.7 + - fix [ 1324230 ] 6.7.6 - Template, Rich Text Editor options not showing - fix [ 1324128 ] Help: List of Available Macros not working - fix [ 1315408 ] Navigation sometimes fails to use correct startpoint - fix [ 1305577 ] 6.7.5 Cannot insert a Link to a Page in the WebGUI page diff --git a/www/extras/slidePanel/slidePanel.js b/www/extras/slidePanel/slidePanel.js index 459f9d350..e772b3f73 100644 --- a/www/extras/slidePanel/slidePanel.js +++ b/www/extras/slidePanel/slidePanel.js @@ -75,9 +75,9 @@ function b_up(nr) { this.ftop = this.ftop - 5; - this.objf.style.top=this.ftop; + this.objf.style.top=(this.ftop+'px'); //this.objf.style.zIndex=1; - nr-- + nr--; if (nr>0) setTimeout(this.v+'.up('+nr+');',10); else @@ -93,8 +93,8 @@ function b_down(nr) { this.ftop=panelLinkTop; nr=0; } - this.objf.style.top=this.ftop; - nr-- + this.objf.style.top=(this.ftop+'px'); + nr--; if (nr>0) setTimeout(this.v+'.down('+nr+');',10); else @@ -149,7 +149,7 @@ function b_draw() { //document.write('
»
»
»
»
»
'); //slide panel . - document.write('
'); @@ -157,15 +157,15 @@ function b_draw() { //one layer for every panel... for (i=0;i'); t=t+panelButtonHeight; //one layer to host the panel links - document.write('
'); mtop=0 @@ -180,7 +180,7 @@ function b_draw() { document.write('
'); - document.write('
') // scroll-up - document.write(''); // scroll-down - document.write('