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 2003/06/09 01:08:52 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/parameters/html RegistryEntryListBox.vm

morciuch    2003/06/08 16:08:52

  Modified:    webapp/WEB-INF/templates/vm/parameters/html
                        RegistryEntryListBox.vm
  Log:
  Added closing </option> tags (see Bugzilla bug# 19334)
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-jetspeed/webapp/WEB-INF/templates/vm/parameters/html/RegistryEntryListBox.vm
  
  Index: RegistryEntryListBox.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/parameters/html/RegistryEntryListBox.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RegistryEntryListBox.vm	19 Feb 2003 17:39:47 -0000	1.2
  +++ RegistryEntryListBox.vm	8 Jun 2003 23:08:52 -0000	1.3
  @@ -1,10 +1,10 @@
   ## $Id$
   $!label
   <select name="$name" $!disabled #foreach($event in $events.keySet()) $event="$events.get($event)" #end>
  -  <option value="$!defaultEntry">-- Default --
  +  <option value="$!defaultEntry">-- Default --</option>
   #foreach ($entry in $entries)
     <option value="$entry.Name" #if ($entry.Name == $!value) SELECTED #end>
  -  #if ($entry.Title) $entry.Title #else $entry.Name #end
  +  #if ($entry.Title) $entry.Title #else $entry.Name #end</option>
   #end
   </select>
   
  
  
  

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