mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-07 11:02:17 +09:00
#410. trigger로 추천, 비추천에 따른 포인트 변동 기능 지원
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4194 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
75ff83f052
commit
296c181762
14 changed files with 100 additions and 4 deletions
|
|
@ -44,7 +44,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col" rowspan="7">{$lang->is_default}</th>
|
||||
<th scope="col" rowspan="9">{$lang->is_default}</th>
|
||||
<td colspan="2">{$lang->point_signup}</th>
|
||||
<td>
|
||||
<input type="text" class="inputTypeText w80" value="{$config->signup_point}" name="signup_point" /> {$config->point_name}
|
||||
|
|
@ -75,6 +75,14 @@
|
|||
<td colspan="2">{$lang->point_read_document}</td>
|
||||
<td><input type="text" name="read_document" value="{$config->read_document}" class="inputTypeText w80" /> {$config->point_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">{$lang->point_voted}</td>
|
||||
<td><input type="text" name="voted" value="{$config->voted}" class="inputTypeText w80" /> {$config->point_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">{$lang->point_blamed}</td>
|
||||
<td><input type="text" name="blamed" value="{$config->blamed}" class="inputTypeText w80" /> {$config->point_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col">{$lang->level_icon}</th>
|
||||
<td colspan="3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue