edit filter: properly hide check-the-date button when filter is not on a date field (closes #226)

This commit is contained in:
Andrew Dolgov 2009-01-11 09:50:16 +01:00
parent ead2715d9c
commit df00fb8051

View file

@ -44,7 +44,7 @@
print "<div class=\"dlgSecCont\">";
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>";