updated dialog share folder
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@76981 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1fff9b6ca4
commit
6b89cd2ef3
|
@ -36,7 +36,7 @@ public class DialogShareLink extends Dialog {
|
|||
setWidth(widht);
|
||||
setHeight(height);
|
||||
setResizable(false);
|
||||
setButtons(Dialog.OK);
|
||||
setButtons(Dialog.CLOSE);
|
||||
|
||||
// label.setText(msgTitle);
|
||||
// label.setStyleName("myWebDavStyle");
|
||||
|
@ -49,7 +49,7 @@ public class DialogShareLink extends Dialog {
|
|||
txt.setValue(urlValue);
|
||||
txt.setReadOnly(true);
|
||||
|
||||
this.getButtonById(Dialog.OK).addSelectionListener(new SelectionListener<ButtonEvent>() {
|
||||
this.getButtonById(Dialog.CLOSE).addSelectionListener(new SelectionListener<ButtonEvent>() {
|
||||
|
||||
@Override
|
||||
public void componentSelected(ButtonEvent ce) {
|
||||
|
|
Loading…
Reference in New Issue