Ignore:
Timestamp:
Apr 28, 2010, 4:28:39 PM (14 years ago)
Author:
duh
Message:
  • reverted changes of revisions 386, 387 and 388 as they completely broke the repository (you need to get cake now! ;)
  • committed development version of modified study capture wizard (works until events)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/sandbox/index.gsp

    r386 r389  
    3737                <td>Type</td>
    3838        </tr>
     39        <g:each in="${subject.giveDomainFields()}" var="field">
     40            <tr>
     41                    <td>Domain field</td>
     42                        <td>${field.key}</td>
     43                         <td>${field.value}</td>
     44                </tr>
     45        </g:each>
    3946        <g:each in="${subject.giveFields()}" var="field">
    4047            <tr>
Note: See TracChangeset for help on using the changeset viewer.