Changeset 379 for trunk/grails-app/views/personAffiliation/list.gsp
- Timestamp:
- Apr 26, 2010, 2:31:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/personAffiliation/list.gsp
r361 r379 9 9 </head> 10 10 <body> 11 <div class="nav">12 <span class="menuButton"><a class="home" href="${createLink(uri: '/')}">Home</a></span>13 <span class="menuButton"><g:link class="create" action="create"><g:message code="default.new.label" args="['Affiliation']" /></g:link></span>14 </div>15 11 <div class="body"> 16 12 <h1><g:message code="default.list.label" args="['Affiliation']" /></h1> … … 41 37 <g:paginate total="${personAffiliationInstanceTotal}" /> 42 38 </div> 39 <br clear="all" /> 40 <div class="buttons"> 41 <span class="button"><g:link class="create" action="create"><g:message code="default.new.label" args="[entityName]" /></g:link></span> 42 </div> 43 43 </div> 44 44 </body>
Note: See TracChangeset
for help on using the changeset viewer.