git-svn-id: http://xe-core.googlecode.com/svn/trunk@186 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-26 01:39:01 +00:00
parent f2eb342618
commit 87eae11bf8
5 changed files with 13 additions and 1 deletions

View file

@ -14,6 +14,7 @@
<th>{$lang->column_type}</th>
<th>{$lang->column_title}</th>
<th>{$lang->column_name}</th>
<th>{$lang->is_active}</th>
<th>{$lang->regdate}</th>
<th>{$lang->cmd_modify}</th>
<th colspan="2">{$lang->cmd_move}</th>
@ -24,6 +25,7 @@
<td>{$lang->column_type_list[$val->column_type]}</td>
<td>{$val->column_title}</td>
<td>{$val->column_name}</td>
<td>{$val->is_active}</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>