Merge pull request #872 from AndreasK79/counties_add_state_in_view
[US Counties] Added state in detail view
这个提交包含在:
		
						当前提交
						5f6bb0221b
					
				
					共有  1 个文件被更改,包括 2 次插入 和 0 次删除
				
			
		|  | @ -9,6 +9,7 @@ | ||||||
|         <thead> |         <thead> | ||||||
|         <tr> |         <tr> | ||||||
|             <td>#</td>
 |             <td>#</td>
 | ||||||
|  |             <td>State</td> | ||||||
|             <td>County</td> |             <td>County</td> | ||||||
|         </tr> |         </tr> | ||||||
|         </thead> |         </thead> | ||||||
|  | @ -16,6 +17,7 @@ | ||||||
|         foreach ($counties_array as $county) { |         foreach ($counties_array as $county) { | ||||||
|             echo '<tr> |             echo '<tr> | ||||||
|             <td>'. $i++ .'</td> |             <td>'. $i++ .'</td> | ||||||
|  |             <td>'. $county['COL_STATE'] .'</td> | ||||||
|             <td><a href=\'javascript:displayCountyContacts("'. $county['COL_STATE'] .'","'. $county['COL_CNTY'] .'")\'>'. $county['COL_CNTY'] .'</a></td>'; |             <td><a href=\'javascript:displayCountyContacts("'. $county['COL_STATE'] .'","'. $county['COL_CNTY'] .'")\'>'. $county['COL_CNTY'] .'</a></td>'; | ||||||
|             echo '</tr>'; |             echo '</tr>'; | ||||||
|         } |         } | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用