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/07/27 15:44:34 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/templates/layout/html/columns layout.vm

weaver      2004/07/27 06:44:34

  Modified:    portal/src/webapp/WEB-INF/templates/layout/html/columns
                        layout.vm
  Log:
  Added more CSSness to the column layout
  
  Revision  Changes    Path
  1.5       +2 -2      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- layout.vm	7 May 2004 02:44:08 -0000	1.4
  +++ layout.vm	27 Jul 2004 13:44:34 -0000	1.5
  @@ -39,12 +39,12 @@
         #parse($jetspeed.getDecoration($decoTop, "layout").appRelativePath)
     #end
   
  -<table width="100%" cellspacing="0" cellpadding="0">
  +<table width="100%" cellspacing="0" cellpadding="0" class="portal-layout">
     <tr>
   
        #foreach($entry in $table)
       <td valign="top">
  -       <table width="100%">
  +       <table width="100%" class="portal-layout-column">
          #foreach($f in $entry)       
           <tr>
          	   	<td width="100%">
  
  
  

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