Added two new classes. The first 'TestFolderSharing' handles the 'Sharing' option...
[pithos] / src / gr / ebs / gss / client / DeleteFileDialog.java
index eb7e692..87c0ae2 100644 (file)
@@ -78,6 +78,7 @@ public class DeleteFileDialog extends DialogBox {
                                hide();\r
                        }\r
                });\r
+               ok.getElement().setId("confirmation.ok");\r
                buttons.add(ok);\r
                buttons.setCellHorizontalAlignment(ok, HasHorizontalAlignment.ALIGN_CENTER);\r
                // Create the 'Cancel' button, along with a listener that hides the\r
@@ -88,6 +89,7 @@ public class DeleteFileDialog extends DialogBox {
                                hide();\r
                        }\r
                });\r
+               cancel.getElement().setId("confirmation.cancel");\r
                buttons.add(cancel);\r
                buttons.setCellHorizontalAlignment(cancel, HasHorizontalAlignment.ALIGN_CENTER);\r
                buttons.setSpacing(8);\r