Ignore:
Timestamp:
Mar 16, 2010, 9:50:57 AM (13 years ago)
Author:
jahn
Message:

Cleaned up getTerm() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/eventDescription/showPartial.gsp

    r265 r272  
    3232                          <% if(  parameter.type==dbnp.studycapturing.ProtocolParameterType.INTEGER) { value= event.parameterIntegerValues[parameter.name] } %>
    3333                          </g:if>
    34                           <g:textField name="protocolParameter.${parameter.id}" value="${value}" />
    35                           ...
     34                          <g:textField name="parameterValue.${parameter.id}" value="${value}" />
    3635                 </g:else>
    3736                 </td>
     
    5251                                </td>
    5352                                <td valign="top" class="name">
    54                                      <g:if test="${description.isSamplingEvent}">
    55                                      yes
    56                                      </g:if>
    57                                      <g:else>
    58                                      no
    59                                      </g:else>
     53                                     <g:checkBox name="isSamplingEvent" value="${false}" />
    6054                                </td>
    6155                            </tr>
Note: See TracChangeset for help on using the changeset viewer.