mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#18793978 : add voted, blamed point in the module setting
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7403 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7a0f0d64ea
commit
2bb707dd08
1 changed files with 8 additions and 0 deletions
|
|
@ -26,6 +26,14 @@
|
|||
<th><div>{$lang->point_read_document}</div></th>
|
||||
<td><input type="text" name="read_document" value="{$module_config['read_document']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
||||
</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>
|
||||
</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>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2" class="button">
|
||||
<span class="button strong black"><input type="submit" value="{$lang->cmd_save}" /></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue