Make rove comment a separate column
这个提交包含在:
		
							父节点
							
								
									0380e24d62
								
							
						
					
					
						当前提交
						172daaf799
					
				
					共有  1 个文件被更改,包括 6 次插入 和 2 次删除
				
			
		|  | @ -13,6 +13,7 @@ | ||||||
|                 <th>Date</th> |                 <th>Date</th> | ||||||
|                 <th>Time</th> |                 <th>Time</th> | ||||||
|                 <th>Callsign</th> |                 <th>Callsign</th> | ||||||
|  |                 <th>Comment</th> | ||||||
|                 <th>Satellite</th> |                 <th>Satellite</th> | ||||||
|                 <th>Gridsquare(s)</th> |                 <th>Gridsquare(s)</th> | ||||||
|                 <th></th> |                 <th></th> | ||||||
|  | @ -49,13 +50,16 @@ | ||||||
| 			$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook')); | 			$logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook')); | ||||||
|                         $CI->load->model('logbook_model'); |                         $CI->load->model('logbook_model'); | ||||||
|                         $call_worked = $CI->logbook_model->check_if_callsign_worked_in_logbook($rove['callsign'], $logbooks_locations_array, "SAT"); |                         $call_worked = $CI->logbook_model->check_if_callsign_worked_in_logbook($rove['callsign'], $logbooks_locations_array, "SAT"); | ||||||
|                         echo " <span data-toggle=\"tooltip\" title=\"".$rove['comment']."\">"; |  | ||||||
|                         if ($call_worked != 0) { |                         if ($call_worked != 0) { | ||||||
|                             echo "<span class=\"text-success\">".$rove['callsign']."</span>"; |                             echo "<span class=\"text-success\">".$rove['callsign']."</span>"; | ||||||
|                         } else { |                         } else { | ||||||
|                             echo $rove['callsign']; |                             echo $rove['callsign']; | ||||||
|                         } |                         } | ||||||
|                         echo "</span></td>"; |                         ?>
 | ||||||
|  |                     </td> | ||||||
|  |                     <td> | ||||||
|  |                         <?php | ||||||
|  |                         echo $rove['comment']; | ||||||
|                         ?>
 |                         ?>
 | ||||||
|                     </td> |                     </td> | ||||||
|                     <td><span data-toggle="tooltip" title="<?php echo $rove['frequency']; ?> - <?php echo $rove['mode']; ?>"><?= $rove['satellite'] ?></span></td>
 |                     <td><span data-toggle="tooltip" title="<?php echo $rove['frequency']; ?> - <?php echo $rove['mode']; ?>"><?= $rove['satellite'] ?></span></td>
 | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用