Ignore:
Timestamp:
May 13, 2009, 12:51:15 PM (15 years ago)
Author:
gav
Message:

Add icons from famfamfam silk icons, add acknowledgement page to suite.
Adjust AssignedPerson? controller so that a task.id is required to create.
Move Add AssignedPerson? link up to TaskDetailed? show page.
Further improvements to taskDetailed show tabs.
Adjust TaskProcedureDetailed? controller to allow linking a Procedure to a task during creation.
Adjust TaskRecurringSchedule? to a one-to-one cascading relationship.
Modify CSS class duration to time and added icons.
Regenerate some pages.

File:
1 edited

Legend:

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

    r98 r134  
    6161
    6262                                <td valign="top" class="value">
    63                                     <input class="duration ${hasErrors(bean:entryInstance,field:'durationHour','errors')}"
     63                                    <input class="time ${hasErrors(bean:entryInstance,field:'durationHour','errors')}"
    6464                                        type="text" id="durationHour" name="durationHour"
    6565                                        value="${fieldValue(bean:entryInstance,field:'durationHour')}" />
    6666                                    :
    67                                     <input class="duration ${hasErrors(bean:entryInstance,field:'durationMinute','errors')}"
     67                                    <input class="time ${hasErrors(bean:entryInstance,field:'durationMinute','errors')}"
    6868                                        type="text" id="durationMinute" name="durationMinute"
    6969                                        value="${fieldValue(bean:entryInstance,field:'durationMinute')}" />
Note: See TracChangeset for help on using the changeset viewer.