mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@201 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eb5e1cf87d
commit
0463fa5b58
9 changed files with 265 additions and 138 deletions
|
|
@ -43,7 +43,9 @@
|
|||
<th>{$val->column_title}</th>
|
||||
<td>
|
||||
<!--@if($val->column_type=='tel')-->
|
||||
{implode("-",$val->value)}
|
||||
{$val->value[0]} - {$val->value[1]} - {$val->value[2]}
|
||||
<!--@elseif($val->column_type=='kr_zip')-->
|
||||
{$val->value[0]} {$val->value[1]}
|
||||
<!--@elseif($val->column_type=='checkbox')-->
|
||||
{implode(",",$val->value)}
|
||||
<!--@else-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue