Revision 60362560
Added by Phil Davis over 9 years ago
src/usr/local/www/vpn_l2tp.php | ||
---|---|---|
363 | 363 |
$form->add($section); |
364 | 364 |
|
365 | 365 |
print($form); |
366 |
|
|
367 |
print_info_box(gettext("Don't forget to add a firewall rule to permit traffic from L2TP clients!"), 'info'); |
|
368 | 366 |
?> |
367 |
<div class="infoblock blockopen"> |
|
368 |
<?php |
|
369 |
print_info_box(gettext("Don't forget to add a firewall rule to permit traffic from L2TP clients!"), 'info', false); |
|
370 |
?> |
|
371 |
</div> |
|
369 | 372 |
|
370 | 373 |
<script type="text/javascript"> |
371 | 374 |
//<![CDATA[ |
Also available in: Unified diff
Make L2TP VPN reminder text an infoblock