mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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
|
|
@ -47,7 +47,7 @@ jQuery(function($){
|
|||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col">{$lang->module_category}</th>
|
||||
<th scope="col">{$lang->page_type}</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>
|
||||
|
|
@ -71,7 +71,7 @@ jQuery(function($){
|
|||
<!--@end-->
|
||||
</td>
|
||||
<td>{$val->page_type}</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)}" target="_blank">{$val->browser_title}</a></td>
|
||||
<td>{zdate($val->regdate,"Y-m-d")}</td>
|
||||
|
|
@ -130,7 +130,7 @@ jQuery(function($){
|
|||
<button type="submit" class="x_add-on">Go</button>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
|
||||
</block>
|
||||
|
||||
<li class="x_disabled"|cond="$page == $page_navigation->last_page"><a href="{getUrl('page', $page_navigation->last_page)}" title="{$page_navigation->last_page}">{$lang->last_page} »</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue