From 38067f61da717d15401b15079e47d4d1a70ae580 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 6 Mar 2017 16:49:37 +0100 Subject: [PATCH] Get rid of data-popup-pos --- program/include/rcmail_output_html.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index 15c0f4cd4..2ade682f4 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -2019,15 +2019,14 @@ EOF; if ($attrib['options']) { $options_button = $this->button(array( - 'type' => 'link', - 'href' => '#search-filter', - 'class' => 'button options', - 'label' => 'options', - 'title' => 'options', - 'tabindex' => '0', - 'innerclass' => 'inner', - 'data-popup' => $attrib['options'], - 'data-popup-pos' => 'top right', + 'type' => 'link', + 'href' => '#search-filter', + 'class' => 'button options', + 'label' => 'options', + 'title' => 'options', + 'tabindex' => '0', + 'innerclass' => 'inner', + 'data-popup' => $attrib['options'] )); }