mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
homepage 모듈의 최고 관리자 페이지에서 관리 링크 버튼 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5290 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ec684707f0
commit
b561c21b47
2 changed files with 5 additions and 4 deletions
|
|
@ -19,6 +19,7 @@
|
|||
<th scope="row"><div>{$lang->homepage_title}</div></th>
|
||||
<td>
|
||||
<input type="text" name="homepage_title" value="{$homepage_info->title}" class="inputTypeText w200" />
|
||||
<a href="{getSiteUrl($homepage_info->domain,'', 'act','dispHomepageManage')}" onclick="window.open(this.href); return false;" class="button blue"><span>{$lang->cmd_management}</span></a>
|
||||
<p>{$lang->about_homepage_title}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -26,7 +27,7 @@
|
|||
<th scope="row"><div>{$lang->domain}</div></th>
|
||||
<td>
|
||||
http://<input type="text" name="domain" value="{$homepage_info->domain}" class="inputTypeText w200" />
|
||||
<a href="{getSiteUrl($homepage_info->domain, '')}" onclick="window.open(this.href); return false;" class="button"><span>{$lang->cmd_move}</span></a>
|
||||
<a href="{getSiteUrl($homepage_info->domain, '')}" onclick="window.open(this.href); return false;" class="button blue"><span>{$lang->cmd_move}</span></a>
|
||||
<p>{$lang->about_domain}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue