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

This commit is contained in:
zero 2007-02-27 13:20:35 +00:00
parent 1aab635000
commit 3c912fbcb4
2 changed files with 3 additions and 1 deletions

View file

@ -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>