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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to