Changeset 122 for trunk/grails-app/views/entry
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- Location:
- trunk/grails-app/views/entry
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/entry/edit.gsp
r66 r122 25 25 <g:form method="post" > 26 26 <input type="hidden" name="id" value="${entryInstance?.id}" /> 27 <input type="hidden" name="version" value="${entryInstance?.version}" /> 27 28 <div class="dialog"> 28 29 <table> -
trunk/grails-app/views/entry/list.gsp
r66 r122 58 58 </div> 59 59 <div class="paginateButtons"> 60 <g:paginate total="${ Entry.count()}" />60 <g:paginate total="${entryInstanceTotal}" /> 61 61 </div> 62 62 </div>
Note: See TracChangeset
for help on using the changeset viewer.