Changeset 1334 for trunk/grails-app/views/importer/common/_ajaxflow.gsp
- Timestamp:
- Jan 5, 2011, 1:43:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/importer/common/_ajaxflow.gsp
r1281 r1334 13 13 %> 14 14 <div id="ajaxflow"> 15 <af:flow name="importer" class="ajaxFlow" commons="common" partials="pages" controller="[controller: 'importer', action: 'pages']" >15 <af:flow name="importer" class="ajaxFlow" commons="common" partials="pages" controller="[controller: 'importer', action: 'pages']" spinner="ajaxFlowWait"> 16 16 <% /** 17 17 * The initial rendering of this template will result … … 29 29 </div> 30 30 <g:render template="common/on_page"/> 31 31 <g:render template="common/please_wait"/>
Note: See TracChangeset
for help on using the changeset viewer.