mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
페이지의 설정 페이지에서 페이지 수정 클릭시 레이아웃이 같이 출력되는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2416 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3f7bf793f2
commit
1eefd54288
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" class="tRight">
|
<td colspan="2" class="tRight">
|
||||||
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
|
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
|
||||||
<a href="{getUrl('module','page','act','dispPageAdminContentModify','module_srl',$module_info->module_srl)}" onclick="window.open(this.href,'PageEdit','width=850,height=650,scrollbars=yes,resizable=yes,toolbars=no');return false;" class="button"><span>{$lang->cmd_page_modify}</span></a>
|
<a href="{getUrl('','module','page','act','dispPageAdminContentModify','module_srl',$module_info->module_srl)}" onclick="window.open(this.href,'PageEdit','width=850,height=650,scrollbars=yes,resizable=yes,toolbars=no');return false;" class="button"><span>{$lang->cmd_page_modify}</span></a>
|
||||||
<!--@if($module=="admin")-->
|
<!--@if($module=="admin")-->
|
||||||
<a href="{getUrl('act','dispPageAdminContent','module_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
|
<a href="{getUrl('act','dispPageAdminContent','module_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
|
||||||
<!--@else-->
|
<!--@else-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue