forked from extern/egroupware
Remove onchange="1" from selectbox in addressbook.index template, which were causing full submit
This commit is contained in:
parent
7374416f9c
commit
edadfdc38a
@ -3,7 +3,7 @@
|
||||
<overlay>
|
||||
<template id="addressbook.index.left" template="" lang="" group="0" version="1.3.001">
|
||||
<menulist class="bold">
|
||||
<menupopup cols="1" statustext="Select a view" id="org_view" no_lang="1" onchange="1" rows="1" options="All contacts"/>
|
||||
<menupopup cols="1" statustext="Select a view" id="org_view" no_lang="1" rows="1" options="All contacts"/>
|
||||
</menulist>
|
||||
</template>
|
||||
<template id="addressbook.index.right_add" template="" lang="" group="0" version="1.7.001">
|
||||
|
Loading…
Reference in New Issue
Block a user