raphael     01/05/29 03:01:07

  Modified:    webapp/WEB-INF/templates/vm/controls jetspeed.vm
  Log:
  remove debug statement in stylesheet
  
  Revision  Changes    Path
  1.2       +1 -3      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/jetspeed.vm
  
  Index: jetspeed.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/jetspeed.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jetspeed.vm       2001/05/28 15:17:34     1.1
  +++ jetspeed.vm       2001/05/29 10:01:06     1.2
  @@ -9,9 +9,7 @@
   #end
       </td>
   </tr>
  -#if( $portlet.isMinimized($data) )
  -<!-- minimized -->
  -#else
  +#if( ! $portlet.isMinimized($data) )
   <tr>
       <td colspan="2" align="center" valign="top" width="100%" >
           <table border="0" cellpadding="2" cellspacing="0" width="100%" 
align="center">
  
  
  

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

Reply via email to