Changeset 211


Ignore:
Timestamp:
Dec 3, 2009, 7:43:13 PM (14 years ago)
Author:
gav
Message:

Format to 4 spaces, no tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskRecurringScheduleDetailed/create.gsp

    r199 r211  
    3131                                    <label for="recForTask">Recurring Schedule for Task:</label>
    3232                                </td>
    33                                                                 <td valign="top" name="recForTask" class="value">
    34                                                                         <g:link controller="taskDetailed" action="show" id="${taskRecurringScheduleInstance?.task?.id}">${taskRecurringScheduleInstance?.task?.encodeAsHTML()}</g:link>
    35                                                                 </td>
     33                                <td valign="top" name="recForTask" class="value">
     34                                    <g:link controller="taskDetailed" action="show" id="${taskRecurringScheduleInstance?.task?.id}">${taskRecurringScheduleInstance?.task?.encodeAsHTML()}</g:link>
     35                                </td>
    3636                            </tr>
    3737                           
     
    5151                                <td valign="top" class="value" >
    5252                                    <input type="text" class="time ${hasErrors(bean:taskRecurringScheduleInstance,field:'recurEvery','errors')}"
    53                                                                                 id="recurEvery" name="recurEvery" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'recurEvery')}" />
     53                                        id="recurEvery" name="recurEvery" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'recurEvery')}" />
    5454                                    <g:select optionKey="id" from="${Period.list()}" name="recurPeriod.id" value="${taskRecurringScheduleInstance?.recurPeriod?.id}" ></g:select>
    5555                                </td>
Note: See TracChangeset for help on using the changeset viewer.