Changeset 1391
- Timestamp:
- Jan 13, 2011, 3:10:18 PM (11 years ago)
- Location:
- trunk/grails-app/views/importer/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/importer/common/_missingproperties.gsp
r1305 r1391 40 40 }); 41 41 </script> 42 42 43 43 <g:if test="${importer_invalidentities}"><br/><br/> 44 44 <b>There are ${importer_invalidentities} entities which could not be validated, they are indicated by a red color, please correct them before continuing.</b> … … 67 67 </g:each> 68 68 </div> 69 <div class="sliderContainer"> 70 <div class="slider"></div> 71 </div> 69 72 <div> 70 73 <br/> -
trunk/grails-app/views/importer/common/_on_page.gsp
r1335 r1391 24 24 %> 25 25 <script type="text/javascript"> 26 26 27 // Initially called when starting the import wizard 27 28 function onPage() { 28 29 29 30 $(document).ready(function() { 31 32 handleWizardTable(); 30 33 31 34 $('#simplewizardform').submit(function() {
Note: See TracChangeset
for help on using the changeset viewer.