Changeset 1972


Ignore:
Timestamp:
May 14, 2013, 3:50:48 PM (10 years ago)
Author:
Nicklas Nordborg
Message:

References #485: Select libraries for pooling

Hide first section when moving to the second step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/resources/libprep/create_pools.jsp

    r1959 r1972  
    113113
    114114  currentStep = 2;
    115   document.getElementById('step.2.section').style.display = 'table';
     115  Main.hide('step.1.section');
     116  Main.show('step.2.section');
    116117  Main.hide('gonext');
    117118  Main.show('gocancel');
     
    462463  %>
    463464
     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
    464471  <form name="reggie" onsubmit="return false;">
    465472 
    466   <table id="step.1.section" class="stepform">
     473  <div id="step.1.section">
     474  <table class="stepform">
    467475  <tr>
    468476    <td rowspan="3" class="stepno">1</td>
     
    499507  </tr>
    500508  </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;">
    503513  <tr>
    504514    <td rowspan="2" class="stepno">2</td>
     
    587597  </tr>
    588598  </table>
    589  
     599  </div>
    590600 
    591601  <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.