Revision b6669022
Added by → luckman212 about 3 years ago
src/usr/local/www/firewall_nat_out.php | ||
---|---|---|
494 | 494 |
<?=htmlspecialchars($natent['descr'])?> |
495 | 495 |
</td> |
496 | 496 |
</tr> |
497 |
<?php |
|
498 |
endforeach; |
|
499 |
endif; |
|
500 |
?> |
|
497 |
<?php endforeach; ?> |
|
501 | 498 |
</tbody> |
502 | 499 |
</table> |
503 | 500 |
</div> |
504 | 501 |
</div> |
502 |
<?php endif; ?> |
|
505 | 503 |
</form> |
506 | 504 |
|
507 | 505 |
<div class="infoblock"> |
Also available in: Unified diff
fix infoblock placement on firewall_nat_out.php - redmine #13164