edit filter: properly hide check-the-date button when filter is not on a date field (closes #226)
This commit is contained in:
parent
ead2715d9c
commit
df00fb8051
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
print "<div class=\"dlgSecCont\">";
|
print "<div class=\"dlgSecCont\">";
|
||||||
|
|
||||||
if ($filter_type != 5) {
|
if ($filter_type != 5) {
|
||||||
$date_ops_invisible = 'style=\"display : none\"';
|
$date_ops_invisible = 'style="display : none"';
|
||||||
}
|
}
|
||||||
|
|
||||||
print "<span id=\"filter_dlg_date_mod_box\" $date_ops_invisible>";
|
print "<span id=\"filter_dlg_date_mod_box\" $date_ops_invisible>";
|
||||||
|
|
Loading…
Reference in a new issue