Changeset 2692

Show
Ignore:
Timestamp:
03/09/10 15:00:50 (6 months ago)
Author:
mswertz
Message:

Fixed the add batch update screen #71

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • molgenis/3.3/src/org/molgenis/framework/ui/FormView.ftl

    r2594 r2692  
    233233                        <input type="hidden" name="massUpdate" value="${id}"> 
    234234        </#list> 
    235         <#list screen.getRecordForm() as input> 
     235        <#list screen.getInputs() as input> 
    236236                <#if !input.isHidden()> 
    237237                        <tr> 
     
    317317                <#if count == 0>                 
    318318        <tr> 
    319                 <th><label>&nbsp;</label></th> 
    320                         <#list record.inputs as input> 
    321                                 <#if input.getName() == screen.getIdField()>     
    322                                         <th><label>&nbsp;</label></th> 
    323                                 </#if> 
    324                         </#list> 
    325                  
     319                <#--empty headers for the browse button and tick boxes --> 
     320                <th><label>&nbsp;</label></th><th><label>&nbsp;</label></th>             
    326321                        <#list record.inputs as input>                           
    327322                                <#if screen.getController().getClass().getSimpleName() != "FormController">