Changeset 592 for trunk/grails-app/views/taskDetailed/createUnscheduled.gsp
- Timestamp:
- Jun 10, 2010, 12:10:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/createUnscheduled.gsp
r590 r592 129 129 </tr> 130 130 131 <tr class="prop"> 132 <td valign="top" class="name"> 133 <label for="isActive">Safety Requirement:</label> 134 </td> 135 <td valign="top" class="value ${hasErrors(bean:taskInstance,field:'safetyRequirement','errors')}"> 136 <g:checkBox name="safetyRequirement" value="${taskInstance?.safetyRequirement}" ></g:checkBox> 137 <g:helpBalloon code="task.safetyRequirement" /> 138 </td> 139 </tr> 140 141 <tr class="prop"> 142 <td valign="top" class="name"> 143 <label for="isActive">Mandatory/Regulatory:</label> 144 </td> 145 <td valign="top" class="value ${hasErrors(bean:taskInstance,field:'mandatoryRegulatory','errors')}"> 146 <g:checkBox name="mandatoryRegulatory" value="${taskInstance?.mandatoryRegulatory}" ></g:checkBox> 147 <g:helpBalloon code="task.mandatoryRegulatory" /> 148 </td> 149 </tr> 150 131 151 </tbody> 132 152 </table>
Note: See TracChangeset
for help on using the changeset viewer.