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