Revision 8cd558b6
Added by ayvis over 11 years ago
usr/local/www/vpn_ipsec_mobile.php | ||
---|---|---|
327 | 327 |
if ($savemsg) |
328 | 328 |
print_info_box($savemsg); |
329 | 329 |
if (isset($config['ipsec']['enable']) && is_subsystem_dirty('ipsec')) |
330 |
print_info_box_np(gettext("The IPsec tunnel configuration has been changed") . ".<br>" . gettext("You must apply the changes in order for them to take effect.")); |
|
330 |
print_info_box_np(gettext("The IPsec tunnel configuration has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));
|
|
331 | 331 |
foreach ($a_phase1 as $ph1ent) |
332 | 332 |
if (isset($ph1ent['mobile'])) |
333 | 333 |
$ph1found = true; |
334 | 334 |
if ($pconfig['enable'] && !$ph1found) |
335 |
print_info_box_np(gettext("Support for IPsec Mobile clients is enabled but a Phase1 definition was not found") . ".<br>" . gettext("Please click Create to define one."),gettext("create"),gettext("Create Phase1")); |
|
335 |
print_info_box_np(gettext("Support for IPsec Mobile clients is enabled but a Phase1 definition was not found") . ".<br />" . gettext("Please click Create to define one."),gettext("create"),gettext("Create Phase1"));
|
|
336 | 336 |
if ($input_errors) |
337 | 337 |
print_input_errors($input_errors); |
338 | 338 |
?> |
... | ... | |
423 | 423 |
<input name="pool_enable" type="checkbox" id="pool_enable" value="yes" <?=$chk;?> onClick="pool_change()"> |
424 | 424 |
</td> |
425 | 425 |
<td> |
426 |
<?=gettext("Provide a virtual IP address to clients"); ?><br> |
|
426 |
<?=gettext("Provide a virtual IP address to clients"); ?><br />
|
|
427 | 427 |
</td> |
428 | 428 |
</tr> |
429 | 429 |
</table> |
... | ... | |
455 | 455 |
<input name="net_list_enable" type="checkbox" id="net_list_enable" value="yes" <?=$chk;?>> |
456 | 456 |
</td> |
457 | 457 |
<td> |
458 |
<?=gettext("Provide a list of accessible networks to clients"); ?><br> |
|
458 |
<?=gettext("Provide a list of accessible networks to clients"); ?><br />
|
|
459 | 459 |
</td> |
460 | 460 |
</tr> |
461 | 461 |
</table> |
... | ... | |
471 | 471 |
<input name="save_passwd_enable" type="checkbox" id="save_passwd_enable" value="yes" <?=$chk;?>> |
472 | 472 |
</td> |
473 | 473 |
<td> |
474 |
<?=gettext("Allow clients to save Xauth passwords (Cisco VPN client only)."); ?><br> |
|
475 |
<?=gettext("NOTE: With iPhone clients, this does not work when deployed via the iPhone configuration utility, only by manual entry."); ?><br> |
|
474 |
<?=gettext("Allow clients to save Xauth passwords (Cisco VPN client only)."); ?><br />
|
|
475 |
<?=gettext("NOTE: With iPhone clients, this does not work when deployed via the iPhone configuration utility, only by manual entry."); ?><br />
|
|
476 | 476 |
</td> |
477 | 477 |
</tr> |
478 | 478 |
</table> |
... | ... | |
488 | 488 |
<input name="dns_domain_enable" type="checkbox" id="dns_domain_enable" value="yes" <?=$chk;?> onClick="dns_domain_change()"> |
489 | 489 |
</td> |
490 | 490 |
<td> |
491 |
<?=gettext("Provide a default domain name to clients"); ?><br> |
|
491 |
<?=gettext("Provide a default domain name to clients"); ?><br />
|
|
492 | 492 |
</td> |
493 | 493 |
</tr> |
494 | 494 |
</table> |
... | ... | |
511 | 511 |
<input name="dns_split_enable" type="checkbox" id="dns_split_enable" value="yes" <?=$chk;?> onClick="dns_split_change()"> |
512 | 512 |
</td> |
513 | 513 |
<td> |
514 |
<?=gettext("Provide a list of split DNS domain names to clients. Enter a comma separated list."); ?><br> |
|
514 |
<?=gettext("Provide a list of split DNS domain names to clients. Enter a comma separated list."); ?><br />
|
|
515 | 515 |
<?=gettext("NOTE: If left blank, and a default domain is set, it will be used for this value."); ?> |
516 | 516 |
</td> |
517 | 517 |
</tr> |
... | ... | |
535 | 535 |
<input name="dns_server_enable" type="checkbox" id="dns_server_enable" value="yes" <?=$chk;?> onClick="dns_server_change()"> |
536 | 536 |
</td> |
537 | 537 |
<td> |
538 |
<?=gettext("Provide a DNS server list to clients"); ?><br> |
|
538 |
<?=gettext("Provide a DNS server list to clients"); ?><br />
|
|
539 | 539 |
</td> |
540 | 540 |
</tr> |
541 | 541 |
</table> |
... | ... | |
577 | 577 |
<input name="wins_server_enable" type="checkbox" id="wins_server_enable" value="yes" <?=$chk;?> onClick="wins_server_change()"> |
578 | 578 |
</td> |
579 | 579 |
<td> |
580 |
<?=gettext("Provide a WINS server list to clients"); ?><br> |
|
580 |
<?=gettext("Provide a WINS server list to clients"); ?><br />
|
|
581 | 581 |
</td> |
582 | 582 |
</tr> |
583 | 583 |
</table> |
... | ... | |
607 | 607 |
<input name="pfs_group_enable" type="checkbox" id="pfs_group_enable" value="yes" <?=$chk;?> onClick="pfs_group_change()"> |
608 | 608 |
</td> |
609 | 609 |
<td> |
610 |
<?=gettext("Provide the Phase2 PFS group to clients ( overrides all mobile phase2 settings )"); ?><br> |
|
610 |
<?=gettext("Provide the Phase2 PFS group to clients ( overrides all mobile phase2 settings )"); ?><br />
|
|
611 | 611 |
</td> |
612 | 612 |
</tr> |
613 | 613 |
</table> |
... | ... | |
637 | 637 |
<input name="login_banner_enable" type="checkbox" id="login_banner_enable" value="yes" <?=$chk;?> onClick="login_banner_change()"> |
638 | 638 |
</td> |
639 | 639 |
<td> |
640 |
<?=gettext("Provide a login banner to clients"); ?><br> |
|
640 |
<?=gettext("Provide a login banner to clients"); ?><br />
|
|
641 | 641 |
</td> |
642 | 642 |
</tr> |
643 | 643 |
</table> |
Also available in: Unified diff
xhtml Compliance
replaced <br>, <br/> and </br> with <br />