homepage 모듈의 최고 관리자 페이지에서 관리 링크 버튼 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5290 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-08 10:17:48 +00:00
parent ec684707f0
commit b561c21b47
2 changed files with 5 additions and 4 deletions

View file

@ -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>