summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-10 11:32:12 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-10 11:32:59 -0500
commitf34b7665264fd4e3e05c11fe87fbd68174030624 (patch)
tree2baa578055e543e153e31451d9456296d1c3134a /src/usr/local/www/vpn_ipsec.php
parent179ab6b36448e8bb06a639c303512905c93eb7e5 (diff)
downloadpfsense-f34b7665264fd4e3e05c11fe87fbd68174030624.zip
pfsense-f34b7665264fd4e3e05c11fe87fbd68174030624.tar.gz
Fixed #5393 by reverting to "Move to here" icon/control
Diffstat (limited to 'src/usr/local/www/vpn_ipsec.php')
-rw-r--r--src/usr/local/www/vpn_ipsec.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/usr/local/www/vpn_ipsec.php b/src/usr/local/www/vpn_ipsec.php
index f98c769..37cb786 100644
--- a/src/usr/local/www/vpn_ipsec.php
+++ b/src/usr/local/www/vpn_ipsec.php
@@ -507,7 +507,7 @@ display_top_tabs($tab_array);
?>
</td>
<td style="cursor: pointer;">
- <!-- <button class="btn btn-xs btn-default" type="submit" name="movep2_<?=$j?>" value="movep2_<?=$j?>"><?=gettext("Move checked P2s here")?></button> -->
+ <button class="fa fa-anchor button-icon" type="submit" name="movep2_<?=$j?>" value="movep2_<?=$j?>" title="<?=gettext("Move checked P2s here")?>"></button>
<a class="fa fa-pencil" href="vpn_ipsec_phase2.php?p2index=<?=$ph2ent['uniqid']?>" title="<?=gettext("Edit phase2 entry"); ?>"></a>
<a class="fa fa-clone" href="vpn_ipsec_phase2.php?dup=<?=$ph2ent['uniqid']?>" title="<?=gettext("Add a new Phase 2 based on this one"); ?>"></a>
<a class="fa fa-trash no-confirm" id="Xdelp2_<?=$i?>" title="<?=gettext('Delete phase2 entry'); ?>"></a>
@@ -577,14 +577,6 @@ function show_phase2(id, buttonid) {
}
events.push(function() {
- // Make rules sortable
- $('table tbody.p2-entries').sortable({
- cursor: 'grabbing',
- update: function(event, ui) {
- $('#order-store').removeAttr('disabled');
- }
- });
-
$('[id^=Xmove_]').click(function (event) {
$('#' + event.target.id.slice(1)).click();
});
OpenPOWER on IntegriCloud