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 mo...@apache.org on 2002/09/09 20:48:14 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html customizer-portlet.vm

morciuch    2002/09/09 11:48:14

  Modified:    webapp/WEB-INF/templates/vm/portlets/html
                        customizer-portlet.vm
  Log:
  Added a form name attribute of DefaultCustomizer. This is required by the PopupCalendar parameter style.
  
  Revision  Changes    Path
  1.12      +2 -2      jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/customizer-portlet.vm
  
  Index: customizer-portlet.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/customizer-portlet.vm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- customizer-portlet.vm	20 Aug 2002 17:40:48 -0000	1.11
  +++ customizer-portlet.vm	9 Sep 2002 18:48:14 -0000	1.12
  @@ -3,9 +3,9 @@
   #set ($config = $portlet.PortletConfig)
   #set ($mtype = $!data.Parameters.getString("mtype"))
   #if ($!mtype) 
  -  <form action="$jslink.Template.addQueryData('mtype', $mtype)" method="post">
  +  <form name="DefaultCustomizer" action="$jslink.Template.addQueryData('mtype', $mtype)" method="post">
   #else
  -  <form action="$jslink.Template" method="post">
  +  <form name="DefaultCustomizer" action="$jslink.Template" method="post">
   #end
   #if ($action)
     <input name="$jslink.ActionKey" type="hidden" value="$action">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>