fix entity log

This commit is contained in:
Tulupov 2009-12-29 12:03:50 +00:00
parent 0426e23e7e
commit 35001b3397

View File

@ -43,7 +43,7 @@ public class EntityLogViewer extends AbstractWindow {
Table table = getComponent("events");
TableActionsHelper helper = new TableActionsHelper(this, table);
helper.createFilterApplyAction("filter.apply");
helper.createFilterClearAction("filter.clear", "filter-pane");
helper.createFilterClearAction("filter.clear", "filter.filter-pane");
Date date = TimeProvider.currentTimestamp();
((DateField) getComponent("filter.createdFrom")).setValue(DateUtils.addDays(date, -1));