mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Admin HTML Markup Clean.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0634424830
commit
024a234f6a
74 changed files with 732 additions and 838 deletions
|
|
@ -28,8 +28,8 @@
|
|||
<td>
|
||||
<form action="./" method="get">
|
||||
<input type="hidden" name="member_srl" value="{$val->member_srl}" />
|
||||
<input type="text" name="orgpoint" value="{$val->point}" class="inputTypeText w80" readonly />
|
||||
<input type="text" id="point_{$val->member_srl}" name="point" class="inputTypeText w80" />
|
||||
<input type="text" name="orgpoint" value="{$val->point}" readonly />
|
||||
<input type="text" id="point_{$val->member_srl}" name="point" />
|
||||
<span class="button"><input type="button" value="{$lang->cmd_update}" onclick="updatePoint({$val->member_srl})" /></span>
|
||||
</form>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue