mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 21:35:25 +09:00
Add more point options
This commit is contained in:
parent
bbba3d013e
commit
78aebbf77f
6 changed files with 130 additions and 33 deletions
|
|
@ -53,6 +53,24 @@
|
|||
<input type="number" name="read_document" value="{$config->read_document}" id="read_document" style="text-align:right" /> :
|
||||
<label for="read_document" class="x_inline">{$lang->point_read_document}</label>
|
||||
<br />
|
||||
<input type="number" name="voter" value="{$config->voter}" style="text-align:right" id="voter" /> :
|
||||
<label for="voter" class="x_inline">{$lang->point_voter}</label>
|
||||
<br />
|
||||
<input type="number" name="blamer" value="{$config->blamer}" id="blamer" style="text-align:right" /> :
|
||||
<label for="blamer" class="x_inline">{$lang->point_blamer}</label>
|
||||
<br />
|
||||
<input type="number" name="voter_comment" value="{$config->voter_comment}" style="text-align:right" id="voter_comment" /> :
|
||||
<label for="voter_comment" class="x_inline">{$lang->point_voter_comment}</label>
|
||||
<br />
|
||||
<input type="number" name="blamer_comment" value="{$config->blamer_comment}" id="blamer_comment" style="text-align:right" /> :
|
||||
<label for="blamer_comment" class="x_inline">{$lang->point_blamer_comment}</label>
|
||||
<br />
|
||||
<input type="number" name="download_file_author" value="{$config->download_file_author}" id="download_file_author" style="text-align:right" /> :
|
||||
<label for="download_file_author" class="x_inline">{$lang->point_download_file_author}</label>
|
||||
<br />
|
||||
<input type="number" name="read_document_author" value="{$config->read_document_author}" id="read_document_author" style="text-align:right" /> :
|
||||
<label for="read_document_author" class="x_inline">{$lang->point_read_document_author}</label>
|
||||
<br />
|
||||
<input type="number" name="voted" value="{$config->voted}" style="text-align:right" id="voted" /> :
|
||||
<label for="voted" class="x_inline">{$lang->point_voted}</label>
|
||||
<br />
|
||||
|
|
@ -60,10 +78,10 @@
|
|||
<label for="blamed" class="x_inline">{$lang->point_blamed}</label>
|
||||
<br />
|
||||
<input type="number" name="voted_comment" value="{$config->voted_comment}" style="text-align:right" id="voted_comment" /> :
|
||||
<label for="voted_comment" class="x_inline">{$lang->comment} {$lang->point_voted}</label>
|
||||
<label for="voted_comment" class="x_inline">{$lang->point_voted_comment}</label>
|
||||
<br />
|
||||
<input type="number" name="blamed_comment" value="{$config->blamed_comment}" id="blamed_comment" style="text-align:right" /> :
|
||||
<label for="blamed_comment" class="x_inline">{$lang->comment} {$lang->point_blamed}</label>
|
||||
<label for="blamed_comment" class="x_inline">{$lang->point_blamed_comment}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue