mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
#19491674 관리자 Settings 메뉴 > 시작 모듈 입력창과 선택 버튼 사이에 여백 필요
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8060 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
835f0ce0bb
commit
e8970de718
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@
|
|||
<th scope="row"><div>{$lang->start_module}</div></th>
|
||||
<td>
|
||||
<input type="hidden" name="index_module_srl" id="target_module" value="{$start_module->index_module_srl}" />
|
||||
<input type="text" name="_target_module" id="_target_module" class="inputTypeText w300" value="{$start_module->mid} ({htmlspecialchars($start_module->browser_title)})" readonly="readonly" /><a href="{getUrl('','module','module','act','dispModuleSelectList','id','target_module','type','single')}" onclick="popopen(this.href,'ModuleSelect');return false;" class="button green"><span>{$lang->cmd_select}</span></a>
|
||||
<input type="text" name="_target_module" id="_target_module" class="inputTypeText w300" value="{$start_module->mid} ({htmlspecialchars($start_module->browser_title)})" readonly="readonly" />
|
||||
<a href="{getUrl('','module','module','act','dispModuleSelectList','id','target_module','type','single')}" onclick="popopen(this.href,'ModuleSelect');return false;" class="button green"><span>{$lang->cmd_select}</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue