- Timestamp:
- Jul 1, 2010, 12:31:49 PM (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/importer/common/_properties_vertical.gsp
r599 r632 13 13 */ 14 14 %> 15 <g:form name="propertiesform" action="save properties">15 <g:form name="propertiesform" action="saveProperties"> 16 16 <table> 17 17 <g:each var="stdentity" in ="${standardentities}"> … … 45 45 <tr> 46 46 <td> 47 <input type="hidden" name="layout" value="${params.layout}"> 47 48 <input type="submit" name="savebutton" value="Next"/> 48 49 </td>
Note: See TracChangeset
for help on using the changeset viewer.