Changeset 212
- Timestamp:
- Dec 3, 2009, 8:12:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskRecurringScheduleDetailed/edit.gsp
r199 r212 28 28 <tbody> 29 29 30 31 32 33 34 35 36 37 30 <tr class="prop"> 31 <td valign="top" class="name"> 32 <label for="recForTask">Recurring Schedule for Task:</label> 33 </td> 34 <td valign="top" name="recForTask" class="value"> 35 <g:link controller="taskDetailed" action="show" id="${taskRecurringScheduleInstance?.task?.id}">${taskRecurringScheduleInstance?.task?.encodeAsHTML()}</g:link> 36 </td> 37 </tr> 38 38 39 39 <tr class="prop"> … … 52 52 <td valign="top" class="value" > 53 53 <input type="text" class="time ${hasErrors(bean:taskRecurringScheduleInstance,field:'recurEvery','errors')}" 54 54 id="recurEvery" name="recurEvery" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'recurEvery')}" /> 55 55 <g:select optionKey="id" from="${Period.list()}" name="recurPeriod.id" value="${taskRecurringScheduleInstance?.recurPeriod?.id}" ></g:select> 56 56 </td>
Note: See TracChangeset
for help on using the changeset viewer.