Ignore:
Timestamp:
01/03/14 14:57:09 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17436 r17437  
    456456                                );
    457457                       
    458                         /*newtr<?php echo $cnt; ?>.appendChild(newtd_c2);
     458                        newtr<?php echo $cnt; ?>.appendChild(newtd_c2);
    459459                        newtr<?php echo $cnt; ?>.appendChild(newtd_c3);
    460460                        newtr<?php echo $cnt; ?>.appendChild(newtd_c4);
    461461                        newtr<?php echo $cnt; ?>.appendChild(newtd_c5);
    462                         newInnertable.appendChild(newtr<?php echo $cnt; ?>); */
    463                        
    464                         newtr.appendChild(newtd_c2);
    465                         newtr.appendChild(newtd_c3);
    466                         newtr.appendChild(newtd_c4);
    467                         newtr.appendChild(newtd_c5);
    468462                        newInnertable.appendChild(newtr<?php echo $cnt; ?>);
    469 
     463                       
    470464                        var newtd_c6 = document.createElement("td");
    471465                                newtd_c6.appendChild(newInnertable);
     
    488482
    489483                        newdiv.appendChild(newtable);
     484
    490485                        if(nextrow != null){   
    491486                                var doc = document.getElementById(nextrow);
Note: See TracChangeset for help on using the changeset viewer.