jford       2004/07/20 08:54:25

  Modified:    portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed
                        decorator.vm
               portal/src/webapp/WEB-INF/decorations/portlet/html/metal
                        decorator.vm
               portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue
                        decorator.vm
  Log:
  Expanded content cell to include second column
  Moved class from div to td
  
  Submitted by: Enrique Lara
  
  Revision  Changes    Path
  1.9       +2 -4      
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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- decorator.vm      13 Jul 2004 21:02:44 -0000      1.8
  +++ decorator.vm      20 Jul 2004 15:54:25 -0000      1.9
  @@ -57,14 +57,12 @@
   ##
   #if (!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized")
     <tr>
  -    <td  nowrap="nowrap"><div class="PContentLeft" >&nbsp;</div></td>
  +    <td nowrap="nowrap" class="PContentLeft" >&nbsp;</td>
       
  -    <td class="PContent" >
  +    <td class="PContent" colspan="2">
          $jetspeed.include($myF)
       </td>   
   
  -    <td align="right" valign="middle" class="PContent" />
  -    
       <td class="PContentRight"  ><div class="PContentRight" >&nbsp;</div></td>
      
     </tr>
  
  
  
  1.7       +2 -4      
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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- decorator.vm      13 Jul 2004 21:02:44 -0000      1.6
  +++ decorator.vm      20 Jul 2004 15:54:25 -0000      1.7
  @@ -58,13 +58,11 @@
   ##
   #if (!$jetspeed.isHidden($myF))
     <tr>
  -    <td  nowrap="nowrap"><div class="PContentLeft" >&nbsp;</div></td>
  +    <td  nowrap="nowrap" class="PContentLeft" >&nbsp;</td>
       
  -    <td class="PContent" >
  +    <td class="PContent" colspan="2">
          $jetspeed.include($myF)
       </td>   
  -
  -    <td align="right" valign="middle" class="PContent" />
       
       <td class="PContentRight"  ><div class="PContentRight" >&nbsp;</div></td>
      
  
  
  
  1.8       +2 -4      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/decorator.vm
  
  Index: decorator.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/minty-blue/decorator.vm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- decorator.vm      13 Jul 2004 21:02:45 -0000      1.7
  +++ decorator.vm      20 Jul 2004 15:54:25 -0000      1.8
  @@ -57,13 +57,11 @@
   ##
   #if (!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized")
     <tr>
  -    <td  nowrap="nowrap"><div class="PContentLeft" >&nbsp;</div></td>
  +    <td nowrap="nowrap" class="PContentLeft" >&nbsp;</td>
       
  -    <td class="PContent" >
  +    <td class="PContent" colspan="2">
          $jetspeed.include($myF)
       </td>   
  -
  -    <td align="right" valign="middle" class="PContent" />
       
       <td class="PContentRight"  ><div class="PContentRight" >&nbsp;</div></td>
      
  
  
  

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

Reply via email to