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.

Location:
trunk/grails-app/views/entry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/entry/edit.gsp

    r66 r122  
    2525            <g:form method="post" >
    2626                <input type="hidden" name="id" value="${entryInstance?.id}" />
     27                <input type="hidden" name="version" value="${entryInstance?.version}" />
    2728                <div class="dialog">
    2829                    <table>
  • trunk/grails-app/views/entry/list.gsp

    r66 r122  
    5858            </div>
    5959            <div class="paginateButtons">
    60                 <g:paginate total="${Entry.count()}" />
     60                <g:paginate total="${entryInstanceTotal}" />
    6161            </div>
    6262        </div>
Note: See TracChangeset for help on using the changeset viewer.