diff --git a/src/www/widgets/widgets/dyn_dns_status.widget.php b/src/www/widgets/widgets/dyn_dns_status.widget.php index 63ddb3016..04f4565e8 100644 --- a/src/www/widgets/widgets/dyn_dns_status.widget.php +++ b/src/www/widgets/widgets/dyn_dns_status.widget.php @@ -1,7 +1,7 @@ -
| =gettext("Int.");?> | -=gettext("Service");?> | -=gettext("Hostname");?> | -=gettext("Cached IP");?> | -||
-
+
+ | =gettext("Int.");?> |
+ =gettext("Service");?> |
+ =gettext("Hostname");?> |
+ =gettext("Cached IP");?> |
+
+ | |
| + $ifdesc) { if ($dyndns['interface'] == $if) { if (!isset($dyndns['enable'])) { @@ -107,7 +109,6 @@ if ($_REQUEST['getdyndnsstatus']) { break; } } - $groupslist = return_gateway_groups_array(); foreach ($groupslist as $if => $group) { if ($dyndns['interface'] == $if) { if (!isset($dyndns['enable'])) { @@ -117,12 +118,10 @@ if ($_REQUEST['getdyndnsstatus']) { } break; } - } - ?> - | -- + | ++' . htmlspecialchars($types[$dyndns['type']]) . ''; @@ -130,51 +129,46 @@ if ($_REQUEST['getdyndnsstatus']) { echo htmlspecialchars($types[$dyndns['type']]); } } - ?> - | -- + | ++".htmlspecialchars($dyndns['host']).""; } else { echo htmlspecialchars($dyndns['host']); } - ?> - | -- - | -+ + | + + +