weaver      2004/07/28 06:20:07

  Modified:    portal/src/webapp/WEB-INF/templates/layout/html/columns
                        layout.vm
  Log:
  Added an id to the portal-layout section.
  
  Revision  Changes    Path
  1.6       +1 -1      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm
  
  Index: layout.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- layout.vm 27 Jul 2004 13:44:34 -0000      1.5
  +++ layout.vm 28 Jul 2004 13:20:07 -0000      1.6
  @@ -39,7 +39,7 @@
         #parse($jetspeed.getDecoration($decoTop, "layout").appRelativePath)
     #end
   
  -<table width="100%" cellspacing="0" cellpadding="0" class="portal-layout">
  +<table id="portal-layout-${myPage.id}" width="100%" cellspacing="0" cellpadding="0" 
class="portal-layout">
     <tr>
   
        #foreach($entry in $table)
  
  
  

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

Reply via email to