Replaced the remove perm button image and added tooltip (issue #2338)
authorChristos Stathis <chstath@ebs.gr>
Wed, 25 Apr 2012 12:58:23 +0000 (15:58 +0300)
committerChristos Stathis <chstath@ebs.gr>
Wed, 25 Apr 2012 12:58:23 +0000 (15:58 +0300)
src/gr/grnet/pithos/resources/delete.gif [new file with mode: 0644]
src/gr/grnet/pithos/web/client/FilePermissionsDialog.java
src/gr/grnet/pithos/web/client/PermissionsList.java

diff --git a/src/gr/grnet/pithos/resources/delete.gif b/src/gr/grnet/pithos/resources/delete.gif
new file mode 100644 (file)
index 0000000..78ca8b3
Binary files /dev/null and b/src/gr/grnet/pithos/resources/delete.gif differ
index 5209536..b3f6159 100644 (file)
@@ -88,7 +88,7 @@ public class FilePermissionsDialog extends AbstractPropertiesDialog {
                @Source("gr/grnet/pithos/resources/groups22.png")\r
                ImageResource permGroup();\r
 \r
-               @Source("gr/grnet/pithos/resources/editdelete.png")\r
+               @Source("gr/grnet/pithos/resources/delete.gif")\r
                ImageResource delete();\r
        }\r
 \r
index 1345efb..c7e58d2 100644 (file)
@@ -174,6 +174,7 @@ public class PermissionsList extends Composite {
                                changePermissionsCallback.execute();
                     }
                 });
+                removeButton.setTitle("Remove");
                 permTable.setWidget(i, 3, removeButton);
                 permTable.getFlexCellFormatter().setHorizontalAlignment(i, 3, HasHorizontalAlignment.ALIGN_CENTER);
             }