mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#270. 포인트 입력폼에 id 설정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3012 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
47e57f36c6
commit
a4a61d44d2
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
<tr>
|
||||
<td>{$i}</td>
|
||||
<td><img src="{getUrl()}/modules/point/icons/{$config->level_icon}/{$i}.gif" alt="" /></td>
|
||||
<td><input type="text" name="level_step_{$i}" value="{$config->level_step[$i]}" class="inputTypeText w80" /> {$config->point_name}</td>
|
||||
<td><input type="text" id="level_step_{$i}" name="level_step_{$i}" value="{$config->level_step[$i]}" class="inputTypeText w80" /> {$config->point_name}</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue