Ext.namespace('ui','ui.cmp'); ui.cmp.About = Ext.extend(Ext.Window, { id : 'win-about', iconCls : 'iconHelp', layout : 'fit', width : 515, height : 320, modal : true, plain : true, bodyStyle : 'color:#000', buttons : [{ text : _('Close'), handler : function() { Ext.getCmp('win-about').close(); } }], initComponent : function() { Ext.apply(this, { title : String.format(_('About {0}'), PhDOE.app.name), items : { xtype : 'tabpanel', activeTab : 0, autoTabs : true, border : false, defaults : { autoScroll: true }, items : [{ title : _('About'), html : '
' + PhDOE.app.name +
'