mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
레벨이 변경될때 소속 그룹도 변경되도록 포인트 모듈 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3505 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bf1c149c3d
commit
89466e6e0e
12 changed files with 136 additions and 1 deletions
|
|
@ -16,6 +16,19 @@
|
|||
<div id="pointReCal"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col" rowspan="{(count($group_list)+2)}">{$lang->point_link_group}</th>
|
||||
<th colspan="2">{$lang->group}</th>
|
||||
<th>{$lang->level}</th>
|
||||
</tr>
|
||||
<!--@foreach($group_list as $key => $val)-->
|
||||
<tr>
|
||||
<td colspan="2">{$val->title}</td>
|
||||
<td><input type="text" class="inputTypeText w80" value="{$config->point_group[$key]}" name="point_group_{$key}" /></td>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<td colspan="3"><p>{$lang->about_point_link_group}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col">{$lang->max_level}</th>
|
||||
<td colspan="3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue