mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Allow wrapping of phase entries.
This commit is contained in:
parent
7099acf8d2
commit
abd378bf94
@ -280,7 +280,7 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap class="listrborder" colspan="5">
|
||||
<td class="listrborder" colspan="5">
|
||||
<div id="shph2but-<?=$i?>">
|
||||
<input type="button" onClick="show_phase2('tdph2-<?=$i?>','shph2but-<?=$i?>')" value="-"></input> - Show Phase 2</a>
|
||||
</div>
|
||||
@ -329,7 +329,7 @@ include("head.inc");
|
||||
<?php echo $p2_protos[$ph2ent['protocol']]; ?>
|
||||
<?=$spane;?>
|
||||
</td>
|
||||
<td nowrap class="listr" ondblclick="document.location='vpn_ipsec_phase2.php?id=<?=$i;?>'">
|
||||
<td class="listr" ondblclick="document.location='vpn_ipsec_phase2.php?id=<?=$i;?>'">
|
||||
<?=$spans;?>
|
||||
<?php
|
||||
$k = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user