point 모듈 UI 수정

* 포인트 초기화 폼을 하단으로 이동

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4851 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-11-13 03:04:19 +00:00
parent ed535f7db8
commit da04994326
2 changed files with 14 additions and 14 deletions

View file

@ -18,7 +18,7 @@
</thead>
<tbody>
<!--@foreach($member_list as $no => $val)-->
<tr>
<tr class="row{$cycle_idx}">
<td class="center number">{$no}</td>
<td class="nowrap">{htmlspecialchars($val->user_id)}</td>
<td class="nowrap">{htmlspecialchars($val->user_name)}</td>