mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
no confirmation; too inconvenient with lots of ips
This commit is contained in:
parent
017ed45121
commit
370b3e3f1d
@ -5,13 +5,7 @@
|
|||||||
|
|
||||||
<div class="form_wrapper">
|
<div class="form_wrapper">
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<?php if($this->uri->segment(3) == 'confirm') { ?>
|
<input class="dangerbutton" type="submit" name="confirm_remove" value="Remove of all pastes below" />
|
||||||
<input class="dangerbutton" type="submit" name="confirm_remove" value="Confirm removal of all pastes below" />
|
|
||||||
<?php } else { ?>
|
|
||||||
<div class="text_beside_wide">
|
|
||||||
<a href="<?php echo site_url('spamadmin/' . $ip_address . '/confirm'); ?>">Remove all pastes below</a>
|
|
||||||
</div>
|
|
||||||
<?php } ?>
|
|
||||||
<label for="block_ip">Block IP range
|
<label for="block_ip">Block IP range
|
||||||
<span class="instruction">(<?php echo $ip_range; ?>)</span>
|
<span class="instruction">(<?php echo $ip_range; ?>)</span>
|
||||||
</label>
|
</label>
|
||||||
|
@ -220,11 +220,6 @@ h4 {
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form_wrapper .text_beside_wide {
|
|
||||||
width: 223px;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form_wrapper .text_beside input, .form_wrapper .item_group .item .text_beside input {
|
.form_wrapper .text_beside input, .form_wrapper .item_group .item .text_beside input {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user