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

master
Andrew Dolgov 16 years ago
parent ead2715d9c
commit df00fb8051

@ -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…
Cancel
Save