Commit e6adfebb authored by Dietmar Maurer's avatar Dietmar Maurer

copy window/NotesEdit.js from manager to manager5

parent f804bc78
Ext.define('PVE.window.NotesEdit', {
extend: 'PVE.window.Edit',
initComponent : function() {
var me = this;
Ext.apply(me, {
title: gettext('Notes'),
width: 600,
layout: 'fit',
items: {
xtype: 'textarea',
name: 'description',
rows: 7,
value: '',
hideLabel: true
}
});
me.callParent();
me.load();
}
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment