Changeset 287 for trunk/grails-app/views
- Timestamp:
- Jan 21, 2010, 9:54:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/assetDetailed/importAssetTree.gsp
r271 r287 12 12 <div class="body"> 13 13 <g:render template="/shared/messages" /> 14 <g:uploadForm action="importAssetTreeSave" enctype="multipart/form-data"onsubmit="return Lightbox.loading();">14 <g:uploadForm action="importAssetTreeSave" onsubmit="return Lightbox.loading();"> 15 15 <div class="dialog"> 16 16 <table> … … 20 20 <label for="file">File:</label> 21 21 </td> 22 <td valign="top" class="value ${hasErrors(bean: picture, field: 'file', 'errors')}">22 <td valign="top" class="value"> 23 23 <input type="file" id="file" name="file" size="40"/> 24 24 </td>
Note: See TracChangeset
for help on using the changeset viewer.