Ignore:
Timestamp:
Mar 6, 2009, 8:51:47 PM (15 years ago)
Author:
gav
Message:

Some minor format and label correction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TaskRewrite/src/grails-app/views/person/edit.gsp

    r59 r65  
    4343
    4444                                        <tr class="prop">
    45                                                 <td valign="top" class="name"><label for="firstName">Full Name:</label></td>
     45                                                <td valign="top" class="name"><label for="firstName">First Name:</label></td>
    4646                                                <td valign="top" class="value ${hasErrors(bean:person,field:'firstName','errors')}">
    4747                                                        <input type="text" id="firstName" name="firstName" value="${person.firstName?.encodeAsHTML()}"/>
     
    5050
    5151                    <tr class="prop">
    52                         <td valign="top" class="name"><label for="lastName">Full Name:</label></td>
     52                        <td valign="top" class="name"><label for="lastName">Last Name:</label></td>
    5353                        <td valign="top" class="value ${hasErrors(bean:person,field:'lastName','errors')}">
    5454                            <input type="text" id="lastName" name="lastName" value="${person.lastName?.encodeAsHTML()}"/>
Note: See TracChangeset for help on using the changeset viewer.