mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
point_name
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7404 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2bb707dd08
commit
79fcb6e541
1 changed files with 2 additions and 2 deletions
|
|
@ -28,11 +28,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th><div>{$lang->point_voted}</div></th>
|
||||
<td><input type="text" name="voted" value="{$module_config['voted']}" class="inputTypeText w80" /> {$config->point_name}</td>
|
||||
<td><input type="text" name="voted" value="{$module_config['voted']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><div>{$lang->point_blamed}</div></th>
|
||||
<td><input type="text" name="blamed" value="{$module_config['blamed']}" class="inputTypeText w80" /> {$config->point_name}</td>
|
||||
<td><input type="text" name="blamed" value="{$module_config['blamed']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2" class="button">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue