Modified: portals/jetspeed-2/branches/SummersOfCode-2005/src/webapp/WEB-INF/decorations/portlet/html/neat/decorator.vm URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/branches/SummersOfCode-2005/src/webapp/WEB-INF/decorations/portlet/html/neat/decorator.vm?rev=240098&r1=240097&r2=240098&view=diff ============================================================================== --- portals/jetspeed-2/branches/SummersOfCode-2005/src/webapp/WEB-INF/decorations/portlet/html/neat/decorator.vm (original) +++ portals/jetspeed-2/branches/SummersOfCode-2005/src/webapp/WEB-INF/decorations/portlet/html/neat/decorator.vm Thu Aug 25 09:25:38 2005 @@ -41,8 +41,12 @@ ## ## Portlet Content ## - <div id="content-${myF.id}"> + #if ((!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized") && $myF.renderedContent != "") + <div id="content-${myF.id}" > + #else + <div id="content-${myF.id}" class="cosa"> + #end <div class="PContent"> #if($portletErrors && $portletErrors.size() > 0) The following errors ocurred:<br /> @@ -52,7 +56,6 @@ #end $myF.renderedContent </div> - #end </div> ##
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
