mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
게시판 기본 스킨들에서 추가확장폼을 사용시 다중 선택값이 누적되는 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3716 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
edf336668c
commit
c604ab34a7
3 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
<!-- 확장변수의 값을 documentItem::getExtraValue로 가져옴 -->
|
||||
{@ $val->value = $oDocument->getExtraValue($key)}
|
||||
{@ $_tmp_value = array(); }
|
||||
|
||||
<!-- 일반 text -->
|
||||
<!--@if($val->type == 'text')-->
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
<!-- 확장변수의 값을 documentItem::getExtraValue로 가져옴 -->
|
||||
{@ $val->value = $oDocument->getExtraValue($key)}
|
||||
{@ $_tmp_value = array(); }
|
||||
|
||||
<!-- 일반 text -->
|
||||
<!--@if($val->type == 'text')-->
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
<!-- 확장변수의 값을 documentItem::getExtraValue로 가져옴 -->
|
||||
{@ $val->value = $oDocument->getExtraValue($key)}
|
||||
{@ $_tmp_value = array(); }
|
||||
|
||||
<!-- 일반 text -->
|
||||
<!--@if($val->type == 'text')-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue