- Timestamp:
- Jun 20, 2010, 2:28:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/createImmediateCallout.gsp
r487 r601 66 66 from="${Asset.findAllByIsActive(true).sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) }}" 67 67 name="primaryAsset.id" value="${taskInstance?.primaryAsset?.id}" 68 noSelection="['null': '--None--']">68 noSelection="['null':/${g.message(code:'default.none.select.text')}/]"> 69 69 </g:select> 70 70 <g:helpBalloon code="task.primaryAsset" /> … … 81 81 name="entryFault.productionReference.id" 82 82 value="${entryFaultInstance?.productionReference?.id}" 83 noSelection="['null': '--None--']">83 noSelection="['null':/${g.message(code:'default.none.select.text')}/]"> 84 84 </g:select> 85 85 <g:helpBalloon code="entry.productionReference.fault" />
Note: See TracChangeset
for help on using the changeset viewer.