Changeset 1285 for trunk/grails-app/views
- Timestamp:
- Dec 20, 2010, 4:28:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_unassigned_samplingEvent_warning.gsp
r959 r1285 44 44 45 45 <span class="info"> 46 <span class="warning">Warning!</span> 47 In the previous page one (or more) sampling events were not assigned to a group which means no samples 48 will be generated for these sampling events. If this is in error, please go back to the previous 49 page and make sure to properly group the sampling events. If, however, this is how you intended it, press 50 next to continue, or wait <span id="seconds"></span> seconds... 46 <span class="warning"><g:message code="generic.warning" />!</span> 47 <g:if test="${study.samplingEvents}"> 48 <g:message code="studywizard.no.samplingevents.grouped" /> 49 </g:if> 50 <g:else> 51 <g:message code="studywizard.no.samplingevents" /> 52 </g:else> 51 53 </span> 52 54
Note: See TracChangeset
for help on using the changeset viewer.