You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/09/20 21:19:44 UTC

svn commit: r290533 - in /portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet: html/decorator.vm xhtml-basic/simple/decorator.vm

Author: taylor
Date: Tue Sep 20 12:19:41 2005
New Revision: 290533

URL: http://svn.apache.org/viewcvs?rev=290533&view=rev
Log:
if title is not available, dont print anything

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/decorator.vm
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/xhtml-basic/simple/decorator.vm

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/decorator.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/decorator.vm?rev=290533&r1=290532&r2=290533&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/decorator.vm (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/html/decorator.vm Tue Sep 20 12:19:41 2005
@@ -34,7 +34,7 @@
 <div id="${myF.id}" class="${decoratorId}">
   <div class="PTitle" >
     <div class="PTitleContent">
-      $jetspeed.getTitle($myPE, $myF)
+      $!jetspeed.getTitle($myPE, $myF)
     </div>
     
     <div class="PActionBar">

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/xhtml-basic/simple/decorator.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/xhtml-basic/simple/decorator.vm?rev=290533&r1=290532&r2=290533&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/xhtml-basic/simple/decorator.vm (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/decorations/portlet/xhtml-basic/simple/decorator.vm Tue Sep 20 12:19:41 2005
@@ -20,7 +20,7 @@
 ##
 ## Portlet Title Bar
 ##
-<div class="PTitleContent">$jetspeed.getTitle($myPE, $myF)
+<div class="PTitleContent">$!jetspeed.getTitle($myPE, $myF)
 #foreach ($action in $actions)
 <a href="${action.Action}" title="${action.Name}"><img src="${action.Link}" alt="${action.Alt}" class="noborder"/></a>
 #end



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org