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 we...@apache.org on 2004/08/18 16:01:26 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/metal decorator.vm

weaver      2004/08/18 07:01:26

  Modified:    portal/src/webapp/WEB-INF/decorations/portlet/html/metal
                        decorator.vm
  Log:
  added id to portlet element
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/metal/decorator.vm
  
  Index: decorator.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/metal/decorator.vm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- decorator.vm	28 Jul 2004 13:34:30 -0000	1.9
  +++ decorator.vm	18 Aug 2004 14:01:25 -0000	1.10
  @@ -24,7 +24,7 @@
   
   <!-- Begin portlet/html/jetspeed/decorator.vm  -->
   
  -<div class="portlet-Metal" >
  +<div id="portlet-${myF.id}" class="portlet-Metal" >
   <table border="0" cellpadding="0" cellspacing="0" width="100%" >
   ##
   ## Portlet Title Bar
  
  
  

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