search for: sowenig

Displaying 2 results from an estimated 2 matches for "sowenig".

2004 May 15
1
Re: [Logcheck-commits] CVS logcheck/src
On Sat, 15 May 2004, CVS User ttroxell wrote: > if [ -f /etc/logcheck/header.txt ] ; then > - $CAT /etc/logcheck/header.txt >> $TMPDIR/report > + $CAT /etc/logcheck/header.txt >> $TMPDIR/report \ > + || error "Could not append header to $TMPDIR/report Disk full?" > fi > } > > @@ -152,7 +157,8 @@ > # Add a footer
2006 Feb 18
0
Move element into view
...ally the minimal amount necessary to bring the element into view. Usage: new Effect.ScrollToFullView(element, {duration: 0.6, offset: 10}); Offset is the distance in pixel to the upper/lower viewport border. You need to define window.isIE as true/false somewhere prior or change the code. // Nur sowenig wie möglich scrollen, bis das Element sichtbar ist. Effect.ScrollToFullView = Class.create(); Object.extend(Object.extend(Effect.ScrollToFullView.prototype, Effect.ScrollTo.prototype), { setup: function() { Position.prepare(); this.scrollStart = Position.deltaY; var offsets = Position...