Ignore:
Timestamp:
Jan 21, 2010, 9:54:06 PM (14 years ago)
Author:
gav
Message:

First asset tree import working and created a site.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/assetDetailed/importAssetTree.gsp

    r271 r287  
    1212        <div class="body">
    1313            <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();">
    1515                <div class="dialog">
    1616                    <table>
     
    2020                                    <label for="file">File:</label>
    2121                                </td>
    22                                 <td valign="top" class="value ${hasErrors(bean: picture, field: 'file', 'errors')}">
     22                                <td valign="top" class="value">
    2323                                    <input type="file" id="file" name="file" size="40"/>
    2424                                </td>
Note: See TracChangeset for help on using the changeset viewer.