fix change password double border

This commit is contained in:
Sebastian Sdorra
2012-01-14 16:08:48 +01:00
parent 322b769016
commit 0051b0d70c

View File

@@ -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,