mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
change select-cat empty_label to placeholder to display it for multiple="true"
This commit is contained in:
parent
412a4a50ce
commit
ae167995eb
@ -31,7 +31,7 @@ return false;"/>
|
|||||||
<textbox type="hidden" id="first"/>
|
<textbox type="hidden" id="first"/>
|
||||||
<textbox type="hidden" id="last"/>
|
<textbox type="hidden" id="last"/>
|
||||||
<hrule/>
|
<hrule/>
|
||||||
<select-cat id="cat_id" empty_label="All categories" width="86%"
|
<select-cat id="cat_id" placeholder="All categories" width="86%"
|
||||||
onchange="app.calendar.update_state({cat_id: widget.getValue()});" expand_multiple_rows="4"/>
|
onchange="app.calendar.update_state({cat_id: widget.getValue()});" expand_multiple_rows="4"/>
|
||||||
<select id="status_filter" no_lang="true" class="et2_fullWidth"
|
<select id="status_filter" no_lang="true" class="et2_fullWidth"
|
||||||
onchange="app.calendar.update_state({status_filter: widget.getValue()});"/>
|
onchange="app.calendar.update_state({status_filter: widget.getValue()});"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user