mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Revert commit 39135d8d42
and use nextmatch-customfilter instead
This commit is contained in:
parent
4bf2c393fe
commit
3304322c6c
@ -21,7 +21,7 @@
|
||||
<rows>
|
||||
<row class="th">
|
||||
<nextmatch-header label="Title" id="title"/>
|
||||
<nextmatch-filterheader widget_type="select-app" empty_label="Application" id="app"/>
|
||||
<nextmatch-customfilter type="select-app" empty_label="Application" id="app"/>
|
||||
<nextmatch-accountfilter empty_label="Account" id="account"/>
|
||||
<nextmatch-filterheader empty_label="Type" id="type"/>
|
||||
<nextmatch-accountfilter empty_label="Requested" id="requested"/>
|
||||
|
@ -3355,14 +3355,6 @@ et2_register_widget(et2_nextmatch_sortheader, ['nextmatch-sortheader']);
|
||||
*/
|
||||
var et2_nextmatch_filterheader = (function(){ "use strict"; return et2_selectbox.extend([et2_INextmatchHeader, et2_IResizeable],
|
||||
{
|
||||
attributes: {
|
||||
"widget_type": {
|
||||
"name": "Actual type",
|
||||
"type": "string",
|
||||
"description": "The actual type of widget you should use",
|
||||
"no_lang": 1
|
||||
}
|
||||
},
|
||||
/**
|
||||
* Override to add change handler
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user