mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +09:00
issue 504: Point calculator doesn't work
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9653 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7996fa8bf6
commit
0768b1b0c5
2 changed files with 26 additions and 13 deletions
|
|
@ -155,8 +155,9 @@
|
|||
<table width="100%" border="1" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<input name="expression" value="{$config->expression}" size="4" /> <input type="button" onclick="exp_calc(this.form)" value="{$lang->cmd_exp_calc}" />
|
||||
<input type="button" onclick="exp_calc(this.form, true)" value="{$lang->cmd_exp_reset}" />
|
||||
<input value="{$config->expression}" size="30" class="level_expression" />
|
||||
<button type="button" class="calc_point">{$lang->cmd_exp_calc}</button>
|
||||
<button type="button" class="calc_point _reset">{$lang->cmd_exp_reset}</button>
|
||||
<p>{$lang->expression}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue