Project

General

Profile

« Previous | Next » 

Revision 554c60a3

Added by Jim Pingle over 9 years ago

Fix up the "Show Phase 2 Entries" button for IPsec. Ticket #5965

View differences:

src/usr/local/www/vpn_ipsec.php
415 415
				$fr_prefix = "frp2{$i}";
416 416
				$fr_header = $fr_prefix . "header";
417 417
?>
418
								<input type="button" onclick="show_phase2('tdph2-<?=$i?>','shph2but-<?=$i?>')" value="+" /> - <?php printf(gettext("Show %s Phase-2 entries"), $phase2count); ?>
418
								<button class="btn btn-info" type="button" onclick="show_phase2('tdph2-<?=$i?>','shph2but-<?=$i?>')" value="+"><i class="fa fa-plus-circle"></i> <?php printf(gettext("Show Phase 2 Entries (%s)"), $phase2count); ?></button>
419 419
							</div>
420 420
							<div id="tdph2-<?=$i?>" <?=($tdph2_visible != '1' ? 'style="display:none"' : '')?>>
421 421
								<table class="table table-striped table-hover">

Also available in: Unified diff