From f5df4479b471920fd2603cf6992ea24e36bbb400 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Wed, 28 Apr 2004 20:23:43 +0000 Subject: [PATCH] (PortraitSupportRule): Use CSS to alternate background colors. --- modules/portrait-support.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/portrait-support.pl b/modules/portrait-support.pl index 65f600ae..153b177a 100644 --- a/modules/portrait-support.pl +++ b/modules/portrait-support.pl @@ -16,7 +16,7 @@ # 59 Temple Place, Suite 330 # Boston, MA 02111-1307 USA -$ModulesDescription .= '

$Id: portrait-support.pl,v 1.5 2004/04/28 20:19:04 as Exp $

'; +$ModulesDescription .= '

$Id: portrait-support.pl,v 1.6 2004/04/28 20:23:43 as Exp $

'; push(@MyMacros, sub{ s/\[new::\]/"[new:" . GetParam('username', T('Anonymous')) . ':' . TimeToText($Now) . "]"/ge }); @@ -54,8 +54,7 @@ sub PortraitSupportRule { $html = '' if $MyColorDiv; $MyColorDiv = 1; return $html . CloseHtmlEnvironments() - . '
' + . '
' . '

[new]' . $portrait; } return '';