mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Fix coding guideline violations
This commit is contained in:
parent
b0b0ae157c
commit
9fbd7822d0
@ -405,10 +405,10 @@ class FilterEditor extends AbstractWidget
|
|||||||
if ($this->addTo && $this->addTo === $filter->getId()) {
|
if ($this->addTo && $this->addTo === $filter->getId()) {
|
||||||
return
|
return
|
||||||
preg_replace(
|
preg_replace(
|
||||||
'/ class="autosubmit"/',
|
'/ class="autosubmit"/',
|
||||||
' class="autofocus"',
|
' class="autofocus"',
|
||||||
$this->selectOperator()
|
$this->selectOperator()
|
||||||
)
|
)
|
||||||
. '<ul><li>'
|
. '<ul><li>'
|
||||||
. $this->selectColumn($filter)
|
. $this->selectColumn($filter)
|
||||||
. $this->selectSign($filter)
|
. $this->selectSign($filter)
|
||||||
@ -655,7 +655,7 @@ class FilterEditor extends AbstractWidget
|
|||||||
. t('Search...')
|
. t('Search...')
|
||||||
. '" /></form>';
|
. '" /></form>';
|
||||||
|
|
||||||
if ($this->filter->isEmpty()) {
|
if ($this->filter->isEmpty()) {
|
||||||
$title = t('Filter this list');
|
$title = t('Filter this list');
|
||||||
} else {
|
} else {
|
||||||
$title = t('Modify this filter');
|
$title = t('Modify this filter');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user