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@195 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1aab635000
commit
3c912fbcb4
2 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
<th>{$lang->column_name}</th>
|
||||
<th>{$lang->column_type}</th>
|
||||
<th>{$lang->is_active}</th>
|
||||
<th>{$lang->is_required}</th>
|
||||
<th>{$lang->regdate}</th>
|
||||
<th>{$lang->cmd_modify}</th>
|
||||
<th colspan="2">{$lang->cmd_move}</th>
|
||||
|
|
@ -26,6 +27,7 @@
|
|||
<td>{$val->column_name}</td>
|
||||
<td>{$lang->column_type_list[$val->column_type]}</td>
|
||||
<td>{$val->is_active}</td>
|
||||
<td>{$val->required}</td>
|
||||
<td>{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td><a href="{getUrl('member_join_form_srl',$val->member_join_form_srl,'act','dispInsertJoinForm')}">{$lang->cmd_modify}</a></td>
|
||||
<td><a href="#" onclick="doUpdateJoinForm('{$val->member_join_form_srl}','up');return false;">{$lang->cmd_move_up}</a></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue