- Timestamp:
- Feb 12, 2010, 2:42:43 PM (15 years ago)
- Location:
- trunk/grails-app/views/sectionDetailed
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/sectionDetailed/create.gsp
r331 r355 13 13 <div class="body"> 14 14 <h1>Create Section</h1> 15 <g:if test="${flash.message}"> 16 <div class="message">${flash.message}</div> 17 </g:if> 15 <g:render template="/shared/messages" /> 18 16 <g:hasErrors bean="${sectionInstance}"> 19 17 <div class="errors"> -
trunk/grails-app/views/sectionDetailed/edit.gsp
r331 r355 14 14 <div class="body"> 15 15 <h1>Edit Section</h1> 16 <g:if test="${flash.message}"> 17 <div class="message">${flash.message}</div> 18 </g:if> 16 <g:render template="/shared/messages" /> 19 17 <g:hasErrors bean="${sectionInstance}"> 20 18 <div class="errors"> -
trunk/grails-app/views/sectionDetailed/list.gsp
r339 r355 13 13 <div class="body"> 14 14 <h1>Section List</h1> 15 <g:if test="${flash.message}"> 16 <div class="message">${flash.message}</div> 17 </g:if> 15 <g:render template="/shared/messages" /> 18 16 <div class="list"> 19 17 <table> -
trunk/grails-app/views/sectionDetailed/show.gsp
r331 r355 14 14 <div class="body"> 15 15 <h1>Show Section</h1> 16 <g:if test="${flash.message}"> 17 <div class="message">${flash.message}</div> 18 </g:if> 16 <g:render template="/shared/messages" /> 19 17 <div class="dialog"> 20 18 <table>
Note: See TracChangeset
for help on using the changeset viewer.