Cor Bosman wrote:
On Nov 6, 2012, at 9:54 PM, Sébastien BLAISOT sebastien@blaisot.org wrote:
Hi all,
I'm sending my question again since I didn't find the "good" way to change the top line content.
Can someone give me any advice on how to do it properly ?
It looks like right now there is no easy way to add/modify the topline div. Would be nice to get some hooks up in there.
We can add a <roundcube:container name="topline" id="topline" /> in the skin template. But the question is, where to place that exactly. The top line has a left and a right part. This hook wouldn't help if you want to modify either one of the existing contents. However, the gui_container object would allow one to inject content, best done with javascript because you can easily control where to add it.
I just added it in https://github.com/roundcube/roundcubemail/commit/d0751fba0e9. Please let me know if it's usable for you.
Best, Thomas