* finish task #4078.
This commit is contained in:
@@ -38,15 +38,11 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->entry->ip;?></th>
|
||||
<td><?php echo html::input('ip', $entry->ip, "class='form-control' title='{$lang->entry->note->ip}' placeholder='{$lang->entry->note->ip}'");?></td>
|
||||
<td>
|
||||
<div class='input-group'>
|
||||
<?php echo html::input('ip', $entry->ip, "class='form-control' title='{$lang->entry->note->ip}' placeholder='{$lang->entry->note->ip}'");?>
|
||||
<div class='input-group-addon'>
|
||||
<div class='checkbox-primary'>
|
||||
<input type="checkbox" id="allIP" name="allIP" value="1" />
|
||||
<label for='allIP'><?php echo $lang->entry->note->allIP;?></label>
|
||||
</div>
|
||||
</div>
|
||||
<div class='checkbox-primary'>
|
||||
<input type="checkbox" id="allIP" name="allIP" value="1" />
|
||||
<label for='allIP'><?php echo $lang->entry->note->allIP;?></label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user