Mark necessary comment field in ban form

This commit is contained in:
Fedor A. Fetisov 2013-09-06 14:33:11 +04:00 committed by webadmin
parent 03265a1fb0
commit 4e6eff55e5

View File

@ -69,7 +69,7 @@ require_once('inc_errors.php');
</div> </div>
<div class="field"> <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"> <div class="fvalue">
<input type="text" name="comment" size="40" value="<?php echo form_value('comment') ?>" class="formauth"/> <input type="text" name="comment" size="40" value="<?php echo form_value('comment') ?>" class="formauth"/>
</div> </div>