[Logbook] make country names less shouty and uniformed
这个提交包含在:
		
							父节点
							
								
									6c9fdc12e3
								
							
						
					
					
						当前提交
						7d7156de6d
					
				
					共有  1 个文件被更改,包括 1 次插入 和 1 次删除
				
			
		|  | @ -51,7 +51,7 @@ | ||||||
|             <?php } else { ?>
 |             <?php } else { ?>
 | ||||||
|                 <td><?php echo strtolower($row->COL_BAND); ?></td>
 |                 <td><?php echo strtolower($row->COL_BAND); ?></td>
 | ||||||
|             <?php } ?>
 |             <?php } ?>
 | ||||||
|             <td><?php echo $row->COL_COUNTRY; ?></td>
 |             <td><?php echo ucwords(strtolower(($row->COL_COUNTRY))); ?></td>
 | ||||||
|             <?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
 |             <?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
 | ||||||
|                 <td class="qsl"> |                 <td class="qsl"> | ||||||
| 				<span class="qsl-<?php
 | 				<span class="qsl-<?php
 | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用