Changeset 212


Ignore:
Timestamp:
Dec 3, 2009, 8:12:38 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/edit.gsp

    r199 r212  
    2828                        <tbody>
    2929
    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>
     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>
    3838                           
    3939                            <tr class="prop">
     
    5252                                <td valign="top" class="value" >
    5353                                    <input type="text" class="time ${hasErrors(bean:taskRecurringScheduleInstance,field:'recurEvery','errors')}"
    54                                                                                 id="recurEvery" name="recurEvery" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'recurEvery')}" />
     54                                        id="recurEvery" name="recurEvery" value="${fieldValue(bean:taskRecurringScheduleInstance,field:'recurEvery')}" />
    5555                                    <g:select optionKey="id" from="${Period.list()}" name="recurPeriod.id" value="${taskRecurringScheduleInstance?.recurPeriod?.id}" ></g:select>
    5656                                </td>
Note: See TracChangeset for help on using the changeset viewer.