[logbook] Convert the first character of each word in country name to upper case to be consistant
这个提交包含在:
父节点
2d2af35536
当前提交
048a86a581
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -41,7 +41,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
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用