Unverified Commit b7a454af authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(dhcp) Remove leftover smarty balise from DHCP plugin

issue #6140
Showing with 4 additions and 2 deletions
+4 -2
...@@ -48,7 +48,8 @@ class DhcpSectionsAttribute extends DialogOrderedArrayAttribute ...@@ -48,7 +48,8 @@ class DhcpSectionsAttribute extends DialogOrderedArrayAttribute
'alt' => _('Expand'), 'alt' => _('Expand'),
'class' => 'center', 'class' => 'center',
'style' => 'padding:5px 6px 4px;' 'style' => 'padding:5px 6px 4px;'
] ],
FALSE
); );
$subnetExpandedImg = $this->renderInputField( $subnetExpandedImg = $this->renderInputField(
'image', $id.'_foldDHCP_'.$key, 'image', $id.'_foldDHCP_'.$key,
...@@ -58,7 +59,8 @@ class DhcpSectionsAttribute extends DialogOrderedArrayAttribute ...@@ -58,7 +59,8 @@ class DhcpSectionsAttribute extends DialogOrderedArrayAttribute
'alt' => _('Fold'), 'alt' => _('Fold'),
'class' => 'center', 'class' => 'center',
'style' => 'padding:6px 5px 6px 4px;' 'style' => 'padding:6px 5px 6px 4px;'
] ],
FALSE
); );
$dn = $value[0]; $dn = $value[0];
if (empty($this->dhcpObjectCache[$dn])) { if (empty($this->dhcpObjectCache[$dn])) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment