forked from extern/egroupware
Remove onchange=1 from selectbox in addressbook.index_right_addplus template, which were causing full submit
This commit is contained in:
parent
edadfdc38a
commit
91fa09e4d5
@ -11,7 +11,7 @@
|
|||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<menulist>
|
<menulist>
|
||||||
<menupopup align="right" label="Type" id="col_filter[tid]" onchange="1" options="All"/>
|
<menupopup align="right" label="Type" id="col_filter[tid]" options="All"/>
|
||||||
</menulist>
|
</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" 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" 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;"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user