CMS/프레임워크 | Rhymix 1.9 |
---|---|
개발 언어 | PHP 7.0 |
라이믹스 현 기준으로 최신버전 사용합니다.
모듈중에 대상 모듈선택하는 기능이 있길래 선택하려 했더니 선택이 안되는 현상이..;
그래서 해당 소스를 봤더니.
<section class="section">
<h1>{$lang->subtitle_primary}</h1>
<div cond="$logged_info->is_admin == 'Y'" class="x_control-group">
<label class="x_control-label" for="target_module">대상 {$lang->module}</label>
<div class="x_controls">
<input type="hidden" name="target_module" id="target_module" value="{$module_srl}" />
<input type="text" name="_target_module" id="_target_module" value="{$mid} ({$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>
</div>
</div>
<h1>{$lang->subtitle_primary}</h1>
<div cond="$logged_info->is_admin == 'Y'" class="x_control-group">
<label class="x_control-label" for="target_module">대상 {$lang->module}</label>
<div class="x_controls">
<input type="hidden" name="target_module" id="target_module" value="{$module_srl}" />
<input type="text" name="_target_module" id="_target_module" value="{$mid} ({$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>
</div>
</div>
요로케 되어있습니다.
어떤 부분을 수정해야지 최신버전에서도 잘 작동할까요?
댓글 0