paulsp      02/04/26 14:59:25

  Modified:    webapp/WEB-INF/templates/vm/portlets/html
                        customizer-portletset-add.vm
  Log:
  Next and Previous buttons where missing the "Customize" template.
  PR:8442
  
  Revision  Changes    Path
  1.6       +2 -2      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/customizer-portletset-add.vm
  
  Index: customizer-portletset-add.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/customizer-portletset-add.vm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- customizer-portletset-add.vm      14 Apr 2002 16:51:09 -0000      1.5
  +++ customizer-portletset-add.vm      26 Apr 2002 21:59:24 -0000      1.6
  @@ -76,7 +76,7 @@
       <tr>
         <td>
           #if ($prev)
  -        <a 
href="$jslink.addPathInfo("start",$prev)">$l10n.CUSTOMIZER_PREVIOUSBTN</a>
  +        <a 
href="$jslink.setTemplate("Customize").addPathInfo("start",$prev)">$l10n.CUSTOMIZER_PREVIOUSBTN</a>
           #else
           &nbsp;
           #end
  @@ -89,7 +89,7 @@
         </td>
         <td>
           #if ($next)
  -        <a href="$jslink.addPathInfo("start",$next)">$l10n.CUSTOMIZER_NEXTBTN</a>
  +        <a 
href="$jslink.setTemplate("Customize").addPathInfo("start",$next)">$l10n.CUSTOMIZER_NEXTBTN</a>
           #else
           &nbsp;
           #end
  
  
  

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

Reply via email to