Remove onchange=1 from selectbox in addressbook.index_right_addplus template, which were causing full submit

This commit is contained in:
Hadi Nategh 2013-09-27 12:08:26 +00:00
parent edadfdc38a
commit 91fa09e4d5

View File

@ -11,7 +11,7 @@
<rows>
<row>
<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>
<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;"/>