I can generate lang files now, and English is 20% smaller, but I can’t get the French encoding to work. I don’t know what I’m doing wrong but I’ll have to call it a night and look at it again in the morning. If someone could tell me exactly what encoding & charset that is supposed to be? Also, what setting do I need to have in MODx manager? Attached: working English and non-working French files.
The manager pages are full of goofy-looking double-headlines. Someone please nuke the topmost ones where appropriate.I have the DocManager tweaks just about wrapped up so I’ll take this task if nobody else has already started on this.

# Doc Manager needs repairing (sorry Garry!).
# The manager pages are full of goofy-looking double-headlines. Someone please nuke the topmost ones where appropriate.
)
expand: function(event) {
var submenu = this.findSubmenu(Event.element(event));
if (submenu) {
submenu.effect.clearTimer();
submenu.effect.custom(submenu.effect.now, submenu.originalHeight);
}
},
collapse: function(event) {
var submenu = this.findSubmenu(Event.element(event));
if (submenu) {
submenu.effect.clearTimer();
submenu.effect.custom(submenu.effect.now, 0);
}
}This discussion is closed to further replies. Keep calm and carry on.