parent
66305bd79a
commit
b2f817925b
|
@ -310,7 +310,7 @@ class FilterEditor extends AbstractWidget
|
||||||
$this->preservedUrl()->with('removeFilter', $filter->getId()),
|
$this->preservedUrl()->with('removeFilter', $filter->getId()),
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'title' => t('Click to remove this part of your filter'),
|
'title' => t('Remove this part of your filter'),
|
||||||
'class' => 'icon-cancel'
|
'class' => 'icon-cancel'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -323,7 +323,7 @@ class FilterEditor extends AbstractWidget
|
||||||
$this->preservedUrl()->with('addFilter', $filter->getId()),
|
$this->preservedUrl()->with('addFilter', $filter->getId()),
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'title' => t('Click to add another filter'),
|
'title' => t('Add another filter'),
|
||||||
'class' => 'icon-plus'
|
'class' => 'icon-plus'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -666,6 +666,8 @@ class FilterEditor extends AbstractWidget
|
||||||
return $html
|
return $html
|
||||||
. '<a href="'
|
. '<a href="'
|
||||||
. $this->preservedUrl()->with('modifyFilter', true)
|
. $this->preservedUrl()->with('modifyFilter', true)
|
||||||
|
. '" aria-label="'
|
||||||
|
. $title
|
||||||
. '" title="'
|
. '" title="'
|
||||||
. $title
|
. $title
|
||||||
. '">'
|
. '">'
|
||||||
|
|
Loading…
Reference in New Issue