mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
Adjust styling of domain display in board and page list
This commit is contained in:
parent
bd0687c502
commit
648cd40b0d
3 changed files with 41 additions and 36 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col">{$lang->module_category}</th>
|
||||
<th scope="col" class="domain_prefix">{$lang->domain} /</th>
|
||||
<th scope="col" class="domain_prefix">{$lang->domain} /</th>
|
||||
<th scope="col">{$lang->url}</th>
|
||||
<th scope="col">{$lang->browser_title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
</block>
|
||||
<block cond="$val->module_category_srl">{$module_category[$val->module_category_srl]->title}</block>
|
||||
</td>
|
||||
<td class="domain_prefix">{$val->domain ?? '*'}{\RX_BASEURL}</td>
|
||||
<td class="domain_prefix"><span class="domain">{$val->domain ?? ''}</span>{\RX_BASEURL}</td>
|
||||
<td>{$val->mid}</td>
|
||||
<td><a href="{getSiteUrl($val->domain,'','mid',$val->mid)}">{$val->browser_title}</a></td>
|
||||
<td>{zdate($val->regdate,"Y-m-d")}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue