Changeset 17422 for schedule/Module/Scheduling.php
- Timestamp:
- 01/03/14 09:23:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/Scheduling.php
r16982 r17422 1 1 <?php 2 2 include '../include/factdb.php'; 3 include ' ../function/SplitDelete.php';3 include 'control.php'; 4 4 ?> 5 5 <table width="100%" id="TableHolder" > … … 13 13 <td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td> 14 14 </tr> 15 16 15 </table> 17 16 <div id="Data"> 17 <script>addRowClone();</script> 18 18 </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"> </td>24 25 </tr>26 </table>
Note:
See TracChangeset
for help on using the changeset viewer.