raphael     01/10/14 05:16:41

  Modified:    webapp/WEB-INF/templates/vm/controllers/html
                        multicolumn-customize.vm
  Log:
  fix for bug 4144: customizer uses Portlet parent name when title is not
  defined
  
  Revision  Changes    Path
  1.4       +6 -2      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/controllers/html/multicolumn-customize.vm
  
  Index: multicolumn-customize.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controllers/html/multicolumn-customize.vm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- multicolumn-customize.vm  2001/07/22 20:32:47     1.3
  +++ multicolumn-customize.vm  2001/10/14 12:16:41     1.4
  @@ -28,10 +28,14 @@
                   <input type="image" src="images/right.gif" alt="Move right" 
border="0" name="eventSubmit_doRight" />
                 </td>
               </tr>
  -#set ($title = $titles.get($portlet.Parent) )
  +#if ($titles.get($portlet.Parent))
  +  #set ($title = $titles.get($portlet.Parent) )
  +#else
  +  #set ($title = $portlet.Parent)
  +#end
               <tr height="50">
                 <td height="50" valign="middle" bgcolor="$!{skin.BackgroundColor}" 
align="center">
  -                <b>#if ($title) $title #else $portlet.Parent #end</b>
  +                <b>$title</b>
                 </td>
               </tr>
             </table>
  
  
  

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

Reply via email to