Subversion Repository Public Repository

litesoft

Diff Revisions 490 vs 491 for /trunk/GWT_Sandbox/InitFrom/src/org/litesoft/initfrom/client/ui/views/admin/Reports.java

Diff revisions: vs.
  @@ -1,14 +1,14 @@
1 1 package org.litesoft.initfrom.client.ui.views.admin;
2 2
3 3 import org.litesoft.GWT.client.command.*;
4 + import org.litesoft.GWT.client.view.*;
4 5 import org.litesoft.GWT.client.widgets.*;
5 6 import org.litesoft.initfrom.client.*;
6 - import org.litesoft.initfrom.client.ui.views.*;
7 7 import org.litesoft.uispecification.*;
8 8
9 9 import com.google.gwt.user.client.ui.*;
10 10
11 - public class Reports extends InitFromscreenView implements ViewDefs
11 + public class Reports extends ScreenView implements ViewDefs
12 12 {
13 13 @Override
14 14 protected UriFragmentIdParams createRefreshParams()
  @@ -18,7 +18,7 @@
18 18
19 19 public Reports( String pSection, ViewDef pViewDef )
20 20 {
21 - super( pSection, pViewDef );
21 + super( title( pSection, pViewDef ) );
22 22
23 23 addStandardTitleBar();
24 24