Ergo de ip_main
This commit is contained in:
parent
c6da9e0ed4
commit
a7f317b461
|
@ -87,6 +87,10 @@ $lac = $authip->list_affected();
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<h3><?php __("Add a new rule"); ?></h3>
|
<h3><?php __("Add a new rule"); ?></h3>
|
||||||
|
|
||||||
|
<?php if (empty($list_ip)) { ?>
|
||||||
|
<p><?php __("You need to have some 'Known IP and networks' defined below to define a new rule.") ?></p>
|
||||||
|
<?php } else { ?>
|
||||||
<form method="post" action="ip_main.php" name="main" id="main">
|
<form method="post" action="ip_main.php" name="main" id="main">
|
||||||
<table class="tlistb">
|
<table class="tlistb">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -137,7 +141,7 @@ $lac = $authip->list_affected();
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
<p><?php __("You need to have some 'Known IP and networks' defined below to define a new rule.") ?></p>
|
<?php } // empty $list_ip ?>
|
||||||
<br/>
|
<br/>
|
||||||
<hr/>
|
<hr/>
|
||||||
<h3><?php __("Known IP and networks");?></h3>
|
<h3><?php __("Known IP and networks");?></h3>
|
||||||
|
|
Loading…
Reference in New Issue