topbar icons renewed

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@81119 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-09-06 13:23:14 +00:00
parent 1f00c369c5
commit d48bd41070
11 changed files with 9 additions and 5 deletions

View File

@ -47,7 +47,7 @@ public interface Icons extends ClientBundle {
@Source("icons/mime/movie.png")
ImageResource movie();
@Source("icons/mime/addfolder.png")
@Source("icons/new-folder.png")
ImageResource addFolder();
@Source("icons/mime/deletefolder.jpg")
@ -56,7 +56,7 @@ public interface Icons extends ClientBundle {
@Source("icons/mime/delete.png")
ImageResource deleteItem();
@Source("icons/mime/edit.png")
@Source("icons/rename2.png")
ImageResource renameItem();
@Source("icons/folder.png")
@ -74,7 +74,7 @@ public interface Icons extends ClientBundle {
@Source("icons/mime/uploadfile32_2.gif")
ImageResource uploadFile32();
@Source("icons/mime/upload.png")
@Source("icons/upload2.png")
ImageResource uploadFile();
@Source("icons/mime/audio.png")
@ -245,7 +245,7 @@ public interface Icons extends ClientBundle {
@Source("icons/unShareUsers.png")
ImageResource unShareUser();
@Source("icons/gridview.png")
@Source("icons/categorize2.png")
ImageResource gridView();
@Source("icons/users.png")
@ -279,6 +279,9 @@ public interface Icons extends ClientBundle {
ImageResource createNew();
@Source("icons/get-link.png")
ImageResource refreshFolder();
@Source("icons/link-try.png")
ImageResource shareLink();
@Source("icons/sharelink.png")

View File

@ -39,6 +39,7 @@ public class Resources {
private static final String PPTX = "vnd.openxmlformats-officedocument.presentationml.presentation";
private static final String XSLX = "vnd.openxmlformats-officedocument.spreadsheetml.sheet";
public static AbstractImagePrototype getIconTable(){
return AbstractImagePrototype.create(ICONS.table());
@ -372,7 +373,7 @@ public class Resources {
}
public static AbstractImagePrototype getIconRefresh() {
return AbstractImagePrototype.create(ICONS.refresh());
return AbstractImagePrototype.create(ICONS.refreshFolder());
}
public static AbstractImagePrototype getIconBulkUpdate() {

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 B

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB