Changeset 1972
- Timestamp:
- May 14, 2013, 3:50:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/resources/libprep/create_pools.jsp
r1959 r1972 113 113 114 114 currentStep = 2; 115 document.getElementById('step.2.section').style.display = 'table'; 115 Main.hide('step.1.section'); 116 Main.show('step.2.section'); 116 117 Main.hide('gonext'); 117 118 Main.show('gocancel'); … … 462 463 %> 463 464 465 <div class="allsteps"> 466 <div class="step current" id="step.1">1</div> 467 › 468 <div class="step future" id="step.2">2</div> 469 </div> 470 464 471 <form name="reggie" onsubmit="return false;"> 465 472 466 <table id="step.1.section" class="stepform"> 473 <div id="step.1.section"> 474 <table class="stepform"> 467 475 <tr> 468 476 <td rowspan="3" class="stepno">1</td> … … 499 507 </tr> 500 508 </table> 501 502 <table id="step.2.section" class="stepform" style="display: none; width: auto;"> 509 </div> 510 511 <div id="step.2.section" style="display: none;"> 512 <table class="stepform" style="width: auto;"> 503 513 <tr> 504 514 <td rowspan="2" class="stepno">2</td> … … 587 597 </tr> 588 598 </table> 589 599 </div> 590 600 591 601 <div class="loading" id="loading" style="display: none;"><table><tr><td><img src="../images/loading.gif"></td><td id="loading.msg">Please wait...</td></tr></table></div>
Note: See TracChangeset
for help on using the changeset viewer.