some css adjustments
This commit is contained in:
parent
ce5868bbc4
commit
47857de79f
|
@ -681,10 +681,21 @@ class HostDevices extends Wizard
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->page < $this->maxPagesNetScan) {
|
if ($this->page < $this->maxPagesNetScan) {
|
||||||
|
$title = __('NetScan');
|
||||||
|
|
||||||
|
if ($this->page == 1) {
|
||||||
|
$title = __(
|
||||||
|
'"%s" features',
|
||||||
|
io_safe_output(
|
||||||
|
$this->task['name']
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
// Avoid to print header out of wizard.
|
// Avoid to print header out of wizard.
|
||||||
$this->prepareBreadcrum($breadcrum);
|
$this->prepareBreadcrum($breadcrum);
|
||||||
ui_print_page_header(
|
ui_print_page_header(
|
||||||
__('NetScan'),
|
$title,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
'',
|
'',
|
||||||
|
@ -1023,12 +1034,6 @@ class HostDevices extends Wizard
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
$form['inputs'][] = [
|
|
||||||
'extra' => '<p><h3>Please, customize task <b>'.io_safe_output(
|
|
||||||
$this->task['name']
|
|
||||||
).'</b></h3></p>',
|
|
||||||
];
|
|
||||||
|
|
||||||
$form['inputs'][] = [
|
$form['inputs'][] = [
|
||||||
'label' => __('Auto discover known hardware').ui_print_help_tip(
|
'label' => __('Auto discover known hardware').ui_print_help_tip(
|
||||||
__(
|
__(
|
||||||
|
|
|
@ -169,6 +169,7 @@ span.breadcrumb_link {
|
||||||
|
|
||||||
form.discovery * {
|
form.discovery * {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
|
font-family: "lato", "Open Sans", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.discovery .label_select b {
|
form.discovery .label_select b {
|
||||||
|
|
Loading…
Reference in New Issue