Get rid of data-popup-pos

pull/5838/head
Aleksander Machniak 8 years ago
parent 4525388337
commit 38067f61da

@ -2019,15 +2019,14 @@ EOF;
if ($attrib['options']) { if ($attrib['options']) {
$options_button = $this->button(array( $options_button = $this->button(array(
'type' => 'link', 'type' => 'link',
'href' => '#search-filter', 'href' => '#search-filter',
'class' => 'button options', 'class' => 'button options',
'label' => 'options', 'label' => 'options',
'title' => 'options', 'title' => 'options',
'tabindex' => '0', 'tabindex' => '0',
'innerclass' => 'inner', 'innerclass' => 'inner',
'data-popup' => $attrib['options'], 'data-popup' => $attrib['options']
'data-popup-pos' => 'top right',
)); ));
} }

Loading…
Cancel
Save