mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
'group change by level' bug fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9993 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
be55b73312
commit
f08ca04d81
1 changed files with 2 additions and 2 deletions
|
|
@ -91,9 +91,9 @@
|
|||
<caption>
|
||||
{$lang->about_point_link_group}
|
||||
<span class="side">
|
||||
<input type="radio" name="group_reset" id="group_reset_y" checked="checked"|cond="$config->group_reset != 'N'" />
|
||||
<input type="radio" name="group_reset" id="group_reset_y" value="Y" checked="checked"|cond="$config->group_reset != 'N'" />
|
||||
<label for="group_reset_y">{$lang->point_group_reset_and_add}</label>
|
||||
<input type="radio" name="group_reset" id="group_reset_n" checked="checked"|cond="$config->group_reset == 'N'" />
|
||||
<input type="radio" name="group_reset" id="group_reset_n" value="N" checked="checked"|cond="$config->group_reset == 'N'" />
|
||||
<label for="group_reset_n">{$lang->point_group_add_only}</label>
|
||||
</span>
|
||||
</caption>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue