Changeset 17478


Ignore:
Timestamp:
01/04/14 10:20:09 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17477 r17478  
    322322                $timestamp=strtotime($times['fStart']);
    323323                $actualtime = date('Y-m-d H:i:s', $timestamp);
    324 
    325                 //$actualtime = $times['fStart'];
    326                 //alert($timestamp);
    327324                $timestamp2 = date('Y-m-d',$timestamp);
    328325                $date_time = date('H:i:s',$timestamp);
     
    330327?>
    331328                $('#save').attr('value','UPDATE');
    332                 alert("<?php $actualtime ?>");
    333329                        var targetView = document.getElementById("Data");
    334330                        // CREATE ELEMENT
     
    444440                        ?>
    445441                                       
    446                                                 selection.setAttribute('id','source'),                                                                                                                                                  // End of retrieving
    447                                                 selection.setAttribute('class','source')                                                                                                                                                        // End of retrieving
     442                                                selection.setAttribute('id','source'),  // End of retrieving
     443                                                selection.setAttribute('class','source')        // End of retrieving
    448444                                        );
    449445                                var newtd_c4 = document.createElement("td");
Note: See TracChangeset for help on using the changeset viewer.