assets/components/seopro/js/mgr/seopro.js
Меняем:
// ...
var fieldDesc = new Ext.form.Label({
forId: 'pagetitle',
text: _('seopro.focuskeywords_desc'),
cls: 'desc-under'
});
fp.insert(3,fieldDesc); /* было fp.add(field); */
fp.insert(3,field); /* было fp.add(fieldDesc); */
fp.doLayout();
},
addPanel: function() {
var fp = Ext.getCmp('modx-resource-main-left');
fp.insert(3, { /* было fp.add({ */
xtype: 'panel',
// ...
Объектная
0 комментариев