Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: micaelbolognini on January 19, 2024, 07:41:25 AM

Title: After update problem opening advanced search in #contacts-box
Post by: micaelbolognini on January 19, 2024, 07:41:25 AM
We have a custom skin where we have the following code:
in addressbook.html
Code: [Select]
<roundcube:button command="advanced-search" type="link" class="button search disabled" classAct="button search" classSel="button search pressed" label="advanced" title="advsearch" />

in contactsearch.html
Code: [Select]
<roundcube:object name="searchform" id="advsearchform" class="tabbed" size=30 />

when I look at the genereated code has this
Code: [Select]
onclick="return rcmail.command('advanced-search','',this,event)"
and it calls : ?task=addressbook

In the earlier version it opened in the iframe , now it opens in a jquery dialog.

please point me in the right direction.