Changeset 313
- Timestamp:
- Feb 3, 2010, 1:40:06 PM (15 years ago)
- Location:
- trunk/grails-app/views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/layouts/main.gsp
r312 r313 16 16 17 17 <!-- Added g:pageProperty so that onload in each page works --> 18 <body onload=" <g:pageProperty name='body.onload'/>">18 <body onload="${pageProperty(name: 'body.onload')}"> 19 19 <div id="wrapper" style="height: 100%;"> 20 20 <div id="top"> -
trunk/grails-app/views/taskDetailed/create.gsp
r246 r313 21 21 </g:hasErrors> 22 22 23 <g:form action="save" method="post" >23 <g:form action="save" method="post" name="createTaskForm"> 24 24 <div class="dialog"> 25 25 <table>
Note: See TracChangeset
for help on using the changeset viewer.