Changeset 2692
- Timestamp:
- 03/09/10 15:00:50 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molgenis/3.3/src/org/molgenis/framework/ui/FormView.ftl
r2594 r2692 233 233 <input type="hidden" name="massUpdate" value="${id}"> 234 234 </#list> 235 <#list screen.get RecordForm() as input>235 <#list screen.getInputs() as input> 236 236 <#if !input.isHidden()> 237 237 <tr> … … 317 317 <#if count == 0> 318 318 <tr> 319 <th><label> </label></th> 320 <#list record.inputs as input> 321 <#if input.getName() == screen.getIdField()> 322 <th><label> </label></th> 323 </#if> 324 </#list> 325 319 <#--empty headers for the browse button and tick boxes --> 320 <th><label> </label></th><th><label> </label></th> 326 321 <#list record.inputs as input> 327 322 <#if screen.getController().getClass().getSimpleName() != "FormController">
Note: See TracChangeset
for help on using the changeset viewer.