renewed set of icons and updated CSS
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@169648 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4cedd59a02
commit
a6f0463bd8
|
@ -1209,11 +1209,8 @@ public class AppController implements SubscriberInterface {
|
||||||
GWT.log("GET PARAMETER "+ConstantsPortlet.GET_ITEMID_PARAMETER+": "+itemIdParameter);
|
GWT.log("GET PARAMETER "+ConstantsPortlet.GET_ITEMID_PARAMETER+": "+itemIdParameter);
|
||||||
GWT.log("GET PARAMETER "+ConstantsPortlet.GET_OPERATION_PARAMETER+": "+operationParameter);
|
GWT.log("GET PARAMETER "+ConstantsPortlet.GET_OPERATION_PARAMETER+": "+operationParameter);
|
||||||
GWT.log("GET PARAMETER "+ConstantsPortlet.GET_VALIDATE_SESSION+": "+validateSession);
|
GWT.log("GET PARAMETER "+ConstantsPortlet.GET_VALIDATE_SESSION+": "+validateSession);
|
||||||
|
//removed that it reads from the cookie
|
||||||
final boolean instanceWithGrouping = readCookieWorkspaceGridViewSetting();
|
final boolean instanceWithGrouping = false;
|
||||||
|
|
||||||
System.out.println("Cookie "+ConstantsPortlet.GCUBE_COOKIE_WORKSPACE_GRID_VIEW_SETTING + " return "+instanceWithGrouping);
|
|
||||||
System.out.println("Session Validating is "+sessionValidating);
|
|
||||||
|
|
||||||
boolean isSearch = false;
|
boolean isSearch = false;
|
||||||
boolean isSearchForItemId = false;
|
boolean isSearchForItemId = false;
|
||||||
|
@ -1401,7 +1398,7 @@ public class AppController implements SubscriberInterface {
|
||||||
String msg = Cookies.getCookie(ConstantsPortlet.GCUBE_COOKIE_WORKSPACE_GRID_VIEW_SETTING);
|
String msg = Cookies.getCookie(ConstantsPortlet.GCUBE_COOKIE_WORKSPACE_GRID_VIEW_SETTING);
|
||||||
//if null, there was no cookie
|
//if null, there was no cookie
|
||||||
if(msg == null){
|
if(msg == null){
|
||||||
setCookieGridViewSetting("true");
|
setCookieGridViewSetting("false");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -105,7 +105,7 @@ public class GxtToolBarItemFunctionality {
|
||||||
btnGridView.setToolTip("Categorize");
|
btnGridView.setToolTip("Categorize");
|
||||||
btnGridView.setScale(ButtonScale.MEDIUM);
|
btnGridView.setScale(ButtonScale.MEDIUM);
|
||||||
btnGridView.setIconAlign(IconAlign.TOP);
|
btnGridView.setIconAlign(IconAlign.TOP);
|
||||||
btnGridView.toggle(true);
|
btnGridView.toggle(false);
|
||||||
btnGridView.setArrowAlign(ButtonArrowAlign.BOTTOM);
|
btnGridView.setArrowAlign(ButtonArrowAlign.BOTTOM);
|
||||||
toolBar.add(btnGridView);
|
toolBar.add(btnGridView);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue