From 0051b0d70ca04d1c90f41c82e92389ade714a469 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sat, 14 Jan 2012 16:08:48 +0100 Subject: [PATCH] fix change password double border --- .../resources/js/action/sonia.action.changepasswordwindow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-webapp/src/main/webapp/resources/js/action/sonia.action.changepasswordwindow.js b/scm-webapp/src/main/webapp/resources/js/action/sonia.action.changepasswordwindow.js index 0e54454af2..6f80d109d6 100644 --- a/scm-webapp/src/main/webapp/resources/js/action/sonia.action.changepasswordwindow.js +++ b/scm-webapp/src/main/webapp/resources/js/action/sonia.action.changepasswordwindow.js @@ -52,10 +52,10 @@ Sonia.action.ChangePasswordWindow = Ext.extend(Ext.Window,{ plain: true, border: false, modal: true, + title: this.titleText, items: [{ id: 'changePasswordForm', url: restUrl + 'action/change-password.json', - title: this.titleText, frame: true, xtype: 'form', monitorValid: true,