mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
issue 2104 add the extra lang code(type of kr_zip, tel) in member page.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11013 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b041550c53
commit
afa8597aa0
3 changed files with 12 additions and 5 deletions
|
|
@ -22,12 +22,12 @@
|
|||
{@$orgValue = $extend_form_list[$formInfo->member_join_form_srl]->value}
|
||||
<!--@if($formInfo->type=='tel')-->
|
||||
{@$value = $orgValue[0]}
|
||||
<!--@if($orgValue[1])-->-<!--@end-->
|
||||
<!--@if($orgValue[1])-->{@$value .= '-'}<!--@end-->
|
||||
{@$value .= $orgValue[1]}
|
||||
<!--@if($orgValue[2])-->-<!--@end-->
|
||||
<!--@if($orgValue[2])-->{@$value .= '-'}<!--@end-->
|
||||
{@$value .= $orgValue[2]}
|
||||
<!--@elseif($formInfo->type=='kr_zip')-->
|
||||
{@$value = $orgValue[0]}<!--@if($orgValue[1]&&$orgValue[0])--><br /><!--@end-->{@$value .= $orgValue[1]}
|
||||
{@$value = $orgValue[0]}<!--@if($orgValue[1]&&$orgValue[0])--><br /><!--@end-->{@$value .= ' ' .$orgValue[1]}
|
||||
<!--@elseif($formInfo->type=='checkbox' && is_array($orgValue))-->
|
||||
{@$value = implode(", ",$orgValue)}
|
||||
<!--@elseif($formInfo->type=='date')-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue