Ignore:
Timestamp:
Jan 20, 2009, 8:08:17 PM (15 years ago)
Author:
gavin
Message:

Add to BootStrap?, work on Domain classes update ERD to match, again.

File:
1 edited

Legend:

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

    r22 r25  
    3131                   
    3232                        <tr class="prop">
    33                             <td valign="top" class="name">Name:</td>
    34                            
    35                             <td valign="top" class="value">${fieldValue(bean:modificationTypeInstance, field:'name')}</td>
    36                            
    37                         </tr>
    38                    
    39                         <tr class="prop">
    4033                            <td valign="top" class="name">Description:</td>
    4134                           
     
    6457                        </tr>
    6558                   
     59                        <tr class="prop">
     60                            <td valign="top" class="name">Name:</td>
     61                           
     62                            <td valign="top" class="value">${fieldValue(bean:modificationTypeInstance, field:'name')}</td>
     63                           
     64                        </tr>
     65                   
    6666                    </tbody>
    6767                </table>
Note: See TracChangeset for help on using the changeset viewer.