lint changes

This commit is contained in:
alejandro-campos 2019-05-17 14:26:44 +02:00
parent a0b7164d9f
commit e746a49158
2 changed files with 2 additions and 2 deletions

View File

@ -709,7 +709,7 @@ class HostDevices extends Wizard
], ],
]; ];
// Group select (custom for this section) // Group select (custom for this section).
$group_select = '<div class="label_select"><label>'.__('Group').':</label></div>'; $group_select = '<div class="label_select"><label>'.__('Group').':</label></div>';
$group_select .= $this->printInput( $group_select .= $this->printInput(

View File

@ -385,7 +385,7 @@ class CustomNetScan extends Wizard
// Avoid to print header out of wizard. // Avoid to print header out of wizard.
$this->prepareBreadcrum($breadcrum); $this->prepareBreadcrum($breadcrum);
// Header // Header.
ui_print_page_header(__('NetScan Custom'), '', false, '', true, '', false, '', GENERIC_SIZE_TEXT, '', $this->printHeader(true)); ui_print_page_header(__('NetScan Custom'), '', false, '', true, '', false, '', GENERIC_SIZE_TEXT, '', $this->printHeader(true));
} }