mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix addressbook add plus button not does not open modal popup in mobile framework
This commit is contained in:
parent
f96d6aefe6
commit
a34c353258
@ -25,8 +25,8 @@
|
||||
<menulist>
|
||||
<menupopup align="right" label="Type" id="col_filter[tid]" options="All"/>
|
||||
</menulist>
|
||||
<buttononly align="right" label="Advanced search" id="search" onclick="window.open(egw::link('/index.php','menuaction=addressbook.addressbook_ui.search'),'_blank','dependent=yes,width=850,height=440,scrollbars=yes,status=yes'); return false;"/>
|
||||
<buttononly align="right" statustext="Add a new contact" label="Add" id="add" onclick="window.open(egw::link('/index.php','menuaction=addressbook.addressbook_ui.edit'),'_blank','dependent=yes,width=850,height=440,scrollbars=yes,status=yes'); return false;"/>
|
||||
<buttononly align="right" label="Advanced search" id="search" onclick="egw(window).open(egw::link('/index.php','menuaction=addressbook.addressbook_ui.search'),'addressbook','add','dependent=yes,width=850,height=440,scrollbars=yes,status=yes','_blank'); return false;"/>
|
||||
<buttononly align="right" statustext="Add a new contact" label="Add" id="add" onclick="egw(window).open(egw::link('/index.php','menuaction=addressbook.addressbook_ui.edit'),'addressbook','add','dependent=yes,width=850,height=440,scrollbars=yes,status=yes','_blank'); return false;"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
Loading…
Reference in New Issue
Block a user