Ignore:
Timestamp:
Jan 26, 2009, 5:26:11 AM (15 years ago)
Author:
gav
Message:

Adjusted constraints and regen-all for Person/Group/Type? and Task/Group?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/personGroupType/show.gsp

    r22 r35  
    3131                   
    3232                        <tr class="prop">
     33                            <td valign="top" class="name">Name:</td>
     34                           
     35                            <td valign="top" class="value">${fieldValue(bean:personGroupTypeInstance, field:'name')}</td>
     36                           
     37                        </tr>
     38                   
     39                        <tr class="prop">
    3340                            <td valign="top" class="name">Description:</td>
    3441                           
     
    4148                           
    4249                            <td valign="top" class="value">${fieldValue(bean:personGroupTypeInstance, field:'isActive')}</td>
    43                            
    44                         </tr>
    45                    
    46                         <tr class="prop">
    47                             <td valign="top" class="name">Name:</td>
    48                            
    49                             <td valign="top" class="value">${fieldValue(bean:personGroupTypeInstance, field:'name')}</td>
    5050                           
    5151                        </tr>
Note: See TracChangeset for help on using the changeset viewer.