[Jifty-commit] r1505 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jul 7 01:15:44 EDT 2006


Author: trs
Date: Fri Jul  7 01:15:44 2006
New Revision: 1505

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web.pm

Log:
 r14022 at zot:  tom | 2006-07-07 01:09:02 -0400
 A fade is really more appropriate


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Fri Jul  7 01:15:44 2006
@@ -765,7 +765,8 @@
         my $plural = $type . "s";
         $self->out(qq{<div id="$plural">});
         $self->out(qq[<a id="dismiss_$plural" href="#"
-                         onclick="Effect.DropOut(this.parentNode); return false;">]._('Dismiss').qq[</a>]);
+                         onclick="Effect.Fade(this.parentNode); return false;">]
+                   ._('Dismiss').qq[</a>]);
         foreach my $moniker ( @monikers ) {
             if ( $results{$moniker}->$type() ) {
                 $self->out( qq{<div class="$type $moniker">}


More information about the Jifty-commit mailing list