]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/components/UserEditorPrefPane.js
Start preparing 0.3.0
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.ria / src / argeo-ria-lib / security / class / org / argeo / security / ria / components / UserEditorPrefPane.js
index ae1dbb3eb58f3c2c9158bab47de1f58b8bb9b0db..382e9945960359f1b1b33dd532ab580bc70e47a4 100644 (file)
@@ -5,9 +5,10 @@ qx.Class.define("org.argeo.security.ria.components.UserEditorPrefPane", {
          \r
        construct : function(){\r
                this.base(arguments);\r
-               this.initGUI();\r
+               this.setSelfEdition(true);\r
+               this.initGUI();         \r
                this.basicGB.setVisibility("excluded");\r
-               var saveButton = new qx.ui.form.Button("Save", "org.argeo.security.ria/document-save.png");\r
+               var saveButton = new qx.ui.form.Button("Save", "org/argeo/security/ria/document-save.png");\r
                saveButton.addListener("execute", this.saveUser, this);\r
                this.buttonGB.add(saveButton);\r
                var authService = org.argeo.ria.session.AuthService.getInstance();\r
@@ -32,7 +33,7 @@ qx.Class.define("org.argeo.security.ria.components.UserEditorPrefPane", {
                },\r
                \r
                getPrefIcon : function(){\r
-                       return "org.argeo.security.ria/preferences-users.png";\r
+                       return "org/argeo/security/ria/preferences-users.png";\r
                }                       \r
        }\r
 });
\ No newline at end of file