Index: /schedule/Transaction/insert.php
===================================================================
--- /schedule/Transaction/insert.php	(revision 16275)
+++ /schedule/Transaction/insert.php	(revision 16276)
@@ -28,21 +28,9 @@
 $insert_count = 0;
 	
-$new_limit = $limtex;
 
 
 
-						for($j=0;$j <= $new_limit;$j++){
 
-							//echo $Times[$j];
-							
-							$ex_counter = explode(":",$Times[$j]);
-					
-							$counter[$j] = $ex_counter[0];
-							
-							
-							
-							
-									
-						}
+						
 				
 	
@@ -50,8 +38,8 @@
 
 for($i=0;$i<=$limtex-1;$i++){
-
+$select = explode(",",$SelectedSource);
 						$n1 = $n_value[$i];
-						$select[$i];
-						$selectf = $select[$i];
+						
+					 $selectf = $select[$i];
 				//////Time////
 				//$Timef = $Time[$i];
@@ -81,5 +69,4 @@
 				
 				}	
-				//echo $new."<br />";
 			
 		$insert = mysql_query("INSERT IGNORE INTO schedule values('','$parsed_date','$parsed_date','$new','','$n1','$selectf','$measuref')") or die(mysql_error());
Index: /schedule/authenticate/body.php
===================================================================
--- /schedule/authenticate/body.php	(revision 16275)
+++ /schedule/authenticate/body.php	(revision 16276)
@@ -63,6 +63,7 @@
 								<tr>
 									<td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Time</td>
+									
+									<td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Measurement</td>
 									<td width="145" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Source list</td>
-									<td width="170" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Measurement</td>
 									<td width="316" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Value</td>
 									<td width="141" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center" >Transaction</td>
Index: /schedule/function/SplitDelete.php
===================================================================
--- /schedule/function/SplitDelete.php	(revision 16275)
+++ /schedule/function/SplitDelete.php	(revision 16276)
@@ -93,6 +93,7 @@
 		);
 		tr.appendChild(td3);
+		tr.appendChild(td1);
 		tr.appendChild(td);
-		tr.appendChild(td1);
+		
 		tr.appendChild(td2);
 		tr.appendChild(td4);
@@ -192,6 +193,7 @@
 		);
 		tr.appendChild(td3);
+		tr.appendChild(td1);
 		tr.appendChild(td);
-		tr.appendChild(td1);
+		
 		tr.appendChild(td2);
 		tr.appendChild(td4);
@@ -292,10 +294,11 @@
 			);
 			tr.appendChild(td3);
+			tr.appendChild(td1);
 			tr.appendChild(td);
-			tr.appendChild(td1);
+			
 			tr.appendChild(td2);
 			tr.appendChild(td4);
 			table.appendChild(tr);
-			$('#TableH').append(table);
+			$('#TableH1').append(table);
 	}
 	function split1()
@@ -391,6 +394,7 @@
 			});
 			tr.appendChild(td3);
+			tr.appendChild(td1);
 			tr.appendChild(td);
-			tr.appendChild(td1);
+			
 			tr.appendChild(td2);
 			tr.appendChild(td4);
