Ignore:
Timestamp:
May 1, 2009, 3:27:41 PM (15 years ago)
Author:
gav
Message:

Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap? to suite.

File:
1 edited

Legend:

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

    r118 r122  
    5454                            </tr>
    5555                       
     56                            <tr class="prop">
     57                                <td valign="top" class="name">
     58                                    <label for="site">Site:</label>
     59                                </td>
     60                                <td valign="top" class="value ${hasErrors(bean:systemSectionInstance,field:'site','errors')}">
     61                                    <g:select optionKey="id" from="${Site.list()}" name="site.id" value="${systemSectionInstance?.site?.id}" ></g:select>
     62                                </td>
     63                            </tr>
     64                       
    5665                        </tbody>
    5766                    </table>
Note: See TracChangeset for help on using the changeset viewer.