mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
게시판모듈의 확장필드 관리에서 빈값이어야 하는 확장필드 설정에 데이터가 추가되는 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2019 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
41810e2140
commit
20a90854f0
1 changed files with 6 additions and 0 deletions
|
|
@ -143,6 +143,12 @@
|
|||
<tr>
|
||||
<th scope="row">{$lang->extra_vars} {$i}</th>
|
||||
<td>
|
||||
{@ $extra_vars_name = ''}
|
||||
{@ $extra_vars_type = ''}
|
||||
{@ $extra_vars_is_required = ''}
|
||||
{@ $extra_vars_default_value = ''}
|
||||
{@ $extra_vars_desc = ''}
|
||||
{@ $extra_vars_search = ''}
|
||||
<!--@if($module_info->extra_vars[$i])-->
|
||||
{@ $extra_vars_name = $module_info->extra_vars[$i]->name}
|
||||
{@ $extra_vars_type = $module_info->extra_vars[$i]->type}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue