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/edit.gsp

    r22 r25  
    2828                    <table>
    2929                        <tbody>
    30                        
    31                             <tr class="prop">
    32                                 <td valign="top" class="name">
    33                                     <label for="name">Name:</label>
    34                                 </td>
    35                                 <td valign="top" class="value ${hasErrors(bean:modificationTypeInstance,field:'name','errors')}">
    36                                     <input type="text" id="name" name="name" value="${fieldValue(bean:modificationTypeInstance,field:'name')}"/>
    37                                 </td>
    38                             </tr>
    3930                       
    4031                            <tr class="prop">
     
    7263                            </tr>
    7364                       
     65                            <tr class="prop">
     66                                <td valign="top" class="name">
     67                                    <label for="name">Name:</label>
     68                                </td>
     69                                <td valign="top" class="value ${hasErrors(bean:modificationTypeInstance,field:'name','errors')}">
     70                                    <input type="text" id="name" name="name" value="${fieldValue(bean:modificationTypeInstance,field:'name')}"/>
     71                                </td>
     72                            </tr>
     73                       
    7474                        </tbody>
    7575                    </table>
Note: See TracChangeset for help on using the changeset viewer.