jford       2003/08/29 10:46:09

  Modified:    webapp/WEB-INF/templates/vm/portlets/html psml-form.vm
  Log:
  Changed the input parameters so that they do not conflict with Jetspeed profiler 
parameters.
  
  PR: Bugzilla #21426
  
  Revision  Changes    Path
  1.8       +4 -4      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/psml-form.vm
  
  Index: psml-form.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/psml-form.vm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- psml-form.vm      29 Aug 2002 21:11:39 -0000      1.7
  +++ psml-form.vm      29 Aug 2003 17:46:09 -0000      1.8
  @@ -47,7 +47,7 @@
               <b><font face="$ui.sansSerifFonts">Media&nbsp;Type</font></b>
             </td>
               <td bgcolor="$!{skin.TitleBackgroundColor}">
  -              <select name="MediaType">
  +              <select name="psml_mediatype">
                   #set ($flag = 0)
                   #foreach ($type in $mediaTypes)
                       #if ($type == $profile.MediaType)
  @@ -72,7 +72,7 @@
             </td>
             <td bgcolor="$!{skin.TitleBackgroundColor}">
               <font face="$ui.sansSerifFonts">
  -              <input type="text" size="30" name="Language" value=$!profile.Language>
  +              <input type="text" size="30" name="psml_language" 
value=$!profile.Language>
               </font>
             </td>
           </tr>
  @@ -83,7 +83,7 @@
             </td>
             <td bgcolor="$!{skin.TitleBackgroundColor}">
               <font face="$ui.sansSerifFonts">
  -              <input type="text" size="30" name="Country" value=$!profile.Country>
  +              <input type="text" size="30" name="psml_country" 
value=$!profile.Country>
               </font>
             </td>
           </tr>
  
  
  

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

Reply via email to