- Timestamp:
- May 14, 2013, 3:49:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/resources/libprep/assign_barcode.jsp
r1938 r1971 167 167 168 168 currentStep = 2; 169 document.getElementById('step.2.section').style.display = 'table'; 169 Main.hide('step.1.section'); 170 Main.show('step.2.section'); 170 171 Main.show('gocancel'); 171 172 Main.show('gocreate'); … … 667 668 </div> 668 669 670 <div class="allsteps"> 671 <div class="step current" id="step.1">1</div> 672 › 673 <div class="step future" id="step.2">2</div> 674 </div> 675 669 676 <form name="reggie" onsubmit="return false;"> 670 677 671 <table id="step.1.section" class="stepform" style="width: auto;"> 678 <div id="step.1.section"> 679 <table class="stepform" style="width: auto;"> 672 680 <tr> 673 681 <td rowspan="3" class="stepno">1</td> … … 694 702 </tr> 695 703 </table> 696 697 <table id="step.2.section" class="stepform" style="display: none; width: auto;"> 704 </div> 705 706 <div id="step.2.section" style="display: none;"> 707 <table class="stepform" style="width: auto;"> 698 708 <tr> 699 709 <td rowspan="2" class="stepno">2</td> … … 776 786 </tr> 777 787 </table> 778 788 </div> 779 789 780 790 <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.