mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
#17965271 사용자 정의 언어가 제대로 표시되도록 하였습니다.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6223 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
52c1db9a26
commit
ba309f290b
9 changed files with 10 additions and 10 deletions
|
|
@ -50,7 +50,7 @@
|
|||
<!--@end-->
|
||||
</td>
|
||||
<td>{htmlspecialchars($val->mid)}</td>
|
||||
<td><a href="{getSiteUrl($val->domain,'','mid',$val->mid)}" onclick="window.open(this.href); return false;">{htmlspecialchars($val->browser_title)}</a></td>
|
||||
<td><a href="{getSiteUrl($val->domain,'','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$val->browser_title}</a></td>
|
||||
<td>{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td><a href="{getUrl('act','dispPageAdminInfo','module_srl',$val->module_srl)}" class="buttonSet buttonSetting"><span>{$lang->cmd_setup}</span></a></td>
|
||||
<td><a href="./?module=module&act=dispModuleAdminCopyModule&module_srl={$val->module_srl}" onclick="popopen(this.href);return false;" class="buttonSet buttonCopy"><span>{$lang->cmd_copy}</span></a></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue