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

Legend:

Unmodified
Added
Removed
  • schedule/Module/Scheduling.php

    r16982 r17422  
    11<?php
    22        include '../include/factdb.php';
    3         include '../function/SplitDelete.php';
     3        include 'control.php';
    44?>
    55<table width="100%" id="TableHolder" >
     
    1313                <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
    1414        </tr>
    15 
    1615</table>
    1716        <div id="Data">
     17                <script>addRowClone();</script>
    1818        </div>
    19 <table width="100%">
    20         <tr>
    21        
    22        
    23                 <td style="border:0px solid white; color:#37DFB1; font-size:14px;"  width="80%" align="center">&nbsp;</td>
    24        
    25         </tr>
    26 </table>
Note: See TracChangeset for help on using the changeset viewer.