#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:
haneul 2010-04-28 14:46:27 +00:00
parent 7a0f0d64ea
commit 2bb707dd08

View file

@ -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>