mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Merge branch 'develop' into pr/cache-refactor
Conflicts: modules/ncenterlite/ncenterlite.controller.php
This commit is contained in:
commit
3b8db58954
30 changed files with 192 additions and 144 deletions
|
|
@ -56,7 +56,7 @@
|
|||
<input type="text" name="orgpoint" value="{$val->point}" disabled="disabled" style="width:40px;text-align:right" />
|
||||
->
|
||||
<span class="x_input-append">
|
||||
<input type="number" id="point_{$val->member_srl}" value="{$val->point}" name="point" required style="width:60px;text-align:right" />
|
||||
<input type="text" id="point_{$val->member_srl}" value="{$val->point}" name="point" required style="width:60px;text-align:right" />
|
||||
<input type="button" value="{$lang->cmd_update}" onclick="updatePoint({$val->member_srl})" class="x_btn" />
|
||||
</span>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue