From ab591cb80da0c010ff31ede3d63efd41ff5645c3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 17 Mar 2018 16:31:18 +0100 Subject: [PATCH] */*: switch to div / data-for PR: https://github.com/opnsense/core/pull/2175 (cherry picked from commit be5528b3a3036eb4a0cda976fc6f489ec5a3b471) (cherry picked from commit 8c9c2324a816dcefe9d1955233082936d8c14e88) --- dns/dyndns/Makefile | 1 + dns/dyndns/src/www/services_dyndns_edit.php | 36 +++++------ dns/rfc2136/Makefile | 1 + dns/rfc2136/src/www/services_rfc2136_edit.php | 16 ++--- net-mgmt/snmp/Makefile | 1 + net-mgmt/snmp/src/www/services_snmp.php | 20 +++---- net/igmp-proxy/Makefile | 1 + .../src/www/services_igmpproxy_edit.php | 12 ++-- net/l2tp/Makefile | 2 +- net/l2tp/src/www/vpn_l2tp.php | 44 +++++++------- net/l2tp/src/www/vpn_l2tp_users_edit.php | 4 +- net/pppoe/Makefile | 2 +- net/pppoe/src/www/vpn_pppoe_edit.php | 60 +++++++++---------- net/pptp/Makefile | 2 +- net/pptp/src/www/vpn_pptp.php | 56 ++++++++--------- net/pptp/src/www/vpn_pptp_users_edit.php | 4 +- net/relayd/Makefile | 1 + .../src/www/load_balancer_pool_edit.php | 8 +-- net/relayd/src/www/load_balancer_setting.php | 16 ++--- .../www/load_balancer_virtual_server_edit.php | 20 +++---- net/upnp/Makefile | 1 + net/upnp/src/www/services_upnp.php | 52 ++++++++-------- net/wol/Makefile | 2 +- net/wol/src/www/services_wol.php | 8 +-- net/wol/src/www/services_wol_edit.php | 12 ++-- 25 files changed, 194 insertions(+), 188 deletions(-) diff --git a/dns/dyndns/Makefile b/dns/dyndns/Makefile index 8ee710b89..57c8a461f 100644 --- a/dns/dyndns/Makefile +++ b/dns/dyndns/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= dyndns PLUGIN_VERSION= 1.6 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Dynamic DNS Support PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/dns/dyndns/src/www/services_dyndns_edit.php b/dns/dyndns/src/www/services_dyndns_edit.php index fc316978f..5baf4c6fc 100644 --- a/dns/dyndns/src/www/services_dyndns_edit.php +++ b/dns/dyndns/src/www/services_dyndns_edit.php @@ -269,30 +269,30 @@ include("head.inc"); -