mirror of
https://github.com/Mibew/i18n.git
synced 2025-02-02 09:34:41 +03:00
Mark necessary comment field in ban form
This commit is contained in:
parent
03265a1fb0
commit
4e6eff55e5
@ -69,7 +69,7 @@ require_once('inc_errors.php');
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
<div class="flabel"><?php echo getlocal('form.field.ban_comment') ?></div>
|
||||
<div class="flabel"><?php echo getlocal('form.field.ban_comment') ?><span class="required">*</span></div>
|
||||
<div class="fvalue">
|
||||
<input type="text" name="comment" size="40" value="<?php echo form_value('comment') ?>" class="formauth"/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user