weaver      2004/08/18 07:01:03

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to